Uses of Class
org.djutils.immutablecollections.ImmutableAbstractMap
Packages that use ImmutableAbstractMap
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableAbstractMap in org.djutils.immutablecollections
Subclasses of ImmutableAbstractMap in org.djutils.immutablecollectionsModifier 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.Constructors in org.djutils.immutablecollections with parameters of type ImmutableAbstractMapModifierConstructorDescriptionImmutableHashMap
(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)