Uses of Package
org.eclipse.collections.api.list
-
Packages that use org.eclipse.collections.api.list Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.collection org.eclipse.collections.api.factory.list This package contains factory API for creating instances of typeListIterable.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap.list This package contains interfaces forListMultimap.org.eclipse.collections.api.ordered org.eclipse.collections.api.partition.list This package contains interfaces forPartitionList.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.api.stack This package contains interfaces for stack API. -
Classes in org.eclipse.collections.api.list used by org.eclipse.collections.api Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.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.bag Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.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.bag.primitive Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.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.bag.sorted Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.MutableList A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol.ParallelListIterable 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.collection Class Description 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.factory.list Class Description FixedSizeList A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.MultiReaderList A MultiReaderList provides thread-safe iteration for a list through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().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.list Class Description FixedSizeList A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.MultiReaderList A MultiReaderList provides thread-safe iteration for a list through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().MutableList A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol.ParallelListIterable 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.primitive Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.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.map Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.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.map.sorted Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.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.multimap.list Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.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.ordered Class Description ListIterable An 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.list Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.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.set.sorted Class Description ImmutableList ImmutableList is the non-modifiable equivalent interface toMutableList.ListIterable An iterable whose items are ordered and may be accessed directly by index.MutableList A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol.ParallelListIterable 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.stack Class Description ListIterable An iterable whose items are ordered and may be accessed directly by index.