| 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 |
|---|---|
LazyIntIterable |
IntIterable.asLazy()
Returns a LazyIntIterable adapter wrapping the source IntIterable.
|
LazyIntIterable |
LazyBooleanIterable.collectInt(BooleanToIntFunction function) |
LazyIntIterable |
LazyByteIterable.collectInt(ByteToIntFunction function) |
LazyIntIterable |
LazyCharIterable.collectInt(CharToIntFunction function) |
LazyIntIterable |
LazyDoubleIterable.collectInt(DoubleToIntFunction function) |
LazyIntIterable |
LazyFloatIterable.collectInt(FloatToIntFunction function) |
LazyIntIterable |
LazyIterable.collectInt(IntFunction<? super T> intFunction)
Returns a lazy IntIterable which will transform the underlying iterable data to int values based on the intFunction.
|
LazyIntIterable |
LazyIntIterable.collectInt(IntToIntFunction function) |
LazyIntIterable |
LazyLongIterable.collectInt(LongToIntFunction function) |
LazyIntIterable |
LazyShortIterable.collectInt(ShortToIntFunction function) |
LazyIntIterable |
LazyIntIterable.reject(IntPredicate predicate) |
LazyIntIterable |
LazyIntIterable.select(IntPredicate predicate) |
LazyIntIterable |
LazyIntIterable.tap(IntProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
LazyIntIterable |
IntBooleanMap.keysView()
Returns a view of the keys in this map.
|
LazyIntIterable |
IntCharMap.keysView()
Returns a view of the keys in this map.
|
LazyIntIterable |
IntByteMap.keysView()
Returns a view of the keys in this map.
|
LazyIntIterable |
IntShortMap.keysView()
Returns a view of the keys in this map.
|
LazyIntIterable |
IntLongMap.keysView()
Returns a view of the keys in this map.
|
LazyIntIterable |
IntDoubleMap.keysView()
Returns a view of the keys in this map.
|
LazyIntIterable |
IntFloatMap.keysView()
Returns a view of the keys in this map.
|
LazyIntIterable |
IntIntMap.keysView()
Returns a view of the keys in this map.
|
LazyIntIterable |
IntObjectMap.keysView()
Returns a view of the keys in this map.
|
| Modifier and Type | Method and Description |
|---|---|
LazyIntIterable |
ReversibleIntIterable.asReversed() |
Copyright © 2004–2020. All rights reserved.