FileAccess Orion

Collection

Namespaces

Exception
Map
Tool

Interfaces, Classes, Traits and Enums

ArrayInterface
`ArrayInterface` provides traversable array functionality to data types.
CollectionInterface
A collection represents a group of objects, known as its elements.
DoubleEndedQueueInterface
A linear collection that supports element insertion and removal at both ends.
QueueInterface
A queue is a collection in which the entities in the collection are kept in order.
AbstractArray
This class provides a basic implementation of `ArrayInterface`, to minimize the effort required to implement this interface.
AbstractCollection
This class provides a basic implementation of `CollectionInterface`, to minimize the effort required to implement this interface
AbstractSet
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.
Collection
A collection represents a group of objects.
DoubleEndedQueue
This class provides a basic implementation of `DoubleEndedQueueInterface`, to minimize the effort required to implement this interface.
GenericArray
`GenericArray` represents a standard array object.
Queue
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.

Search results