Namespaces

Classes

This class provides a basic implementation of ArrayInterface, to minimize the effort required to implement this interface.
This class provides a basic implementation of CollectionInterface, to minimize the effort required to implement this interface
This class contains the basic implementation of a collection that does not allow duplicated values (a set), to minimize the effort required to implement this specific type of collection.
A collection represents a group of objects.
This class provides a basic implementation of DoubleEndedQueueInterface, to minimize the effort required to implement this interface.
GenericArray represents a standard array object.
This class provides a basic implementation of QueueInterface, to minimize the effort required to implement this interface.
Set
A set is a collection that contains no duplicate elements.

Interfaces

ArrayInterface provides traversable array functionality to data types.
A collection represents a group of objects, known as its elements.
A linear collection that supports element insertion and removal at both ends.
A queue is a collection in which the entities in the collection are kept in order.