Uses of Interface
org.jhotdraw8.icollection.readonly.ReadOnlyList
Packages that use ReadOnlyList
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 ReadOnlyList in org.jhotdraw8.icollection
Classes in org.jhotdraw8.icollection that implement ReadOnlyListModifier and TypeClassDescriptionclassImplements theListinterface using a bit-mapped trie (Vector).classVectorList<E>Implements theImmutableListinterface using a bit-mapped trie (Vector).Methods in org.jhotdraw8.icollection that return ReadOnlyList -
Uses of ReadOnlyList in org.jhotdraw8.icollection.facade
Classes in org.jhotdraw8.icollection.facade that implement ReadOnlyListModifier and TypeClassDescriptionclassProvides aListfacade to a set ofImmutableListfunctions.classProvides aReadOnlyListfacade to a set ofReadOnlyListfunctions.Methods in org.jhotdraw8.icollection.facade that return ReadOnlyListModifier and TypeMethodDescriptionMutableListFacade.readOnlySubList(int fromIndex, int toIndex) ReadOnlyListFacade.readOnlySubList(int fromIndex, int toIndex) Constructors in org.jhotdraw8.icollection.facade with parameters of type ReadOnlyList -
Uses of ReadOnlyList in org.jhotdraw8.icollection.immutable
Subinterfaces of ReadOnlyList in org.jhotdraw8.icollection.immutableModifier and TypeInterfaceDescriptioninterfaceAn interface to an immutable list; the implementation guarantees that the state of the collection does not change. -
Uses of ReadOnlyList in org.jhotdraw8.icollection.readonly
Classes in org.jhotdraw8.icollection.readonly that implement ReadOnlyListMethods in org.jhotdraw8.icollection.readonly that return ReadOnlyListModifier and TypeMethodDescriptionReadOnlyList.readOnlySubList(int fromIndex, int toIndex) Returns a view of the portion of this list between the specified *fromIndex, inclusive, andtoIndex, exclusive.Methods in org.jhotdraw8.icollection.readonly with parameters of type ReadOnlyListModifier and TypeMethodDescriptionstatic <E> booleanReadOnlyList.listEquals(ReadOnlyList<E> list, @Nullable Object o) Compares the given list with the given object for equality.