Uses of Interface
org.jhotdraw8.icollection.readonly.ReadOnlySequencedSet
Packages that use ReadOnlySequencedSet
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 ReadOnlySequencedSet in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ReadOnlySequencedSetModifier and TypeClassDescriptionclassImplements theImmutableSequencedSetinterface using a Compressed Hash-Array Mapped Prefix-tree (CHAMP) and a bit-mapped trie (Vector).classImplements theSequencedSetinterface using a Compressed Hash-Array Mapped Prefix-tree (CHAMP) and a bit-mapped trie (Vector).classImplements theNavigableSetinterface using a Red-Black tree.classRedBlackSet<E>Implements theImmutableNavigableSetinterface using a Red-Black tree.Methods in org.jhotdraw8.icollection that return ReadOnlySequencedSetModifier and TypeMethodDescriptionChampVectorSet.readOnlyReversed()MutableChampVectorSet.readOnlyReversed()MutableRedBlackSet.readOnlyReversed()RedBlackSet.readOnlyReversed() -
Uses of ReadOnlySequencedSet in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ReadOnlySequencedSetModifier and TypeClassDescriptionclassProvides aReadOnlyNavigableSetfacade to a set ofNavigableSetfunctions.classProvides aReadOnlySequencedSetfacade to a set ofSequencedSetfunctions.classProvides aReadOnlySortedSetfacade to a set ofSortedSetfunctions.Methods in org.jhotdraw8.icollection.facade that return ReadOnlySequencedSetConstructors in org.jhotdraw8.icollection.facade with parameters of type ReadOnlySequencedSetModifierConstructorDescriptionReadOnlySequencedSetFacade(@NonNull ReadOnlySequencedSet<E> backingSet) -
Uses of ReadOnlySequencedSet in org.jhotdraw8.icollection.immutable
Subinterfaces of ReadOnlySequencedSet 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.interfaceAn interface to an immutable set with a well-defined iteration order; the implementation guarantees that the state of the collection does not change.interfaceAn interface to an immutable sorted set; the implementation guarantees that the state of the collection does not change. -
Uses of ReadOnlySequencedSet in org.jhotdraw8.icollection.readonly
Subinterfaces of ReadOnlySequencedSet in org.jhotdraw8.icollection.readonlyModifier and TypeInterfaceDescriptioninterfaceA read-only interface to a navigable set.interfaceA read-only interface to a sorted set.Methods in org.jhotdraw8.icollection.readonly that return ReadOnlySequencedSetModifier and TypeMethodDescriptiondefault @NonNull ReadOnlySequencedSet<Map.Entry<K, V>> ReadOnlySequencedMap.readOnlyEntrySet()Returns aReadOnlySequencedSetview of the entries contained in this map.default @NonNull ReadOnlySequencedSet<K> ReadOnlySequencedMap.readOnlyKeySet()Returns aReadOnlySequencedSetview of the keys contained in this map.ReadOnlySequencedSet.readOnlyReversed()Returns a reversed-order view of this set.