Uses of Class
org.djutils.immutablecollections.Immutable
Package | Description |
---|---|
org.djutils.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
-
Uses of Immutable in org.djutils.immutablecollections
Fields in org.djutils.immutablecollections declared as Immutable Modifier and Type Field Description protected Immutable
ImmutableAbstractCollection. copyOrWrap
COPY stores a safe, internal copy of the collection; WRAP stores a pointer to the original collection.protected Immutable
ImmutableAbstractMap. copyOrWrap
COPY stores a safe, internal copy of the collection; WRAP stores a pointer to the original collection.Methods in org.djutils.immutablecollections that return Immutable Modifier and Type Method 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.