Package | Description |
---|---|
org.opentrafficsim.core.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Class and Description |
---|
ImmutableAbstractList
An abstract base class for an immutable wrapper for a List.
|
ImmutableAbstractMap
An abstract base class for an immutable wrapper for a Map.
|
ImmutableAbstractSet
An abstract base class for an immutable wrapper for a Set.
|
ImmutableCollection
A Collection interface without the methods that can change it.
|
ImmutableEnumSet
An immutable wrapper for a EnumSet.
|
ImmutableHashMap
An immutable wrapper for a HashMap.
|
ImmutableIterator
An immutable iterator over elements, wrapping a "mutable" iterator.
|
ImmutableList
A List interface without the methods that can change it.
|
ImmutableMap
A Map interface without the methods that can change it.
|
ImmutableNavigableMap
A
ImmutableSortedMap extended with navigation methods reporting closest matches for given search targets. |
ImmutableNavigableSet
A
ImmutableSortedSet extended with navigation methods reporting closest matches for given search targets. |
ImmutableSet
A Set interface without the methods that can change it.
|
ImmutableSortedMap
A SortedMap interface without the methods that can change it.
|
ImmutableSortedSet
A SortedSet interface without the methods that can change it.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.