Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.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.ordered.primitive | |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
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.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
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.utility.primitive |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
IntIterable.asLazy() |
Returns a LazyIntIterable adapter wrapping the source IntIterable.
|
LazyIntIterable |
LazyBooleanIterable.collectInt(BooleanToIntFunction function) |
|
LazyIntIterable |
LazyByteIterable.collectInt(ByteToIntFunction function) |
|
LazyIntIterable |
LazyCharIterable.collectInt(CharToIntFunction function) |
|
LazyIntIterable |
LazyDoubleIterable.collectInt(DoubleToIntFunction function) |
|
LazyIntIterable |
LazyFloatIterable.collectInt(FloatToIntFunction function) |
|
LazyIntIterable |
LazyIntIterable.collectInt(IntToIntFunction function) |
|
LazyIntIterable |
LazyIterable.collectInt(IntFunction<? super T> intFunction) |
Returns a lazy IntIterable which will transform the underlying iterable data to int values based on the intFunction.
|
LazyIntIterable |
LazyLongIterable.collectInt(LongToIntFunction function) |
|
LazyIntIterable |
LazyShortIterable.collectInt(ShortToIntFunction function) |
|
LazyIntIterable |
LazyIntIterable.reject(IntPredicate predicate) |
|
LazyIntIterable |
LazyIntIterable.select(IntPredicate predicate) |
|
LazyIntIterable |
LazyIntIterable.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
IntBooleanMap.keysView() |
|
LazyIntIterable |
IntByteMap.keysView() |
|
LazyIntIterable |
IntCharMap.keysView() |
|
LazyIntIterable |
IntDoubleMap.keysView() |
|
LazyIntIterable |
IntFloatMap.keysView() |
|
LazyIntIterable |
IntIntMap.keysView() |
|
LazyIntIterable |
IntLongMap.keysView() |
|
LazyIntIterable |
IntObjectMap.keysView() |
|
LazyIntIterable |
IntShortMap.keysView() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
ReversibleIntIterable.asReversed() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
SynchronizedIntBag.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
AbstractSynchronizedIntCollection.asLazy() |
|
LazyIntIterable |
AbstractUnmodifiableIntCollection.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
AbstractLazyIterable.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractLazyIntIterable |
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectBooleanToIntIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectByteToIntIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectCharToIntIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectDoubleToIntIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectFloatToIntIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectIntIterable<T> |
This file was automatically generated from template file collectPrimitiveIterable.stg.
|
class |
CollectIntToIntIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectLongToIntIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectShortToIntIterable |
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
LazyIntIterableAdapter |
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseIntIterable |
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectIntIterable |
This file was automatically generated from template file selectPrimitiveIterable.stg.
|
class |
TapIntIterable |
This file was automatically generated from template file tapPrimitiveIterable.stg.
|
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
AbstractLazyIntIterable.asLazy() |
|
LazyIntIterable |
ReverseIntIterable.asLazy() |
|
LazyIntIterable |
AbstractLazyBooleanIterable.collectInt(BooleanToIntFunction function) |
|
LazyIntIterable |
AbstractLazyByteIterable.collectInt(ByteToIntFunction function) |
|
LazyIntIterable |
AbstractLazyCharIterable.collectInt(CharToIntFunction function) |
|
LazyIntIterable |
AbstractLazyDoubleIterable.collectInt(DoubleToIntFunction function) |
|
LazyIntIterable |
AbstractLazyFloatIterable.collectInt(FloatToIntFunction function) |
|
LazyIntIterable |
AbstractLazyIntIterable.collectInt(IntToIntFunction function) |
|
LazyIntIterable |
AbstractLazyLongIterable.collectInt(LongToIntFunction function) |
|
LazyIntIterable |
AbstractLazyShortIterable.collectInt(ShortToIntFunction function) |
|
LazyIntIterable |
AbstractLazyIntIterable.reject(IntPredicate predicate) |
|
LazyIntIterable |
AbstractLazyIntIterable.select(IntPredicate predicate) |
|
LazyIntIterable |
AbstractLazyIntIterable.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
SynchronizedIntList.asLazy() |
|
LazyIntIterable |
IntArrayList.asReversed() |
|
LazyIntIterable |
SynchronizedIntList.asReversed() |
|
LazyIntIterable |
UnmodifiableIntList.asReversed() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
IntInterval.asLazy() |
|
LazyIntIterable |
IntInterval.asReversed() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
AbstractMutableIntKeySet.asLazy() |
|
LazyIntIterable |
ObjectIntHashMap.asLazy() |
|
LazyIntIterable |
ObjectIntHashMapWithHashingStrategy.asLazy() |
|
LazyIntIterable |
SynchronizedByteIntMap.asLazy() |
|
LazyIntIterable |
SynchronizedCharIntMap.asLazy() |
|
LazyIntIterable |
SynchronizedDoubleIntMap.asLazy() |
|
LazyIntIterable |
SynchronizedFloatIntMap.asLazy() |
|
LazyIntIterable |
SynchronizedIntIntMap.asLazy() |
|
LazyIntIterable |
SynchronizedLongIntMap.asLazy() |
|
LazyIntIterable |
SynchronizedObjectIntMap.asLazy() |
|
LazyIntIterable |
SynchronizedShortIntMap.asLazy() |
|
LazyIntIterable |
UnmodifiableByteIntMap.asLazy() |
|
LazyIntIterable |
UnmodifiableCharIntMap.asLazy() |
|
LazyIntIterable |
UnmodifiableDoubleIntMap.asLazy() |
|
LazyIntIterable |
UnmodifiableFloatIntMap.asLazy() |
|
LazyIntIterable |
UnmodifiableIntIntMap.asLazy() |
|
LazyIntIterable |
UnmodifiableLongIntMap.asLazy() |
|
LazyIntIterable |
UnmodifiableObjectIntMap.asLazy() |
|
LazyIntIterable |
UnmodifiableShortIntMap.asLazy() |
|
LazyIntIterable |
IntBooleanHashMap.keysView() |
|
LazyIntIterable |
IntByteHashMap.keysView() |
|
LazyIntIterable |
IntCharHashMap.keysView() |
|
LazyIntIterable |
IntDoubleHashMap.keysView() |
|
LazyIntIterable |
IntFloatHashMap.keysView() |
|
LazyIntIterable |
IntIntHashMap.keysView() |
|
LazyIntIterable |
IntLongHashMap.keysView() |
|
LazyIntIterable |
IntObjectHashMap.keysView() |
|
LazyIntIterable |
IntShortHashMap.keysView() |
|
LazyIntIterable |
SynchronizedIntBooleanMap.keysView() |
|
LazyIntIterable |
SynchronizedIntByteMap.keysView() |
|
LazyIntIterable |
SynchronizedIntCharMap.keysView() |
|
LazyIntIterable |
SynchronizedIntDoubleMap.keysView() |
|
LazyIntIterable |
SynchronizedIntFloatMap.keysView() |
|
LazyIntIterable |
SynchronizedIntIntMap.keysView() |
|
LazyIntIterable |
SynchronizedIntLongMap.keysView() |
|
LazyIntIterable |
SynchronizedIntObjectMap.keysView() |
|
LazyIntIterable |
SynchronizedIntShortMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntBooleanMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntByteMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntCharMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntDoubleMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntFloatMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntIntMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntLongMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntObjectMap.keysView() |
|
LazyIntIterable |
UnmodifiableIntShortMap.keysView() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
AbstractIntIterable.asLazy() |
|
LazyIntIterable |
SynchronizedIntIterable.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
SynchronizedIntSet.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
SynchronizedIntStack.asLazy() |
|
LazyIntIterable |
UnmodifiableIntStack.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
AbstractIntStack.asLazy() |
Modifier and Type | Method | Description |
---|---|---|
LazyIntIterable |
CodePointAdapter.asReversed() |
|
LazyIntIterable |
CodePointList.asReversed() |
Modifier and Type | Method | Description |
---|---|---|
static LazyIntIterable |
LazyIntIterate.adapt(IntIterable iterable) |
Creates a deferred int iterable for the specified int iterable.
|
static LazyIntIterable |
LazyIntIterate.empty() |
|
static LazyIntIterable |
LazyIntIterate.select(IntIterable iterable,
IntPredicate predicate) |
Creates a deferred filtering int iterable for the specified int iterable.
|
static LazyIntIterable |
LazyIntIterate.tap(IntIterable iterable,
IntProcedure procedure) |
Creates a deferred tap iterable for the specified iterable.
|
Copyright © 2004–2018. All rights reserved.