Uses of Interface
org.jhotdraw8.icollection.readonly.ReadOnlySortedMap
Packages that use ReadOnlySortedMap
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 ReadOnlySortedMap in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ReadOnlySortedMapModifier and TypeClassDescriptionclassMutableRedBlackMap<K,V> classRedBlackMap<K,V> Implements theImmutableNavigableSetinterface using a Red-Black tree. -
Uses of ReadOnlySortedMap in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ReadOnlySortedMapModifier and TypeClassDescriptionclassProvides aReadOnlyNavigableMapfacade to a set ofReadOnlyNavigableMapfunctions.classProvides aReadOnlySortedMapfacade to a set ofReadOnlySortedMapfunctions.Methods in org.jhotdraw8.icollection.facade that return ReadOnlySortedMap -
Uses of ReadOnlySortedMap in org.jhotdraw8.icollection.immutable
Subinterfaces of ReadOnlySortedMap 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.interfaceImmutableSortedMap<K,V> An interface to an immutable sorted map; the implementation guarantees that the state of the collection does not change. -
Uses of ReadOnlySortedMap in org.jhotdraw8.icollection.readonly
Subinterfaces of ReadOnlySortedMap in org.jhotdraw8.icollection.readonlyModifier and TypeInterfaceDescriptioninterfaceReadOnlyNavigableMap<K,V> A read-only interface to a navigable map.Methods in org.jhotdraw8.icollection.readonly with parameters of type ReadOnlySortedMapModifier and TypeMethodDescriptionstatic <K,V> boolean ReadOnlySortedMap.sortedMapEquals(ReadOnlySortedMap<K, V> map, Object o) Compares a read-only map with an object for equality.