| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| 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 |
CharBag.forEachWithOccurrences(CharIntProcedure procedure)
For each distinct item, with the number of occurrences, execute the specified procedure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CharIntMap.forEachKeyValue(CharIntProcedure procedure)
Iterates through each key/value pair in the map, invoking the procedure for each.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderedCharIterable.forEachWithIndex(CharIntProcedure procedure) |
Copyright © 2004–2020. All rights reserved.