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 interfaceImmutableNavigableMap<K,V>AImmutableSortedMapextended with navigation methods reporting closest matches for given search targets.interfaceImmutableSortedMap<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 classImmutableAbstractMap<K,V>An abstract base class for an immutable wrapper for a Map.classImmutableHashMap<K,V>An immutable wrapper for a HashMap.classImmutableLinkedHashMap<K,V>An immutable wrapper for a HashMap.classImmutableTreeMap<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.