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 TypeClassDescriptionclassAn abstract base class for an immutable wrapper for a List.classAn abstract base class for an immutable wrapper for a Set.classAn immutable wrapper for an ArrayList.classAn immutable wrapper for a HashSet.classAn immutable wrapper for a LinkedHashSet.classAn immutable wrapper for a TreeSet.classAn 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)