| Package | Description |
|---|---|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| Modifier and Type | Method and Description |
|---|---|
<IV,P> IV |
MutableCollection.injectIntoWith(IV injectValue,
Function3<? super IV,? super T,? super P,? extends IV> function,
P parameter)
Returns the final result of evaluating function using each element of the iterable, the previous evaluation
result and the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
default <IV> IV |
MapIterable.injectIntoKeyValue(IV injectedValue,
Function3<? super IV,? super K,? super V,? extends IV> function)
Implements the
injectInto pattern with each key-value pair of the map. |
Copyright © 2004–2022. All rights reserved.