| 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.
|
| org.eclipse.collections.api.ordered.primitive |
| Modifier and Type | Method and Description |
|---|---|
LazyShortIterable |
ShortIterable.asLazy()
Returns a LazyShortIterable adapter wrapping the source ShortIterable.
|
LazyShortIterable |
LazyBooleanIterable.collectShort(BooleanToShortFunction function) |
LazyShortIterable |
LazyByteIterable.collectShort(ByteToShortFunction function) |
LazyShortIterable |
LazyCharIterable.collectShort(CharToShortFunction function) |
LazyShortIterable |
LazyDoubleIterable.collectShort(DoubleToShortFunction function) |
LazyShortIterable |
LazyFloatIterable.collectShort(FloatToShortFunction function) |
LazyShortIterable |
LazyIntIterable.collectShort(IntToShortFunction function) |
LazyShortIterable |
LazyLongIterable.collectShort(LongToShortFunction function) |
LazyShortIterable |
LazyIterable.collectShort(ShortFunction<? super T> shortFunction)
Returns a lazy ShortIterable which will transform the underlying iterable data to short values based on the shortFunction.
|
LazyShortIterable |
LazyShortIterable.collectShort(ShortToShortFunction function) |
LazyShortIterable |
LazyShortIterable.reject(ShortPredicate predicate) |
LazyShortIterable |
LazyShortIterable.select(ShortPredicate predicate) |
LazyShortIterable |
LazyShortIterable.tap(ShortProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
LazyShortIterable |
ShortBooleanMap.keysView()
Returns a view of the keys in this map.
|
LazyShortIterable |
ShortCharMap.keysView()
Returns a view of the keys in this map.
|
LazyShortIterable |
ShortByteMap.keysView()
Returns a view of the keys in this map.
|
LazyShortIterable |
ShortShortMap.keysView()
Returns a view of the keys in this map.
|
LazyShortIterable |
ShortLongMap.keysView()
Returns a view of the keys in this map.
|
LazyShortIterable |
ShortDoubleMap.keysView()
Returns a view of the keys in this map.
|
LazyShortIterable |
ShortFloatMap.keysView()
Returns a view of the keys in this map.
|
LazyShortIterable |
ShortIntMap.keysView()
Returns a view of the keys in this map.
|
LazyShortIterable |
ShortObjectMap.keysView()
Returns a view of the keys in this map.
|
| Modifier and Type | Method and Description |
|---|---|
LazyShortIterable |
ReversibleShortIterable.asReversed() |
Copyright © 2004–2021. All rights reserved.