| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
default <IV> IV |
FloatIntMap.injectIntoKeyValue(IV injectedValue,
ObjectFloatIntToObjectFunction<? super IV,? extends IV> function)
Implements the injectInto pattern with each key/value pair of the map.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ReversibleFloatIterable.injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function) |
<T> T |
OrderedFloatIterable.injectIntoWithIndex(T injectedValue,
ObjectFloatIntToObjectFunction<? super T,? extends T> function) |
Copyright © 2004–2023. All rights reserved.