Uses of Interface
org.jhotdraw8.icollection.readonly.ReadOnlyNavigableMap
Packages that use ReadOnlyNavigableMap
Package
Description
Provides mutable and immutable collections.
Provides facades of collection interfaces.
Defines interfaces to immutable collections.
-
Uses of ReadOnlyNavigableMap in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ReadOnlyNavigableMapModifier and TypeClassDescriptionclassMutableRedBlackMap<K,V> classRedBlackMap<K,V> Implements theImmutableNavigableSetinterface using a Red-Black tree. -
Uses of ReadOnlyNavigableMap in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ReadOnlyNavigableMapModifier and TypeClassDescriptionclassProvides aReadOnlyNavigableMapfacade to a set ofReadOnlyNavigableMapfunctions.Methods in org.jhotdraw8.icollection.facade that return ReadOnlyNavigableMap -
Uses of ReadOnlyNavigableMap in org.jhotdraw8.icollection.immutable
Subinterfaces of ReadOnlyNavigableMap in org.jhotdraw8.icollection.immutableModifier and TypeInterfaceDescriptioninterfaceAn interface to an immutable navigable map; the implementation guarantees that the state of the collection does not change.