Package | Description |
---|---|
org.opentrafficsim.base.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableNavigableMap<K,V>
A
ImmutableSortedMap extended with navigation methods reporting closest matches for given search targets. |
interface |
ImmutableSortedMap<K,V>
A SortedMap interface without the methods that can change it.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableAbstractMap<K,V>
An abstract base class for an immutable wrapper for a Map.
|
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.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.