| 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 |
|---|---|
LazyDoubleIterable |
DoubleIterable.asLazy()
Returns a LazyDoubleIterable adapter wrapping the source DoubleIterable.
|
LazyDoubleIterable |
LazyBooleanIterable.collectDouble(BooleanToDoubleFunction function) |
LazyDoubleIterable |
LazyByteIterable.collectDouble(ByteToDoubleFunction function) |
LazyDoubleIterable |
LazyCharIterable.collectDouble(CharToDoubleFunction function) |
LazyDoubleIterable |
LazyIterable.collectDouble(DoubleFunction<? super T> doubleFunction)
Returns a lazy DoubleIterable which will transform the underlying iterable data to double values based on the doubleFunction.
|
LazyDoubleIterable |
LazyDoubleIterable.collectDouble(DoubleToDoubleFunction function) |
LazyDoubleIterable |
LazyFloatIterable.collectDouble(FloatToDoubleFunction function) |
LazyDoubleIterable |
LazyIntIterable.collectDouble(IntToDoubleFunction function) |
LazyDoubleIterable |
LazyLongIterable.collectDouble(LongToDoubleFunction function) |
LazyDoubleIterable |
LazyShortIterable.collectDouble(ShortToDoubleFunction function) |
LazyDoubleIterable |
LazyDoubleIterable.reject(DoublePredicate predicate) |
LazyDoubleIterable |
LazyDoubleIterable.select(DoublePredicate predicate) |
LazyDoubleIterable |
LazyDoubleIterable.tap(DoubleProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
LazyDoubleIterable |
DoubleBooleanMap.keysView()
Returns a view of the keys in this map.
|
LazyDoubleIterable |
DoubleCharMap.keysView()
Returns a view of the keys in this map.
|
LazyDoubleIterable |
DoubleByteMap.keysView()
Returns a view of the keys in this map.
|
LazyDoubleIterable |
DoubleShortMap.keysView()
Returns a view of the keys in this map.
|
LazyDoubleIterable |
DoubleLongMap.keysView()
Returns a view of the keys in this map.
|
LazyDoubleIterable |
DoubleDoubleMap.keysView()
Returns a view of the keys in this map.
|
LazyDoubleIterable |
DoubleFloatMap.keysView()
Returns a view of the keys in this map.
|
LazyDoubleIterable |
DoubleIntMap.keysView()
Returns a view of the keys in this map.
|
LazyDoubleIterable |
DoubleObjectMap.keysView()
Returns a view of the keys in this map.
|
| Modifier and Type | Method and Description |
|---|---|
LazyDoubleIterable |
ReversibleDoubleIterable.asReversed() |
Copyright © 2004–2020. All rights reserved.