Uses of Class
org.djutils.immutablecollections.ImmutableAbstractSet
Packages that use ImmutableAbstractSet
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableAbstractSet in org.djutils.immutablecollections
Subclasses of ImmutableAbstractSet in org.djutils.immutablecollectionsModifier and TypeClassDescriptionclass
An immutable wrapper for a HashSet.class
An immutable wrapper for a LinkedHashSet.class
An immutable wrapper for a TreeSet.Constructors in org.djutils.immutablecollections with parameters of type ImmutableAbstractSetModifierConstructorDescriptionImmutableHashSet
(ImmutableAbstractSet<E> set, Immutable copyOrWrap) Construct a new ImmutableHashSet containing the provided set.ImmutableLinkedHashSet
(ImmutableAbstractSet<E> set, Immutable copyOrWrap) ImmutableTreeSet
(ImmutableAbstractSet<E> immutableSortedSet)