| 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 |
|---|---|
LazyLongIterable |
LongIterable.asLazy()
Returns a LazyLongIterable adapter wrapping the source LongIterable.
|
LazyLongIterable |
LazyBooleanIterable.collectLong(BooleanToLongFunction function) |
LazyLongIterable |
LazyByteIterable.collectLong(ByteToLongFunction function) |
LazyLongIterable |
LazyCharIterable.collectLong(CharToLongFunction function) |
LazyLongIterable |
LazyDoubleIterable.collectLong(DoubleToLongFunction function) |
LazyLongIterable |
LazyFloatIterable.collectLong(FloatToLongFunction function) |
LazyLongIterable |
LazyIntIterable.collectLong(IntToLongFunction function) |
LazyLongIterable |
LazyIterable.collectLong(LongFunction<? super T> longFunction)
Returns a lazy LongIterable which will transform the underlying iterable data to long values based on the longFunction.
|
LazyLongIterable |
LazyLongIterable.collectLong(LongToLongFunction function) |
LazyLongIterable |
LazyShortIterable.collectLong(ShortToLongFunction function) |
LazyLongIterable |
LazyLongIterable.reject(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterable.select(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterable.tap(LongProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
LazyLongIterable |
LongBooleanMap.keysView()
Returns a view of the keys in this map.
|
LazyLongIterable |
LongCharMap.keysView()
Returns a view of the keys in this map.
|
LazyLongIterable |
LongByteMap.keysView()
Returns a view of the keys in this map.
|
LazyLongIterable |
LongShortMap.keysView()
Returns a view of the keys in this map.
|
LazyLongIterable |
LongLongMap.keysView()
Returns a view of the keys in this map.
|
LazyLongIterable |
LongDoubleMap.keysView()
Returns a view of the keys in this map.
|
LazyLongIterable |
LongFloatMap.keysView()
Returns a view of the keys in this map.
|
LazyLongIterable |
LongIntMap.keysView()
Returns a view of the keys in this map.
|
LazyLongIterable |
LongObjectMap.keysView()
Returns a view of the keys in this map.
|
| Modifier and Type | Method and Description |
|---|---|
LazyLongIterable |
ReversibleLongIterable.asReversed() |
Copyright © 2004–2022. All rights reserved.