Package org.eclipse.collections.api.map

This package contains interfaces for map API which enhance the performance and functionality of Map

This package contains the following interfaces:

  • MapIterable - a Read-only Map API, with the minor exception inherited from Iterable.
  • MutableMap - an implementation of a JCF Map which provides methods matching the Smalltalk Collection protocol.
  • ImmutableMap - the non-modifiable equivalent interface to MutableMap.
  • FixedSizeMap - a map that may be mutated, but cannot grow or shrink in size.
  • ConcurrentMutableMap - provides an API which combines and supports both MutableMap and ConcurrentMap.
  • UnsortedMapIterable - a map whose elements are unsorted.