| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| 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.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CharIterable.each(CharProcedure procedure)
A synonym for forEach.
|
void |
CharIterable.forEach(CharProcedure procedure)
Applies the CharProcedure to each element in the CharIterable.
|
default CharIterable |
CharIterable.tap(CharProcedure procedure) |
LazyCharIterable |
LazyCharIterable.tap(CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default CharBag |
CharBag.tap(CharProcedure procedure) |
default MutableCharBag |
MutableCharBag.tap(CharProcedure procedure) |
default ImmutableCharBag |
ImmutableCharBag.tap(CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default MutableCharCollection |
MutableCharCollection.tap(CharProcedure procedure) |
default ImmutableCharCollection |
ImmutableCharCollection.tap(CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default CharList |
CharList.tap(CharProcedure procedure) |
default MutableCharList |
MutableCharList.tap(CharProcedure procedure) |
default ImmutableCharList |
ImmutableCharList.tap(CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
void |
CharBooleanMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharCharMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharByteMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharShortMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharLongMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharDoubleMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharFloatMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharIntMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharObjectMap.forEachKey(CharProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
CharValuesMap.forEachValue(CharProcedure procedure)
Iterates through each value in this map.
|
void |
ObjectCharMap.forEachValue(CharProcedure procedure)
Iterates through each value in this map.
|
default CharValuesMap |
CharValuesMap.tap(CharProcedure procedure) |
default ObjectCharMap<K> |
ObjectCharMap.tap(CharProcedure procedure) |
default MutableObjectCharMap<K> |
MutableObjectCharMap.tap(CharProcedure procedure) |
default ImmutableObjectCharMap<K> |
ImmutableObjectCharMap.tap(CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default CharSet |
CharSet.tap(CharProcedure procedure) |
default MutableCharSet |
MutableCharSet.tap(CharProcedure procedure) |
default ImmutableCharSet |
ImmutableCharSet.tap(CharProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default CharStack |
CharStack.tap(CharProcedure procedure) |
default MutableCharStack |
MutableCharStack.tap(CharProcedure procedure) |
default ImmutableCharStack |
ImmutableCharStack.tap(CharProcedure procedure) |
Copyright © 2004–2020. All rights reserved.