Search
ItemList Class
See Also
 






Represents a strongly-typed list of Item objects.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public class ItemList extends BaseList<E>

 Inheritance Hierarchy

java.lang.Object
    java.util.AbstractCollection(E)
        java.util.AbstractList(E)
            com.mindfusion.common.BaseList(E)
                com.mindfusion.scheduling.model.ItemList

 See Also