| 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.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
default IntBag |
IntBag.tap(IntProcedure procedure) |
default MutableIntBag |
MutableIntBag.tap(IntProcedure procedure) |
default ImmutableIntBag |
ImmutableIntBag.tap(IntProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default MutableIntCollection |
MutableIntCollection.tap(IntProcedure procedure) |
default ImmutableIntCollection |
ImmutableIntCollection.tap(IntProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default IntList |
IntList.tap(IntProcedure procedure) |
default MutableIntList |
MutableIntList.tap(IntProcedure procedure) |
default ImmutableIntList |
ImmutableIntList.tap(IntProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntBooleanMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntCharMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntByteMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntShortMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntLongMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntDoubleMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntFloatMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntIntMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntObjectMap.forEachKey(IntProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
IntValuesMap.forEachValue(IntProcedure procedure)
Iterates through each value in this map.
|
void |
ObjectIntMap.forEachValue(IntProcedure procedure)
Iterates through each value in this map.
|
default IntValuesMap |
IntValuesMap.tap(IntProcedure procedure) |
default MutableObjectIntMap<K> |
MutableObjectIntMap.tap(IntProcedure procedure) |
default ObjectIntMap<K> |
ObjectIntMap.tap(IntProcedure procedure) |
default ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.tap(IntProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default IntSet |
IntSet.tap(IntProcedure procedure) |
default MutableIntSet |
MutableIntSet.tap(IntProcedure procedure) |
default ImmutableIntSet |
ImmutableIntSet.tap(IntProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default IntStack |
IntStack.tap(IntProcedure procedure) |
default MutableIntStack |
MutableIntStack.tap(IntProcedure procedure) |
default ImmutableIntStack |
ImmutableIntStack.tap(IntProcedure procedure) |
Copyright © 2004–2020. All rights reserved.