Package | Description |
---|---|
org.opentrafficsim.base.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableHashSet<E>
An immutable wrapper for a HashSet.
|
class |
ImmutableLinkedHashSet<E>
An immutable wrapper for a HashSet.
|
class |
ImmutableTreeSet<E>
An immutable wrapper for a TreeSet.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.