Uses of Package
org.eclipse.collections.api
Packages that use org.eclipse.collections.api
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 interfaces for BiMap API.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating instances of type
ListIterable
.This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
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
Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
Multimap
.This package contains interfaces for
BagMultimap
.This package contains interfaces for
ListMultimap
.This package contains interfaces for
SetMultimap
.This package contains interfaces for
SortedBagMultimap
.This package contains interfaces for
SortedSetMultimap
.This package contains interfaces for
PartitionIterable
.This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains API for mutable and immutable primitive sets.
This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag
interface.This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of
MutableSortedBag
.This package contains implementations of bags with user defined
HashingStrategy
s.This package contains implementations of the
MutableBiMap
interface.This package contains factory implementations for
Function
, Predicate
, SerializableComparator
and Procedure
.This package contains abstract implementations of
Procedure
and Procedure2
.This package contains implementations of the
ImmutableCollection
interface.This package contains implementations of the
MutableCollection
interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains static utilities for creating mutable and immutable collection factories.
This package contains static utilities for creating immutable primitive collection factories.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the
Iterator
interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
ListIterable
interface.This package contains implementations of the
FixedSizeList
interface.This package contains implementations of the
ImmutableList
interface.This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the
MutableList
interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the
MapIterable
interface.This package contains implementations of the
ImmutableMap
interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the
MutableSortedMap
interface.This package contains immutable map implementations backed by hashtables that rely on
HashingStrategy
s provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains mutable map implementations backed by hashtables that rely on
HashingStrategy
s provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains implementations of the
Multimap
interface.This package contains implementations of the
BagMultimap
interface.This package contains implementations of the
ListMultimap
interface.This package contains implementations of the
SetMultimap
interface.This package contains implementations of the
SortedSetMultimap
interface.This package contains implementations of the
SetMultimap
interface which use a set with user-defined HashingStrategy
as their underlying store for the multiple values of a given key.This package contains the implementations of
ImmutableSet
.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of
MutableSet
.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of
MutableSortedSet
.This package contains implementations of sets with user defined
HashingStrategy
s.This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
This package contains
SerializeTestHelper
and Verify
classes.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.apiClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bagClassDescriptionThe base interface for all Eclipse Collections.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bag.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bag.sortedClassDescriptionThe base interface for all Eclipse Collections.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bimapClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.collectionClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.collection.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.bag.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.listClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.list.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.set.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.stack.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.listClassDescriptionThe base interface for all Eclipse Collections.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.list.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.mapClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.map.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.map.sortedClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimapClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.bagClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.listClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.orderedClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.setClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.sortedbagClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.sortedsetClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.orderedClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.ordered.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.partitionClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.setClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.set.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.set.sortedClassDescriptionThe base interface for all Eclipse Collections.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.stackClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.stack.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.implClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bagClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.immutableClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.immutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.mutableClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.mutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.sorted.mutableClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.strategy.mutableClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bimapClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bimap.immutableClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bimap.mutableClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.block.factoryClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.block.procedure.checkedClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.collectionClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.collection.immutableClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.collection.mutableClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.collection.mutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.factoryClassDescriptionA LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.factory.primitiveClassDescriptionA LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazyClassDescriptionThe base interface for all Eclipse Collections.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.iteratorClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.parallelClassDescriptionA LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.parallel.bagClassDescriptionA LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.parallel.listClassDescriptionA LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.parallel.setClassDescriptionA LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.parallel.set.sortedClassDescriptionA ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.listClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.fixedClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.immutableClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.immutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.mutableClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.mutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.primitiveClassDescriptionIntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.mapClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.immutableClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.immutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.mutableClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.mutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.ordered.mutableClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.sorted.immutableClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.sorted.mutableClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.strategy.immutableClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.strategy.mutableClassDescriptionThe base interface for all Eclipse Collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimapClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bagClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag.sortedClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag.sorted.immutableClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag.sorted.mutableClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag.strategyClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.listClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.setClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.set.sortedClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.set.strategyClassDescriptionRichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.setClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.immutableClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.immutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.mutableClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.mutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.primitiveClassDescriptionByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.sorted.mutableClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.strategy.mutableClassDescriptionThe base interface for all Eclipse Collections.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.stack.immutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.stack.mutableClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.The base interface for all Eclipse Collections.IntIterable is an interface which is memory-optimized for int primitives.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable is an interface which is memory-optimized for long primitives.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.stack.mutable.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.stack.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.string.immutableClassDescriptionCharIterable is an interface which is memory-optimized for char primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.PrimitiveIterable includes API that is common to all primitive collections.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.testClassDescriptionPrimitiveIterable includes API that is common to all primitive collections.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.utilityClassDescriptionA LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.utility.internalClassDescriptionA LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable is an interface which extends the InternalIterable interface with several internal iterator methods, from the Smalltalk Collection protocol.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.utility.internal.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.
-
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.utility.primitiveClassDescriptionBooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable is an interface which is memory-optimized for float primitives.IntIterable is an interface which is memory-optimized for int primitives.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.This file was automatically generated from template file lazyPrimitiveIterable.stg.This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable is an interface which is memory-optimized for long primitives.ShortIterable is an interface which is memory-optimized for short primitives.