| 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 |
DoubleIterable.each(DoubleProcedure procedure)
A synonym for forEach.
|
default void |
DoubleIterable.forEach(DoubleProcedure procedure)
Applies the DoubleProcedure to each element in the DoubleIterable.
|
default DoubleIterable |
DoubleIterable.tap(DoubleProcedure procedure) |
LazyDoubleIterable |
LazyDoubleIterable.tap(DoubleProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default DoubleBag |
DoubleBag.tap(DoubleProcedure procedure) |
default MutableDoubleBag |
MutableDoubleBag.tap(DoubleProcedure procedure) |
default ImmutableDoubleBag |
ImmutableDoubleBag.tap(DoubleProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default MutableDoubleCollection |
MutableDoubleCollection.tap(DoubleProcedure procedure) |
default ImmutableDoubleCollection |
ImmutableDoubleCollection.tap(DoubleProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default DoubleList |
DoubleList.tap(DoubleProcedure procedure) |
default MutableDoubleList |
MutableDoubleList.tap(DoubleProcedure procedure) |
default ImmutableDoubleList |
ImmutableDoubleList.tap(DoubleProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
void |
DoubleBooleanMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleCharMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleByteMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleShortMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleLongMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleDoubleMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleFloatMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleIntMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleObjectMap.forEachKey(DoubleProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
DoubleValuesMap.forEachValue(DoubleProcedure procedure)
Iterates through each value in this map.
|
void |
ObjectDoubleMap.forEachValue(DoubleProcedure procedure)
Iterates through each value in this map.
|
default DoubleValuesMap |
DoubleValuesMap.tap(DoubleProcedure procedure) |
default ObjectDoubleMap<K> |
ObjectDoubleMap.tap(DoubleProcedure procedure) |
default MutableObjectDoubleMap<K> |
MutableObjectDoubleMap.tap(DoubleProcedure procedure) |
default ImmutableObjectDoubleMap<K> |
ImmutableObjectDoubleMap.tap(DoubleProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default DoubleSet |
DoubleSet.tap(DoubleProcedure procedure) |
default MutableDoubleSet |
MutableDoubleSet.tap(DoubleProcedure procedure) |
default ImmutableDoubleSet |
ImmutableDoubleSet.tap(DoubleProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default DoubleStack |
DoubleStack.tap(DoubleProcedure procedure) |
default MutableDoubleStack |
MutableDoubleStack.tap(DoubleProcedure procedure) |
default ImmutableDoubleStack |
ImmutableDoubleStack.tap(DoubleProcedure procedure) |
Copyright © 2004–2022. All rights reserved.