Uses of Package
org.eclipse.collections.api.list
Packages that use org.eclipse.collections.api.list
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for SortedBag API.
This package contains factory API for creating instances of type
ListIterable.This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains mutable and immutable primitive list API.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
ListMultimap.This package contains interfaces for
PartitionList.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
-
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.apiClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.bagClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.bag.primitiveClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.bag.sortedClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.collectionClassDescriptionA MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.factory.listClassDescriptionA FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.ImmutableList is the non-modifiable equivalent interface to
MutableList.A MultiReaderList provides thread-safe iteration for a list through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.listClassDescriptionA FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.ImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MultiReaderList provides thread-safe iteration for a list through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.list.primitiveClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.mapClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.map.sortedClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.multimap.listClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.orderedClassDescriptionAn iterable whose items are ordered and may be accessed directly by index.
-
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.partition.listClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.set.sortedClassDescriptionImmutableList is the non-modifiable equivalent interface to
MutableList.An iterable whose items are ordered and may be accessed directly by index.A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api.stackClassDescriptionAn iterable whose items are ordered and may be accessed directly by index.