Uses of Interface
org.eclipse.collections.api.LazyFloatIterable
-
Packages that use LazyFloatIterable 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 -
-
Uses of LazyFloatIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableFloatIterable. asLazy()Returns a LazyFloatIterable adapter wrapping the source FloatIterable.LazyFloatIterableLazyBooleanIterable. collectFloat(BooleanToFloatFunction function)LazyFloatIterableLazyByteIterable. collectFloat(ByteToFloatFunction function)LazyFloatIterableLazyCharIterable. collectFloat(CharToFloatFunction function)LazyFloatIterableLazyDoubleIterable. collectFloat(DoubleToFloatFunction function)LazyFloatIterableLazyFloatIterable. collectFloat(FloatToFloatFunction function)LazyFloatIterableLazyIntIterable. collectFloat(IntToFloatFunction function)LazyFloatIterableLazyIterable. collectFloat(FloatFunction<? super T> floatFunction)Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.LazyFloatIterableLazyLongIterable. collectFloat(LongToFloatFunction function)LazyFloatIterableLazyShortIterable. collectFloat(ShortToFloatFunction function)LazyFloatIterableLazyFloatIterable. reject(FloatPredicate predicate)LazyFloatIterableLazyFloatIterable. select(FloatPredicate predicate)LazyFloatIterableLazyFloatIterable. tap(FloatProcedure procedure) -
Uses of LazyFloatIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyFloatIterable Modifier and Type Method Description LazyFloatIterableFloatBooleanMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatByteMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatCharMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatDoubleMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatFloatMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatIntMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatLongMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatObjectMap. keysView()Returns a view of the keys in this map.LazyFloatIterableFloatShortMap. 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 Modifier and Type Method Description LazyFloatIterableReversibleFloatIterable. asReversed()
-