Uses of Class
org.djutils.immutablecollections.ImmutableAbstractMap
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableAbstractMap in org.djutils.immutablecollections
Modifier and TypeClassDescriptionclass
ImmutableHashMap<K,
V> An immutable wrapper for a HashMap.class
An immutable wrapper for a LinkedHashMap.class
ImmutableTreeMap<K,
V> An immutable wrapper for a TreeMap.ModifierConstructorDescriptionImmutableHashMap
(ImmutableAbstractMap<K, V> immutableMap) ImmutableHashMap
(ImmutableAbstractMap<K, V> immutableMap, Immutable copyOrWrap) ImmutableLinkedHashMap
(ImmutableAbstractMap<K, V> immutableMap) ImmutableLinkedHashMap
(ImmutableAbstractMap<K, V> immutableMap, Immutable copyOrWrap) ImmutableTreeMap
(ImmutableAbstractMap<K, V> immutableMap)