Uses of Package
org.eclipse.collections.api
-
Packages that use org.eclipse.collections.api 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.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.collection org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.factory.list This package contains factory API for creating instances of typeListIterable.org.eclipse.collections.api.factory.list.primitive This package contains factory API for creating immutable primitive list instances.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.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.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap This package contains interfaces forMultimap.org.eclipse.collections.api.multimap.bag This package contains interfaces forBagMultimap.org.eclipse.collections.api.multimap.list This package contains interfaces forListMultimap.org.eclipse.collections.api.multimap.ordered org.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap.org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap.org.eclipse.collections.api.ordered org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.partition This package contains interfaces forPartitionIterable.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.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.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBaginterface.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategys.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction,Predicate,SerializableComparatorandProcedure.org.eclipse.collections.impl.block.procedure.checked This package contains abstract implementations ofProcedureandProcedure2.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.immutable This package contains implementations of theImmutableCollectioninterface.org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterableinterface.org.eclipse.collections.impl.lazy.iterator This package contains implementations of theIteratorinterface.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.bag org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set org.eclipse.collections.impl.lazy.parallel.set.sorted org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list This package contains implementations of theListIterableinterface.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeListinterface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map This package contains implementations of theMapIterableinterface.org.eclipse.collections.impl.map.fixed This package contains implementations of theFixedSizeMapinterface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMapinterface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.immutable org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable map implementations backed by hashtables that rely onHashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.multimap This package contains implementations of theMultimapinterface.org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimapinterface.org.eclipse.collections.impl.multimap.bag.sorted org.eclipse.collections.impl.multimap.bag.sorted.immutable org.eclipse.collections.impl.multimap.bag.sorted.mutable org.eclipse.collections.impl.multimap.bag.strategy org.eclipse.collections.impl.multimap.list This package contains implementations of theListMultimapinterface.org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimapinterface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimapinterface.org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimapinterface which use a set with user-definedHashingStrategyas their underlying store for the multiple values of a given key.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set org.eclipse.collections.impl.set.fixed This package contains implementations ofFixedSizeSet.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.primitive org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategys.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.test This package containsSerializeTestHelperandVerifyclasses.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bag Class Description InternalIterable The base interface for all Eclipse Collections.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bag.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bag.sorted Class Description InternalIterable The base interface for all Eclipse Collections.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.bimap Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.collection Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.collection.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable 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.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.list Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.factory.list.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable 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.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable 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.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.list Class Description InternalIterable The base interface for all Eclipse Collections.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.list.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.map Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.map.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.map.sorted Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.bag Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.list Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.ordered Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.set Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.sortedbag Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.multimap.sortedset Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.ordered Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.ordered.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.partition Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.set Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.set.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.set.sorted Class Description InternalIterable The base interface for all Eclipse Collections.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.stack Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.api.stack.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.immutable Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.immutable.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.mutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.mutable.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.sorted.mutable Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bag.strategy.mutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bimap Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bimap.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.bimap.mutable Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.block.factory Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.block.procedure.checked Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.collection Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.collection.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.collection.mutable Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.factory Class Description LazyIterable A 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.primitive Class Description LazyIterable A 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.lazy Class Description InternalIterable The base interface for all Eclipse Collections.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.iterator Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.parallel Class Description LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.parallel.bag Class Description LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable 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.list Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.lazy.parallel.set Class Description LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable 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.sorted Class Description LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable 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.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.fixed Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.immutable.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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 Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.list.primitive Class Description IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.fixed Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.immutable.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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 Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.ordered.mutable Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.sorted.mutable Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.map.strategy.mutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag.sorted Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag.sorted.immutable Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag.sorted.mutable Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.bag.strategy Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.list Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.set Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.set.sorted Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.multimap.set.strategy Class Description RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.fixed Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.immutable Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.immutable.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.mutable Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.mutable.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.primitive Class Description ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.ShortIterable 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.immutable Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.sorted.mutable Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.strategy.immutable Class Description InternalIterable The base interface for all Eclipse Collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.set.strategy.mutable Class Description InternalIterable The base interface for all Eclipse Collections.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.ParallelIterable A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.stack.immutable Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.stack.immutable.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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 Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.InternalIterable The base interface for all Eclipse Collections.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LongIterable LongIterable is an interface which is memory-optimized for long primitives.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable 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.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.stack.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.string.immutable Class Description CharIterable CharIterable is an interface which is memory-optimized for char primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.test Class Description PrimitiveIterable PrimitiveIterable includes API that is common to all primitive collections.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.utility Class Description LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.utility.internal Class Description LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.RichIterable RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.utility.internal.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives. -
Classes in org.eclipse.collections.api used by org.eclipse.collections.impl.utility.primitive Class Description BooleanIterable BooleanIterable is an interface which is memory-optimized for boolean primitives.ByteIterable ByteIterable is an interface which is memory-optimized for byte primitives.CharIterable CharIterable is an interface which is memory-optimized for char primitives.DoubleIterable DoubleIterable is an interface which is memory-optimized for double primitives.FloatIterable FloatIterable is an interface which is memory-optimized for float primitives.IntIterable IntIterable is an interface which is memory-optimized for int primitives.LazyBooleanIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyByteIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyCharIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyDoubleIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyFloatIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIntIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyIterable A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.LazyLongIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LazyShortIterable This file was automatically generated from template file lazyPrimitiveIterable.stg.LongIterable LongIterable is an interface which is memory-optimized for long primitives.ShortIterable ShortIterable is an interface which is memory-optimized for short primitives.