Uses of Interface
org.djutils.immutablecollections.ImmutableMap
Package | Description |
---|---|
org.djutils.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
-
Uses of ImmutableMap in org.djutils.immutablecollections
Subinterfaces of ImmutableMap in org.djutils.immutablecollections Modifier and Type Interface Description interface
ImmutableNavigableMap<K,V>
AImmutableSortedMap
extended with navigation methods reporting closest matches for given search targets.interface
ImmutableSortedMap<K,V>
A SortedMap interface without the methods that can change it.Classes in org.djutils.immutablecollections that implement ImmutableMap Modifier and Type Class Description class
ImmutableAbstractMap<K,V>
An abstract base class for an immutable wrapper for a Map.class
ImmutableHashMap<K,V>
An immutable wrapper for a HashMap.class
ImmutableLinkedHashMap<K,V>
An immutable wrapper for a LinkedHashMap.class
ImmutableTreeMap<K,V>
An immutable wrapper for a TreeMap.Methods in org.djutils.immutablecollections that return ImmutableMap Modifier and Type Method Description static <T, V> ImmutableMap<T,V>
ImmutableCollections. emptyImmutableMap()
Return an immutable empty map.