Uses of Interface
org.jhotdraw8.icollection.immutable.ImmutableSet
Packages that use ImmutableSet
Package
Description
Provides mutable and immutable collections.
Provides facades of collection interfaces.
Defines interfaces to immutable collections.
-
Uses of ImmutableSet in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ImmutableSetModifier and TypeClassDescriptionclassChampSet<E>Implements theImmutableSetinterface using a Compressed Hash-Array Mapped Prefix-tree (CHAMP).classImplements theImmutableSequencedSetinterface using a Compressed Hash-Array Mapped Prefix-tree (CHAMP) and a bit-mapped trie (Vector).classRedBlackSet<E>Implements theImmutableNavigableSetinterface using a Red-Black tree. -
Uses of ImmutableSet in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ImmutableSetModifier and TypeClassDescriptionclassProvides aImmutableSetfacade to a set ofImmutableSetfunctions.Methods in org.jhotdraw8.icollection.facade that return ImmutableSetConstructors in org.jhotdraw8.icollection.facade with parameters of type ImmutableSet -
Uses of ImmutableSet in org.jhotdraw8.icollection.immutable
Subinterfaces of ImmutableSet in org.jhotdraw8.icollection.immutableModifier and TypeInterfaceDescriptioninterfaceAn interface to an immutable navigable set; the implementation guarantees that the state of the collection does not change.interfaceAn interface to an immutable set with a well-defined iteration order; the implementation guarantees that the state of the collection does not change.interfaceAn interface to an immutable sorted set; the implementation guarantees that the state of the collection does not change.Methods in org.jhotdraw8.icollection.immutable that return ImmutableSetModifier and TypeMethodDescriptionReturns a copy of this set that contains all elements of this set and also the specified element.default ImmutableSet<E> Returns a copy of this set that contains all elements of this set and also all elements of the specified collection.<T> ImmutableSet<T> ImmutableSet.empty()Returns an empty set instance that has the specified element type.Returns a copy of this set that contains all elements of this set except the specified element.default ImmutableSet<E> Returns a copy of this set that contains all elements of this set except the elements of the specified collection.default ImmutableSet<E> Returns a copy of this set that contains only elements that are in this set and in the specified collection.