Ramsey\Collection
Namespaces
Classes
This class provides an implementation of the ArrayInterface, to
minimize the effort required to implement this interface
This class provides an implementation of the CollectionInterface, to
minimize the effort required to implement this interface
A collection represents a group of objects. Each object in the collection
is of a specific, defined type.
GenericArray represents a standard array object
Interfaces
Implementing this interface allows an object to be the target of the
"for-each loop" statement
A collection represents a group of objects, known as its elements. Some
collections allow duplicate elements and others do not. Some are ordered and
others unordered.