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.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the
LazyIterable interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
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 -
Uses of LazyFloatIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyFloatIterable -
Uses of LazyFloatIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyFloatIterable -
Uses of LazyFloatIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyFloatIterableModifier and TypeMethodDescriptionAbstractLazyIterable.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of LazyFloatIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyFloatIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyFloatIterableModifier and TypeMethodDescriptionAbstractLazyFloatIterable.asLazy()ReverseFloatIterable.asLazy()AbstractLazyBooleanIterable.collectFloat(BooleanToFloatFunction function) AbstractLazyByteIterable.collectFloat(ByteToFloatFunction function) AbstractLazyCharIterable.collectFloat(CharToFloatFunction function) AbstractLazyDoubleIterable.collectFloat(DoubleToFloatFunction function) AbstractLazyFloatIterable.collectFloat(FloatToFloatFunction function) AbstractLazyIntIterable.collectFloat(IntToFloatFunction function) AbstractLazyLongIterable.collectFloat(LongToFloatFunction function) AbstractLazyShortIterable.collectFloat(ShortToFloatFunction function) AbstractLazyFloatIterable.reject(FloatPredicate predicate) AbstractLazyFloatIterable.select(FloatPredicate predicate) AbstractLazyFloatIterable.tap(FloatProcedure procedure) -
Uses of LazyFloatIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyFloatIterableModifier and TypeMethodDescriptionSynchronizedFloatList.asLazy()FloatArrayList.asReversed()SynchronizedFloatList.asReversed()UnmodifiableFloatList.asReversed() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyFloatIterableModifier and TypeMethodDescriptionAbstractMutableFloatKeySet.asLazy()ObjectFloatHashMap.asLazy()ObjectFloatHashMapWithHashingStrategy.asLazy()SynchronizedByteFloatMap.asLazy()SynchronizedCharFloatMap.asLazy()SynchronizedDoubleFloatMap.asLazy()SynchronizedFloatFloatMap.asLazy()SynchronizedIntFloatMap.asLazy()SynchronizedLongFloatMap.asLazy()SynchronizedObjectFloatMap.asLazy()SynchronizedShortFloatMap.asLazy()UnmodifiableByteFloatMap.asLazy()UnmodifiableCharFloatMap.asLazy()UnmodifiableDoubleFloatMap.asLazy()UnmodifiableFloatFloatMap.asLazy()UnmodifiableIntFloatMap.asLazy()UnmodifiableLongFloatMap.asLazy()UnmodifiableObjectFloatMap.asLazy()UnmodifiableShortFloatMap.asLazy()FloatBooleanHashMap.keysView()FloatByteHashMap.keysView()FloatCharHashMap.keysView()FloatDoubleHashMap.keysView()FloatFloatHashMap.keysView()FloatIntHashMap.keysView()FloatLongHashMap.keysView()FloatObjectHashMap.keysView()FloatShortHashMap.keysView()SynchronizedFloatBooleanMap.keysView()SynchronizedFloatByteMap.keysView()SynchronizedFloatCharMap.keysView()SynchronizedFloatDoubleMap.keysView()SynchronizedFloatFloatMap.keysView()SynchronizedFloatIntMap.keysView()SynchronizedFloatLongMap.keysView()SynchronizedFloatObjectMap.keysView()SynchronizedFloatShortMap.keysView()UnmodifiableFloatBooleanMap.keysView()UnmodifiableFloatByteMap.keysView()UnmodifiableFloatCharMap.keysView()UnmodifiableFloatDoubleMap.keysView()UnmodifiableFloatFloatMap.keysView()UnmodifiableFloatIntMap.keysView()UnmodifiableFloatLongMap.keysView()UnmodifiableFloatObjectMap.keysView()UnmodifiableFloatShortMap.keysView() -
Uses of LazyFloatIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyFloatIterable -
Uses of LazyFloatIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyFloatIterable -
Uses of LazyFloatIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyFloatIterable -
Uses of LazyFloatIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyFloatIterable -
Uses of LazyFloatIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive that return LazyFloatIterableModifier and TypeMethodDescriptionstatic LazyFloatIterableLazyFloatIterate.adapt(FloatIterable iterable) Creates a deferred float iterable for the specified float iterable.static LazyFloatIterableLazyFloatIterate.empty()static LazyFloatIterableLazyFloatIterate.select(FloatIterable iterable, FloatPredicate predicate) Creates a deferred filtering float iterable for the specified float iterable.static LazyFloatIterableLazyFloatIterate.tap(FloatIterable iterable, FloatProcedure procedure) Creates a deferred tap iterable for the specified iterable.