Package | Description |
---|---|
org.djutils.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
Modifier and Type | Field and Description |
---|---|
protected Immutable |
ImmutableAbstractMap.copyOrWrap
COPY stores a safe, internal copy of the collection; WRAP stores a pointer to the original collection.
|
protected Immutable |
ImmutableAbstractCollection.copyOrWrap
COPY stores a safe, internal copy of the collection; WRAP stores a pointer to the original collection.
|
Modifier and Type | Method and Description |
---|---|
static Immutable |
Immutable.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Immutable[] |
Immutable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2019 Delft University of Technology. All rights reserved.