Uses of Interface
org.jhotdraw8.icollection.immutable.ImmutableSortedMap
Packages that use ImmutableSortedMap
Package
Description
Provides mutable and immutable collections.
Defines interfaces to immutable collections.
-
Uses of ImmutableSortedMap in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ImmutableSortedMapModifier and TypeClassDescriptionclassRedBlackMap<K,V> Implements theImmutableNavigableSetinterface using a Red-Black tree. -
Uses of ImmutableSortedMap in org.jhotdraw8.icollection.immutable
Subinterfaces of ImmutableSortedMap 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.Methods in org.jhotdraw8.icollection.immutable that return ImmutableSortedMapModifier and TypeMethodDescriptionImmutableSortedMap.clear()default ImmutableSortedMap<K, V> default ImmutableSortedMap<K, V> default ImmutableSortedMap<K, V> ImmutableSortedMap.putKeyValues(Object... kv) default ImmutableSortedMap<K, V> default ImmutableSortedMap<K, V> default ImmutableSortedMap<K, V> ImmutableSortedMap.retainAll(ReadOnlyCollection<? extends K> c)