Uses of Class
org.djutils.immutablecollections.ImmutableAbstractSet
| Package | Description | 
|---|---|
| org.djutils.immutablecollections | 
 Contains a set of immutable collection interfaces and wrapper implementations. 
 | 
- 
Uses of ImmutableAbstractSet in org.djutils.immutablecollections
Subclasses of ImmutableAbstractSet in org.djutils.immutablecollections Modifier and Type Class Description classImmutableHashSet<E>An immutable wrapper for a HashSet.classImmutableLinkedHashSet<E>An immutable wrapper for a LinkedHashSet.classImmutableTreeSet<E>An immutable wrapper for a TreeSet.Constructors in org.djutils.immutablecollections with parameters of type ImmutableAbstractSet Constructor Description ImmutableHashSet(ImmutableAbstractSet<E> set, Immutable copyOrWrap)Construct a new ImmutableHashSet containing the provided set.ImmutableLinkedHashSet(ImmutableAbstractSet<E> set, Immutable copyOrWrap)ImmutableTreeSet(ImmutableAbstractSet<E> immutableSortedSet)