| 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 |
FloatIterable.each(FloatProcedure procedure)
A synonym for forEach.
|
default void |
FloatIterable.forEach(FloatProcedure procedure)
Applies the FloatProcedure to each element in the FloatIterable.
|
default FloatIterable |
FloatIterable.tap(FloatProcedure procedure) |
LazyFloatIterable |
LazyFloatIterable.tap(FloatProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default FloatBag |
FloatBag.tap(FloatProcedure procedure) |
default MutableFloatBag |
MutableFloatBag.tap(FloatProcedure procedure) |
default ImmutableFloatBag |
ImmutableFloatBag.tap(FloatProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default MutableFloatCollection |
MutableFloatCollection.tap(FloatProcedure procedure) |
default ImmutableFloatCollection |
ImmutableFloatCollection.tap(FloatProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default FloatList |
FloatList.tap(FloatProcedure procedure) |
default MutableFloatList |
MutableFloatList.tap(FloatProcedure procedure) |
default ImmutableFloatList |
ImmutableFloatList.tap(FloatProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
void |
FloatBooleanMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatCharMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatByteMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatShortMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatLongMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatDoubleMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatFloatMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatIntMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatObjectMap.forEachKey(FloatProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
FloatValuesMap.forEachValue(FloatProcedure procedure)
Iterates through each value in this map.
|
void |
ObjectFloatMap.forEachValue(FloatProcedure procedure)
Iterates through each value in this map.
|
default FloatValuesMap |
FloatValuesMap.tap(FloatProcedure procedure) |
default ObjectFloatMap<K> |
ObjectFloatMap.tap(FloatProcedure procedure) |
default MutableObjectFloatMap<K> |
MutableObjectFloatMap.tap(FloatProcedure procedure) |
default ImmutableObjectFloatMap<K> |
ImmutableObjectFloatMap.tap(FloatProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default FloatSet |
FloatSet.tap(FloatProcedure procedure) |
default MutableFloatSet |
MutableFloatSet.tap(FloatProcedure procedure) |
default ImmutableFloatSet |
ImmutableFloatSet.tap(FloatProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default FloatStack |
FloatStack.tap(FloatProcedure procedure) |
default MutableFloatStack |
MutableFloatStack.tap(FloatProcedure procedure) |
default ImmutableFloatStack |
ImmutableFloatStack.tap(FloatProcedure procedure) |
Copyright © 2004–2023. All rights reserved.