Uses of Interface
org.jhotdraw8.icollection.readonly.ReadOnlySequencedCollection
Packages that use ReadOnlySequencedCollection
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 ReadOnlySequencedCollection in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ReadOnlySequencedCollectionModifier 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.classImplements theListinterface using a bit-mapped trie (Vector).classRedBlackSet<E>Implements theImmutableNavigableSetinterface using a Red-Black tree.classVectorList<E>Implements theImmutableListinterface using a bit-mapped trie (Vector).Methods in org.jhotdraw8.icollection that return ReadOnlySequencedCollectionModifier and TypeMethodDescriptionMutableVectorList.readOnlyReversed()VectorList.readOnlyReversed() -
Uses of ReadOnlySequencedCollection in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ReadOnlySequencedCollectionModifier and TypeClassDescriptionclassProvides aListfacade to a set ofImmutableListfunctions.classProvides aReadOnlyListfacade to a set ofReadOnlyListfunctions.classProvides aReadOnlyNavigableSetfacade to a set ofNavigableSetfunctions.classProvides aReadOnlySequencedSetfacade to a set ofSetfunctions.classProvides aReadOnlySequencedSetfacade to a set ofSequencedSetfunctions.classProvides aReadOnlySortedSetfacade to a set ofSortedSetfunctions.Methods in org.jhotdraw8.icollection.facade that return ReadOnlySequencedCollectionModifier and TypeMethodDescriptionMutableListFacade.readOnlyReversed()ReadOnlyListFacade.readOnlyReversed()ReadOnlySequencedCollectionFacade.readOnlyReversed()Constructors in org.jhotdraw8.icollection.facade with parameters of type ReadOnlySequencedCollectionModifierConstructorDescriptionSequencedCollectionFacade(@NonNull ReadOnlySequencedCollection<E> backingCollection) SequencedSetFacade(@NonNull ReadOnlySequencedCollection<E> backingSet) Constructor parameters in org.jhotdraw8.icollection.facade with type arguments of type ReadOnlySequencedCollectionModifierConstructorDescriptionReadOnlyListFacade(@NonNull IntSupplier sizeFunction, @NonNull IntFunction<E> getFunction, @NonNull Supplier<ReadOnlySequencedCollection<E>> readOnlyReversedFunction) -
Uses of ReadOnlySequencedCollection in org.jhotdraw8.icollection.immutable
Subinterfaces of ReadOnlySequencedCollection in org.jhotdraw8.icollection.immutableModifier and TypeInterfaceDescriptioninterfaceAn interface to an immutable list; the implementation guarantees that the state of the collection does not change.interfaceAn interface to an immutable navigable set; the implementation guarantees that the state of the collection does not change.interfaceAn interface to an immutable collection with a well-defined iteration order; 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 ReadOnlySequencedCollection in org.jhotdraw8.icollection.readonly
Subinterfaces of ReadOnlySequencedCollection in org.jhotdraw8.icollection.readonlyModifier and TypeInterfaceDescriptioninterfaceReadOnlyList<E>A read-only interface to a set.interfaceA read-only interface to a navigable set.interfaceA read-only interface to a sequenced set.interfaceA read-only interface to a sorted set.Classes in org.jhotdraw8.icollection.readonly that implement ReadOnlySequencedCollectionMethods in org.jhotdraw8.icollection.readonly that return ReadOnlySequencedCollectionModifier and TypeMethodDescriptionReadOnlySequencedCollection.readOnlyReversed()Returns a reversed-order view of this collection.default @NonNull ReadOnlySequencedCollection<V> ReadOnlySequencedMap.readOnlyValues()Returns aReadOnlySequencedCollectionview of the values contained in this map.