Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list 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.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.block.procedure.checked.primitive |
This package contains abstract implementations of primitive procedures.
|
org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.collector | |
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 the
ListIterable interface. |
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.map.primitive | |
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.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Method | Description |
---|---|---|
void |
IntIterable.each(IntProcedure procedure) |
A synonym for forEach.
|
void |
IntIterable.forEach(IntProcedure procedure) |
Applies the IntProcedure to each element in the IntIterable.
|
default IntIterable |
IntIterable.tap(IntProcedure procedure) |
|
LazyIntIterable |
LazyIntIterable.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
default ImmutableIntBag |
ImmutableIntBag.tap(IntProcedure procedure) |
|
default IntBag |
IntBag.tap(IntProcedure procedure) |
|
default MutableIntBag |
MutableIntBag.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
default ImmutableIntCollection |
ImmutableIntCollection.tap(IntProcedure procedure) |
|
default MutableIntCollection |
MutableIntCollection.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
default ImmutableIntList |
ImmutableIntList.tap(IntProcedure procedure) |
|
default IntList |
IntList.tap(IntProcedure procedure) |
|
default MutableIntList |
MutableIntList.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
IntBooleanMap.forEachKey(IntProcedure procedure) |
|
void |
IntByteMap.forEachKey(IntProcedure procedure) |
|
void |
IntCharMap.forEachKey(IntProcedure procedure) |
|
void |
IntDoubleMap.forEachKey(IntProcedure procedure) |
|
void |
IntFloatMap.forEachKey(IntProcedure procedure) |
|
void |
IntIntMap.forEachKey(IntProcedure procedure) |
|
void |
IntLongMap.forEachKey(IntProcedure procedure) |
|
void |
IntObjectMap.forEachKey(IntProcedure procedure) |
|
void |
IntShortMap.forEachKey(IntProcedure procedure) |
|
void |
IntValuesMap.forEachValue(IntProcedure procedure) |
|
void |
ObjectIntMap.forEachValue(IntProcedure procedure) |
|
default ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.tap(IntProcedure procedure) |
|
default IntValuesMap |
IntValuesMap.tap(IntProcedure procedure) |
|
default MutableObjectIntMap<K> |
MutableObjectIntMap.tap(IntProcedure procedure) |
|
default ObjectIntMap<K> |
ObjectIntMap.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
default ImmutableIntSet |
ImmutableIntSet.tap(IntProcedure procedure) |
|
default IntSet |
IntSet.tap(IntProcedure procedure) |
|
default MutableIntSet |
MutableIntSet.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
default ImmutableIntStack |
ImmutableIntStack.tap(IntProcedure procedure) |
|
default IntStack |
IntStack.tap(IntProcedure procedure) |
|
default MutableIntStack |
MutableIntStack.tap(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
IntHashBag.each(IntProcedure procedure) |
|
void |
IntHashBag.forEach(IntProcedure procedure) |
Modifier and Type | Class | Description |
---|---|---|
class |
CheckedIntProcedure |
This file was automatically generated from template file checkedPrimitiveProcedure.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IntCaseProcedure |
This file was automatically generated from template file primitiveCaseProcedure.stg.
|
Modifier and Type | Method | Description |
---|---|---|
IntCaseProcedure |
IntCaseProcedure.addCase(IntPredicate predicate,
IntProcedure procedure) |
|
IntCaseProcedure |
IntCaseProcedure.setDefault(IntProcedure procedure) |
Constructor | Description |
---|---|
IntCaseProcedure(IntProcedure newDefaultProcedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractSynchronizedIntCollection.each(IntProcedure procedure) |
|
void |
AbstractUnmodifiableIntCollection.each(IntProcedure procedure) |
|
void |
AbstractSynchronizedIntCollection.forEach(IntProcedure procedure) |
|
void |
AbstractUnmodifiableIntCollection.forEach(IntProcedure procedure) |
Modifier and Type | Class | Description |
---|---|---|
class |
SerializableIntSummaryStatistics |
Deprecated.
since 8.2 since it will not work with Java 9 natively. Will be removed in 9.0.0.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CollectBooleanToIntIterable.each(IntProcedure procedure) |
|
void |
CollectByteToIntIterable.each(IntProcedure procedure) |
|
void |
CollectCharToIntIterable.each(IntProcedure procedure) |
|
void |
CollectDoubleToIntIterable.each(IntProcedure procedure) |
|
void |
CollectFloatToIntIterable.each(IntProcedure procedure) |
|
void |
CollectIntIterable.each(IntProcedure procedure) |
|
void |
CollectIntToIntIterable.each(IntProcedure procedure) |
|
void |
CollectLongToIntIterable.each(IntProcedure procedure) |
|
void |
CollectShortToIntIterable.each(IntProcedure procedure) |
|
void |
LazyIntIterableAdapter.each(IntProcedure procedure) |
|
void |
ReverseIntIterable.each(IntProcedure procedure) |
|
void |
SelectIntIterable.each(IntProcedure procedure) |
|
void |
TapIntIterable.each(IntProcedure procedure) |
|
void |
AbstractLazyIntIterable.forEach(IntProcedure procedure) |
|
void |
CollectIntIterable.forEach(IntProcedure procedure) |
|
LazyIntIterable |
AbstractLazyIntIterable.tap(IntProcedure procedure) |
Constructor | Description |
---|---|
TapIntIterable(IntIterable delegate,
IntProcedure procedure) |
|
TapIntIterator(IntIterable iterable,
IntProcedure procedure) |
|
TapIntIterator(IntIterator iterator,
IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
Interval.forEach(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
IntArrayList.each(IntProcedure procedure) |
|
void |
IntArrayList.forEach(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
IntInterval.each(IntProcedure procedure) |
|
void |
IntInterval.forEach(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractMutableIntKeySet.each(IntProcedure procedure) |
|
void |
AbstractMutableIntValuesMap.each(IntProcedure procedure) |
|
void |
ObjectIntHashMap.each(IntProcedure procedure) |
|
void |
ObjectIntHashMapWithHashingStrategy.each(IntProcedure procedure) |
|
void |
SynchronizedByteIntMap.each(IntProcedure procedure) |
|
void |
SynchronizedCharIntMap.each(IntProcedure procedure) |
|
void |
SynchronizedDoubleIntMap.each(IntProcedure procedure) |
|
void |
SynchronizedFloatIntMap.each(IntProcedure procedure) |
|
void |
SynchronizedIntIntMap.each(IntProcedure procedure) |
|
void |
SynchronizedLongIntMap.each(IntProcedure procedure) |
|
void |
SynchronizedObjectIntMap.each(IntProcedure procedure) |
|
void |
SynchronizedShortIntMap.each(IntProcedure procedure) |
|
void |
UnmodifiableByteIntMap.each(IntProcedure procedure) |
|
void |
UnmodifiableCharIntMap.each(IntProcedure procedure) |
|
void |
UnmodifiableDoubleIntMap.each(IntProcedure procedure) |
|
void |
UnmodifiableFloatIntMap.each(IntProcedure procedure) |
|
void |
UnmodifiableIntIntMap.each(IntProcedure procedure) |
|
void |
UnmodifiableLongIntMap.each(IntProcedure procedure) |
|
void |
UnmodifiableObjectIntMap.each(IntProcedure procedure) |
|
void |
UnmodifiableShortIntMap.each(IntProcedure procedure) |
|
void |
AbstractMutableIntKeySet.forEach(IntProcedure procedure) |
|
void |
AbstractMutableIntValuesMap.forEach(IntProcedure procedure) |
|
void |
ObjectIntHashMap.forEach(IntProcedure procedure) |
|
void |
ObjectIntHashMapWithHashingStrategy.forEach(IntProcedure procedure) |
|
void |
SynchronizedByteIntMap.forEach(IntProcedure procedure) |
|
void |
SynchronizedCharIntMap.forEach(IntProcedure procedure) |
|
void |
SynchronizedDoubleIntMap.forEach(IntProcedure procedure) |
|
void |
SynchronizedFloatIntMap.forEach(IntProcedure procedure) |
|
void |
SynchronizedIntIntMap.forEach(IntProcedure procedure) |
|
void |
SynchronizedLongIntMap.forEach(IntProcedure procedure) |
|
void |
SynchronizedObjectIntMap.forEach(IntProcedure procedure) |
|
void |
SynchronizedShortIntMap.forEach(IntProcedure procedure) |
|
void |
UnmodifiableByteIntMap.forEach(IntProcedure procedure) |
|
void |
UnmodifiableCharIntMap.forEach(IntProcedure procedure) |
|
void |
UnmodifiableDoubleIntMap.forEach(IntProcedure procedure) |
|
void |
UnmodifiableFloatIntMap.forEach(IntProcedure procedure) |
|
void |
UnmodifiableIntIntMap.forEach(IntProcedure procedure) |
|
void |
UnmodifiableLongIntMap.forEach(IntProcedure procedure) |
|
void |
UnmodifiableObjectIntMap.forEach(IntProcedure procedure) |
|
void |
UnmodifiableShortIntMap.forEach(IntProcedure procedure) |
|
void |
IntBooleanHashMap.forEachKey(IntProcedure procedure) |
|
void |
IntByteHashMap.forEachKey(IntProcedure procedure) |
|
void |
IntCharHashMap.forEachKey(IntProcedure procedure) |
|
void |
IntDoubleHashMap.forEachKey(IntProcedure procedure) |
|
void |
IntFloatHashMap.forEachKey(IntProcedure procedure) |
|
void |
IntIntHashMap.forEachKey(IntProcedure procedure) |
|
void |
IntLongHashMap.forEachKey(IntProcedure procedure) |
|
void |
IntObjectHashMap.forEachKey(IntProcedure procedure) |
|
void |
IntShortHashMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntBooleanMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntByteMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntCharMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntDoubleMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntFloatMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntIntMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntLongMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntObjectMap.forEachKey(IntProcedure procedure) |
|
void |
SynchronizedIntShortMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntBooleanMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntByteMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntCharMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntDoubleMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntFloatMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntIntMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntLongMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntObjectMap.forEachKey(IntProcedure procedure) |
|
void |
UnmodifiableIntShortMap.forEachKey(IntProcedure procedure) |
|
void |
AbstractMutableIntValuesMap.forEachValue(IntProcedure procedure) |
|
void |
ObjectIntHashMap.forEachValue(IntProcedure procedure) |
|
void |
ObjectIntHashMapWithHashingStrategy.forEachValue(IntProcedure procedure) |
|
void |
SynchronizedByteIntMap.forEachValue(IntProcedure procedure) |
|
void |
SynchronizedCharIntMap.forEachValue(IntProcedure procedure) |
|
void |
SynchronizedDoubleIntMap.forEachValue(IntProcedure procedure) |
|
void |
SynchronizedFloatIntMap.forEachValue(IntProcedure procedure) |
|
void |
SynchronizedIntIntMap.forEachValue(IntProcedure procedure) |
|
void |
SynchronizedLongIntMap.forEachValue(IntProcedure procedure) |
|
void |
SynchronizedObjectIntMap.forEachValue(IntProcedure procedure) |
|
void |
SynchronizedShortIntMap.forEachValue(IntProcedure procedure) |
|
void |
UnmodifiableByteIntMap.forEachValue(IntProcedure procedure) |
|
void |
UnmodifiableCharIntMap.forEachValue(IntProcedure procedure) |
|
void |
UnmodifiableDoubleIntMap.forEachValue(IntProcedure procedure) |
|
void |
UnmodifiableFloatIntMap.forEachValue(IntProcedure procedure) |
|
void |
UnmodifiableIntIntMap.forEachValue(IntProcedure procedure) |
|
void |
UnmodifiableLongIntMap.forEachValue(IntProcedure procedure) |
|
void |
UnmodifiableObjectIntMap.forEachValue(IntProcedure procedure) |
|
void |
UnmodifiableShortIntMap.forEachValue(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
IntKeysMap.forEachKey(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
SynchronizedIntIterable.each(IntProcedure procedure) |
|
void |
SynchronizedIntIterable.forEach(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
IntHashSet.each(IntProcedure procedure) |
|
void |
IntHashSet.forEach(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
SynchronizedIntStack.each(IntProcedure procedure) |
|
void |
UnmodifiableIntStack.each(IntProcedure procedure) |
|
void |
SynchronizedIntStack.forEach(IntProcedure procedure) |
|
void |
UnmodifiableIntStack.forEach(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractIntStack.each(IntProcedure procedure) |
|
void |
AbstractIntStack.forEach(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
void |
CodePointAdapter.each(IntProcedure procedure) |
|
void |
CodePointList.each(IntProcedure procedure) |
|
void |
CodePointAdapter.forEach(IntProcedure procedure) |
|
void |
CodePointList.forEach(IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
static void |
IntIterableIterate.forEach(IntIterable iterable,
IntProcedure procedure) |
|
static void |
IntIteratorIterate.forEach(IntIterator iterator,
IntProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
static LazyIntIterable |
LazyIntIterate.tap(IntIterable iterable,
IntProcedure procedure) |
Creates a deferred tap iterable for the specified iterable.
|
Copyright © 2004–2017. All rights reserved.