Uses of Class
org.djutils.immutablecollections.ImmutableAbstractMap
Package | Description |
---|---|
org.djutils.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
-
Uses of ImmutableAbstractMap in org.djutils.immutablecollections
Subclasses of ImmutableAbstractMap in org.djutils.immutablecollections Modifier and Type Class Description 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.Constructors in org.djutils.immutablecollections with parameters of type ImmutableAbstractMap Constructor Description ImmutableHashMap(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)