Uses of Interface
org.jhotdraw8.icollection.immutable.ImmutableSortedSet
Packages that use ImmutableSortedSet
Package
Description
Provides mutable and immutable collections.
Defines interfaces to immutable collections.
-
Uses of ImmutableSortedSet in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ImmutableSortedSetModifier and TypeClassDescriptionclassRedBlackSet<E>Implements theImmutableNavigableSetinterface using a Red-Black tree. -
Uses of ImmutableSortedSet in org.jhotdraw8.icollection.immutable
Subinterfaces of ImmutableSortedSet 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.Methods in org.jhotdraw8.icollection.immutable that return ImmutableSortedSetModifier and TypeMethodDescriptiondefault ImmutableSortedSet<E> <T> ImmutableSortedSet<T> ImmutableSortedSet.empty()default ImmutableSortedSet<E> default ImmutableSortedSet<E> ImmutableSortedSet.removeFirst()Returns a copy of this set that contains all elements of this set except the first.default ImmutableSortedSet<E> ImmutableSortedSet.removeLast()Returns a copy of this set that contains all elements of this set except the last.default ImmutableSortedSet<E> default ImmutableSortedSet<E> ImmutableSortedSet.reversed()