Uses of Interface
org.jhotdraw8.icollection.readonly.ReadOnlySortedSet
Packages that use ReadOnlySortedSet
Package
Description
Provides mutable and immutable collections.
Provides facades of collection interfaces.
Defines interfaces to immutable collections.
Defines read-only interfaces to collections, and provides abstract base classes for them.
-
Uses of ReadOnlySortedSet in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ReadOnlySortedSetModifier and TypeClassDescriptionclassImplements theNavigableSetinterface using a Red-Black tree.classRedBlackSet<E>Implements theImmutableNavigableSetinterface using a Red-Black tree. -
Uses of ReadOnlySortedSet in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ReadOnlySortedSetModifier and TypeClassDescriptionclassProvides aReadOnlyNavigableSetfacade to a set ofNavigableSetfunctions.classProvides aReadOnlySortedSetfacade to a set ofSortedSetfunctions.Methods in org.jhotdraw8.icollection.facade that return ReadOnlySortedSet -
Uses of ReadOnlySortedSet in org.jhotdraw8.icollection.immutable
Subinterfaces of ReadOnlySortedSet 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 sorted set; the implementation guarantees that the state of the collection does not change. -
Uses of ReadOnlySortedSet in org.jhotdraw8.icollection.readonly
Subinterfaces of ReadOnlySortedSet in org.jhotdraw8.icollection.readonlyModifier and TypeInterfaceDescriptioninterfaceA read-only interface to a navigable set.