Package | Description |
---|---|
org.djutils.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableHashMap<K,V>
An immutable wrapper for a HashMap.
|
class |
ImmutableLinkedHashMap<K,V>
An immutable wrapper for a HashMap.
|
class |
ImmutableTreeMap<K,V>
An immutable wrapper for a TreeMap.
|
Constructor and 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) |
Copyright © 2018–2019 Delft University of Technology. All rights reserved.