| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CharIterable.each(CharProcedure procedure) |
void |
CharIterable.forEach(CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
void |
CharBooleanMap.forEachKey(CharProcedure procedure) |
void |
CharCharMap.forEachKey(CharProcedure procedure) |
void |
CharByteMap.forEachKey(CharProcedure procedure) |
void |
CharShortMap.forEachKey(CharProcedure procedure) |
void |
CharLongMap.forEachKey(CharProcedure procedure) |
void |
CharDoubleMap.forEachKey(CharProcedure procedure) |
void |
CharFloatMap.forEachKey(CharProcedure procedure) |
void |
CharIntMap.forEachKey(CharProcedure procedure) |
void |
CharObjectMap.forEachKey(CharProcedure procedure) |
void |
CharValuesMap.forEachValue(CharProcedure procedure) |
void |
ObjectCharMap.forEachValue(CharProcedure procedure) |
Copyright © 2004–2017. All rights reserved.