Uses of Interface
org.jhotdraw8.icollection.readonly.ReadOnlyNavigableSet
Packages that use ReadOnlyNavigableSet
Package
Description
Provides mutable and immutable collections.
Provides facades of collection interfaces.
Defines interfaces to immutable collections.
-
Uses of ReadOnlyNavigableSet in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ReadOnlyNavigableSetModifier and TypeClassDescriptionclassImplements theNavigableSetinterface using a Red-Black tree.classRedBlackSet<E>Implements theImmutableNavigableSetinterface using a Red-Black tree. -
Uses of ReadOnlyNavigableSet in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ReadOnlyNavigableSetModifier and TypeClassDescriptionclassProvides aReadOnlyNavigableSetfacade to a set ofNavigableSetfunctions.Methods in org.jhotdraw8.icollection.facade that return ReadOnlyNavigableSet -
Uses of ReadOnlyNavigableSet in org.jhotdraw8.icollection.immutable
Subinterfaces of ReadOnlyNavigableSet 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.