| 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 |
ShortIterable.each(ShortProcedure procedure)
A synonym for forEach.
|
void |
ShortIterable.forEach(ShortProcedure procedure)
Applies the ShortProcedure to each element in the ShortIterable.
|
default ShortIterable |
ShortIterable.tap(ShortProcedure procedure) |
LazyShortIterable |
LazyShortIterable.tap(ShortProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default ShortBag |
ShortBag.tap(ShortProcedure procedure) |
default MutableShortBag |
MutableShortBag.tap(ShortProcedure procedure) |
default ImmutableShortBag |
ImmutableShortBag.tap(ShortProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default MutableShortCollection |
MutableShortCollection.tap(ShortProcedure procedure) |
default ImmutableShortCollection |
ImmutableShortCollection.tap(ShortProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default ShortList |
ShortList.tap(ShortProcedure procedure) |
default MutableShortList |
MutableShortList.tap(ShortProcedure procedure) |
default ImmutableShortList |
ImmutableShortList.tap(ShortProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShortBooleanMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortCharMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortByteMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortShortMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortLongMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortDoubleMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortFloatMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortIntMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortObjectMap.forEachKey(ShortProcedure procedure)
Iterates through each key in the map, invoking the procedure for each.
|
void |
ShortValuesMap.forEachValue(ShortProcedure procedure)
Iterates through each value in this map.
|
void |
ObjectShortMap.forEachValue(ShortProcedure procedure)
Iterates through each value in this map.
|
default ShortValuesMap |
ShortValuesMap.tap(ShortProcedure procedure) |
default ObjectShortMap<K> |
ObjectShortMap.tap(ShortProcedure procedure) |
default MutableObjectShortMap<K> |
MutableObjectShortMap.tap(ShortProcedure procedure) |
default ImmutableObjectShortMap<K> |
ImmutableObjectShortMap.tap(ShortProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default ShortSet |
ShortSet.tap(ShortProcedure procedure) |
default MutableShortSet |
MutableShortSet.tap(ShortProcedure procedure) |
default ImmutableShortSet |
ImmutableShortSet.tap(ShortProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
default ShortStack |
ShortStack.tap(ShortProcedure procedure) |
default MutableShortStack |
MutableShortStack.tap(ShortProcedure procedure) |
default ImmutableShortStack |
ImmutableShortStack.tap(ShortProcedure procedure) |
Copyright © 2004–2021. All rights reserved.