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
Implementing this interface allows an object to be the target of the
"for-each loop" statement
A collection represents a group of objects. Each object in the collection
is of a specific, defined type.
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.
GenericArray represents a standard array object
This class provides an implementation of the MapInterface, to
minimize the effort required to implement this interface
AssociativeArrayMap represents a standard associative array object
An object that maps keys to values
NamedParameterMap represents a mapping of values to a set of named keys
that may optionally be typed
Provides functionality to check values for specific types