Package | Description |
---|---|
org.djutils.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.
|
Constructor and Description |
---|
ImmutableHashSet(ImmutableAbstractSet<E> set,
Immutable copyOrWrap) |
ImmutableLinkedHashSet(ImmutableAbstractSet<E> set,
Immutable copyOrWrap) |
ImmutableTreeSet(ImmutableAbstractSet<E> immutableSortedSet) |
Copyright © 2018–2019 Delft University of Technology. All rights reserved.