Package | Description |
---|---|
org.djutils.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableAbstractList<E>
An abstract base class for an immutable wrapper for a List.
|
class |
ImmutableAbstractSet<E>
An abstract base class for an immutable wrapper for a Set.
|
class |
ImmutableArrayList<E>
An immutable wrapper for an ArrayList.
|
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.
|
class |
ImmutableVector<E>
An immutable wrapper for a Vector.
|
Constructor and Description |
---|
ImmutableArrayList(ImmutableAbstractCollection<? extends E> collection) |
ImmutableHashSet(ImmutableAbstractCollection<? extends E> collection) |
ImmutableLinkedHashSet(ImmutableAbstractCollection<? extends E> collection) |
ImmutableVector(ImmutableAbstractCollection<? extends E> collection) |
Copyright © 2018–2019 Delft University of Technology. All rights reserved.