namespace Ramsey\Collection\Map
Object name | File name | Summary |
---|---|---|
AbstractMap | vendor/ramsey/collection/src/Map/AbstractMap.php | This class provides a basic implementation of `MapInterface`, to minimize the effort required to implement this interface. |
AbstractTypedMap | vendor/ramsey/collection/src/Map/AbstractTypedMap.php | This class provides a basic implementation of `TypedMapInterface`, to minimize the effort required to implement this interface. |
AssociativeArrayMap | vendor/ramsey/collection/src/Map/AssociativeArrayMap.php | `AssociativeArrayMap` represents a standard associative array object. |
MapInterface | vendor/ramsey/collection/src/Map/MapInterface.php | An object that maps keys to values. |
NamedParameterMap | vendor/ramsey/collection/src/Map/NamedParameterMap.php | `NamedParameterMap` represents a mapping of values to a set of named keys that may optionally be typed |
TypedMap | vendor/ramsey/collection/src/Map/TypedMap.php | A `TypedMap` represents a map of elements where key and value are typed. |
TypedMapInterface | vendor/ramsey/collection/src/Map/TypedMapInterface.php | A `TypedMapInterface` represents a map of elements where key and value are typed. |