Uses of Interface
org.jhotdraw8.icollection.readonly.ReadOnlySequencedMap
Packages that use ReadOnlySequencedMap
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 ReadOnlySequencedMap in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ReadOnlySequencedMapModifier and TypeClassDescriptionclassChampVectorMap<K,V> Implements theImmutableSequencedMapinterface using a Compressed Hash-Array Mapped Prefix-tree (CHAMP) and a bit-mapped trie (Vector).classImplements theSequencedMapinterface using a Compressed Hash-Array Mapped Prefix-tree (CHAMP) and a bit-mapped trie (Vector).classMutableRedBlackMap<K,V> classRedBlackMap<K,V> Implements theImmutableNavigableSetinterface using a Red-Black tree.Methods in org.jhotdraw8.icollection that return ReadOnlySequencedMapModifier and TypeMethodDescriptionChampVectorMap.readOnlyReversed()MutableChampVectorMap.readOnlyReversed()MutableRedBlackMap.readOnlyReversed()RedBlackMap.readOnlyReversed() -
Uses of ReadOnlySequencedMap in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ReadOnlySequencedMapModifier and TypeClassDescriptionclassProvides aReadOnlyNavigableMapfacade to a set ofReadOnlyNavigableMapfunctions.classProvides aReadOnlySequencedMapfacade to a set ofReadOnlySequencedMapfunctions.classProvides aReadOnlySortedMapfacade to a set ofReadOnlySortedMapfunctions.Methods in org.jhotdraw8.icollection.facade that return ReadOnlySequencedMapConstructors in org.jhotdraw8.icollection.facade with parameters of type ReadOnlySequencedMap -
Uses of ReadOnlySequencedMap in org.jhotdraw8.icollection.immutable
Subinterfaces of ReadOnlySequencedMap 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.interfaceAn interface to an immutable map with a well-defined iteration order; 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 ReadOnlySequencedMap in org.jhotdraw8.icollection.readonly
Subinterfaces of ReadOnlySequencedMap in org.jhotdraw8.icollection.readonlyModifier and TypeInterfaceDescriptioninterfaceReadOnlyNavigableMap<K,V> A read-only interface to a navigable map.interfaceReadOnlySortedMap<K,V> A read-only interface to a sorted map.Methods in org.jhotdraw8.icollection.readonly that return ReadOnlySequencedMapModifier and TypeMethodDescriptionReadOnlySequencedMap.readOnlyReversed()Returns a reversed-order view of this map.