| 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 |
|---|---|
LazyFloatIterable |
FloatIterable.asLazy()
Returns a LazyFloatIterable adapter wrapping the source FloatIterable.
|
LazyFloatIterable |
LazyBooleanIterable.collectFloat(BooleanToFloatFunction function) |
LazyFloatIterable |
LazyByteIterable.collectFloat(ByteToFloatFunction function) |
LazyFloatIterable |
LazyCharIterable.collectFloat(CharToFloatFunction function) |
LazyFloatIterable |
LazyDoubleIterable.collectFloat(DoubleToFloatFunction function) |
LazyFloatIterable |
LazyIterable.collectFloat(FloatFunction<? super T> floatFunction)
Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.
|
LazyFloatIterable |
LazyFloatIterable.collectFloat(FloatToFloatFunction function) |
LazyFloatIterable |
LazyIntIterable.collectFloat(IntToFloatFunction function) |
LazyFloatIterable |
LazyLongIterable.collectFloat(LongToFloatFunction function) |
LazyFloatIterable |
LazyShortIterable.collectFloat(ShortToFloatFunction function) |
LazyFloatIterable |
LazyFloatIterable.reject(FloatPredicate predicate) |
LazyFloatIterable |
LazyFloatIterable.select(FloatPredicate predicate) |
LazyFloatIterable |
LazyFloatIterable.tap(FloatProcedure procedure) |
| Modifier and Type | Method and Description |
|---|---|
LazyFloatIterable |
FloatBooleanMap.keysView()
Returns a view of the keys in this map.
|
LazyFloatIterable |
FloatCharMap.keysView()
Returns a view of the keys in this map.
|
LazyFloatIterable |
FloatByteMap.keysView()
Returns a view of the keys in this map.
|
LazyFloatIterable |
FloatShortMap.keysView()
Returns a view of the keys in this map.
|
LazyFloatIterable |
FloatLongMap.keysView()
Returns a view of the keys in this map.
|
LazyFloatIterable |
FloatDoubleMap.keysView()
Returns a view of the keys in this map.
|
LazyFloatIterable |
FloatFloatMap.keysView()
Returns a view of the keys in this map.
|
LazyFloatIterable |
FloatIntMap.keysView()
Returns a view of the keys in this map.
|
LazyFloatIterable |
FloatObjectMap.keysView()
Returns a view of the keys in this map.
|
| Modifier and Type | Method and Description |
|---|---|
LazyFloatIterable |
ReversibleFloatIterable.asReversed() |
Copyright © 2004–2020. All rights reserved.