Uses of Class
org.djutils.immutablecollections.ImmutableAbstractSet
Package
Description
Contains a set of immutable collection interfaces and wrapper implementations.
-
Uses of ImmutableAbstractSet in org.djutils.immutablecollections
Modifier and TypeClassDescriptionclass
An immutable wrapper for a HashSet.class
An immutable wrapper for a LinkedHashSet.class
An immutable wrapper for a TreeSet.ModifierConstructorDescriptionImmutableHashSet
(ImmutableAbstractSet<E> set, Immutable copyOrWrap) Construct a new ImmutableHashSet containing the provided set.ImmutableLinkedHashSet
(ImmutableAbstractSet<E> set, Immutable copyOrWrap) ImmutableTreeSet
(ImmutableAbstractSet<E> immutableSortedSet)