Package | Description |
---|---|
org.opentrafficsim.base.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableLinkedHashMap<K,V>
An immutable wrapper for a HashMap.
|
Constructor and Description |
---|
ImmutableHashMap(ImmutableHashMap<K,V> immutableMap) |
ImmutableHashMap(ImmutableHashMap<K,V> immutableMap,
Immutable copyOrWrap) |
ImmutableLinkedHashMap(ImmutableHashMap<K,V> immutableMap) |
ImmutableLinkedHashMap(ImmutableHashMap<K,V> immutableMap,
Immutable copyOrWrap) |
Copyright © 2014–2016 Delft University of Technology. All rights reserved.