| 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 |
ByteBag.forEachWithOccurrences(ByteIntProcedure procedure)
For each distinct item, with the number of occurrences, execute the specified procedure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ByteIntMap.forEachKeyValue(ByteIntProcedure procedure)
Iterates through each key/value pair in the map, invoking the procedure for each.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderedByteIterable.forEachWithIndex(ByteIntProcedure procedure) |
Copyright © 2004–2020. All rights reserved.