Documentation for the _.Collection package. More...
Namespaces | |
MV | |
Documentation for the _.Collection.MV package. | |
Classes | |
class | AbstractArray |
An array collection represents an array of data type elements, each of which is associated with a unique key value. More... | |
class | AbstractArrayOfDT |
An array collection represents an array of data type elements, each of which is associated with a unique key value. More... | |
class | AbstractArrayOfObj |
An array collection of objects. More... | |
class | AbstractIterator |
Definition of iterator methods that all our collections classes use to ensure consistency. More... | |
class | AbstractList |
A list collection represents a list of data type elements, each of which is associated with a numeric position in the list. More... | |
class | AbstractListOfDT |
A list collection represents a list of data type elements, each of which is associated with a numeric position in the list. More... | |
class | AbstractListOfObj |
A list collection represents a list of data type elements, each of which is associated with a numeric position in the list. More... | |
class | ArrayOfDT |
class | ArrayOfObj |
class | ArrayOfObjCN |
A version of the <CLASS>Collection.ArrayOfObj</CLASS> collection class that stores class names in OIDs. More... | |
class | ArrayOfStream |
These Collection classes can only be used when you have a collection property of another object as they rely on storing the data inside the parent object, they can not be used as 'stand alone' collections, for this use the <class>ArrayOfObjects</class>. More... | |
class | ListOfDT |
class | ListOfObj |
class | ListOfObjCN |
A version of the <CLASS>Collection.ListOfObj</CLASS> collection class that stores class names in OIDs. More... | |
class | ListOfStream |
These Collection classes can only be used when you have a collection property of another object as they rely on storing the data inside the parent object, they can not be used as 'stand alone' collections, for this use the <class>ListOfObjects</class>. More... | |
class | Super |
Functions needed for all collection classes. More... | |
Documentation for the _.Collection package.