Uses of Class
org.djutils.immutablecollections.ImmutableAbstractList
Packages that use ImmutableAbstractList
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableAbstractList in org.djutils.immutablecollections
Subclasses of ImmutableAbstractList in org.djutils.immutablecollectionsModifier and TypeClassDescriptionclass
An immutable wrapper for an ArrayList.class
An immutable wrapper for a Vector.Constructors in org.djutils.immutablecollections with parameters of type ImmutableAbstractListModifierConstructorDescriptionImmutableArrayList
(ImmutableAbstractList<E> list, Immutable copyOrWrap)