| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| 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.ordered.primitive |
| Modifier and Type | Method and Description |
|---|---|
void |
IntBag.forEachWithOccurrences(IntIntProcedure procedure)
For each distinct item, with the number of occurrences, execute the specified procedure.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
IntList.forEachInBoth(IntList other,
IntIntProcedure procedure)
This method iterates over two CharList instances of the same size together using the specified CharCharProcedure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntIntMap.forEachKeyValue(IntIntProcedure procedure)
Iterates through each key/value pair in the map, invoking the procedure for each.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderedIntIterable.forEachWithIndex(IntIntProcedure procedure) |
Copyright © 2004–2023. All rights reserved.