Uses of Class
org.djutils.immutablecollections.ImmutableAbstractList
| Package | Description |
|---|---|
| org.djutils.immutablecollections |
Contains a set of immutable collection interfaces and wrapper implementations.
|
-
Uses of ImmutableAbstractList in org.djutils.immutablecollections
Subclasses of ImmutableAbstractList in org.djutils.immutablecollections Modifier and Type Class Description classImmutableArrayList<E>An immutable wrapper for an ArrayList.classImmutableVector<E>An immutable wrapper for a Vector.Constructors in org.djutils.immutablecollections with parameters of type ImmutableAbstractList Constructor Description ImmutableArrayList(ImmutableAbstractList<E> list, Immutable copyOrWrap)