Uses of Class
org.djutils.immutablecollections.ImmutableAbstractCollection
Packages that use ImmutableAbstractCollection
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableAbstractCollection in org.djutils.immutablecollections
Subclasses of ImmutableAbstractCollection in org.djutils.immutablecollectionsModifier and TypeClassDescriptionclass
An abstract base class for an immutable wrapper for a List.class
An abstract base class for an immutable wrapper for a Set.class
An immutable wrapper for an ArrayList.class
An immutable wrapper for a HashSet.class
An immutable wrapper for a LinkedHashSet.class
An immutable wrapper for a TreeSet.class
An immutable wrapper for a Vector.Constructors in org.djutils.immutablecollections with parameters of type ImmutableAbstractCollectionModifierConstructorDescriptionImmutableArrayList
(ImmutableAbstractCollection<? extends E> collection) ImmutableHashSet
(ImmutableAbstractCollection<? extends E> collection) Construct a new ImmutableHashSet containing a copy of the provided Collection.ImmutableLinkedHashSet
(ImmutableAbstractCollection<? extends E> collection) ImmutableVector
(ImmutableAbstractCollection<? extends E> collection)