Uses of Interface
org.eclipse.collections.api.LazyFloatIterable
Packages that use LazyFloatIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of LazyFloatIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyFloatIterableModifier and TypeMethodDescriptionFloatIterable.asLazy()Returns a LazyFloatIterable adapter wrapping the source FloatIterable.LazyBooleanIterable.collectFloat(BooleanToFloatFunction function) LazyByteIterable.collectFloat(ByteToFloatFunction function) LazyCharIterable.collectFloat(CharToFloatFunction function) LazyDoubleIterable.collectFloat(DoubleToFloatFunction function) LazyFloatIterable.collectFloat(FloatToFloatFunction function) LazyIntIterable.collectFloat(IntToFloatFunction function) LazyIterable.collectFloat(FloatFunction<? super T> floatFunction) Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.LazyLongIterable.collectFloat(LongToFloatFunction function) LazyShortIterable.collectFloat(ShortToFloatFunction function) LazyFloatIterable.reject(FloatPredicate predicate) LazyFloatIterable.select(FloatPredicate predicate) LazyFloatIterable.tap(FloatProcedure procedure) -
Uses of LazyFloatIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyFloatIterableModifier and TypeMethodDescriptionFloatBooleanMap.keysView()Returns a view of the keys in this map.FloatByteMap.keysView()Returns a view of the keys in this map.FloatCharMap.keysView()Returns a view of the keys in this map.FloatDoubleMap.keysView()Returns a view of the keys in this map.FloatFloatMap.keysView()Returns a view of the keys in this map.FloatIntMap.keysView()Returns a view of the keys in this map.FloatLongMap.keysView()Returns a view of the keys in this map.FloatObjectMap.keysView()Returns a view of the keys in this map.FloatShortMap.keysView()Returns a view of the keys in this map. -
Uses of LazyFloatIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyFloatIterable