| 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 | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default <R extends MutableShortCollection> |
BooleanIterable.collectShort(BooleanToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableShortCollection> |
ByteIterable.collectShort(ByteToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableShortCollection> |
CharIterable.collectShort(CharToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableShortCollection> |
DoubleIterable.collectShort(DoubleToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableShortCollection> |
FloatIterable.collectShort(FloatToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableShortCollection> |
IntIterable.collectShort(IntToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableShortCollection> |
LongIterable.collectShort(LongToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
<R extends MutableShortCollection> |
RichIterable.collectShort(ShortFunction<? super T> shortFunction,
R target)
Same as
RichIterable.collectShort(ShortFunction), except that the results are gathered into the specified target
collection. |
default <R extends MutableShortCollection> |
ShortIterable.collectShort(ShortToShortFunction function,
R target)
Returns the target
MutableShortCollection with the results of applying the specified function on each element
of the source collection. |
default <R extends MutableShortCollection> |
RichIterable.flatCollectShort(Function<? super T,? extends ShortIterable> function,
R target)
Same as flatCollect, only the results are collected into the target collection.
|
default <R extends MutableShortCollection> |
ShortIterable.reject(ShortPredicate predicate,
R target)
Same as
ShortIterable.reject(ShortPredicate) , only the results are added to the target MutableShortCollection. |
default <R extends MutableShortCollection> |
ShortIterable.select(ShortPredicate predicate,
R target)
Same as
ShortIterable.select(ShortPredicate) , only the results are added to the target MutableShortCollection. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableShortBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableShortCollection |
MutableCollection.collectShort(ShortFunction<? super T> shortFunction)
Returns a new primitive
short iterable with the results of applying the specified function on each element
of the source collection. |
| Modifier and Type | Method and Description |
|---|---|
MutableShortCollection |
MutableShortCollection.asSynchronized() |
MutableShortCollection |
MutableShortCollection.asUnmodifiable() |
default MutableShortCollection |
MutableShortCollection.newEmpty()
Creates a new empty mutable version of the same collection type.
|
MutableShortCollection |
MutableShortCollection.reject(ShortPredicate predicate) |
MutableShortCollection |
MutableShortCollection.select(ShortPredicate predicate) |
default MutableShortCollection |
MutableShortCollection.tap(ShortProcedure procedure) |
MutableShortCollection |
MutableShortCollection.with(short element) |
MutableShortCollection |
MutableShortCollection.withAll(ShortIterable elements) |
MutableShortCollection |
MutableShortCollection.without(short element) |
MutableShortCollection |
MutableShortCollection.withoutAll(ShortIterable elements) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableShortList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableShortCollection |
MutableObjectShortMap.reject(ShortPredicate predicate) |
MutableShortCollection |
MutableObjectShortMap.select(ShortPredicate predicate) |
MutableShortCollection |
ShortValuesMap.values()
Returns the values in this map as a separate collection.
|
MutableShortCollection |
ObjectShortMap.values()
Returns the values in this map as a separate collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableShortSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Copyright © 2004–2021. All rights reserved.