Uses of Interface
org.eclipse.collections.api.iterator.FloatIterator
Packages that use FloatIterator
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains primitive iterator API.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of FloatIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return FloatIteratorModifier and TypeMethodDescriptionFloatIterable.floatIterator()Returns a primitive iterator that can be used to iterate over the FloatIterable in an imperative style. -
Uses of FloatIterator in org.eclipse.collections.api.iterator
Subinterfaces of FloatIterator in org.eclipse.collections.api.iteratorModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of FloatIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement FloatIteratorModifier and TypeClassDescriptionfinal classThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final classThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableFloatIterator is a wrapper around FloatIterator which is unmodifiable and doesn't support remove.Constructors in org.eclipse.collections.impl.iterator with parameters of type FloatIterator -
Uses of FloatIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement FloatIteratorMethods in org.eclipse.collections.impl.lazy.primitive that return FloatIteratorModifier and TypeMethodDescriptionCollectBooleanToFloatIterable.floatIterator()CollectByteToFloatIterable.floatIterator()CollectCharToFloatIterable.floatIterator()CollectDoubleToFloatIterable.floatIterator()CollectFloatIterable.floatIterator()CollectFloatToFloatIterable.floatIterator()CollectIntToFloatIterable.floatIterator()CollectLongToFloatIterable.floatIterator()CollectShortToFloatIterable.floatIterator()LazyFloatIterableAdapter.floatIterator()ReverseFloatIterable.floatIterator()SelectFloatIterable.floatIterator()TapFloatIterable.floatIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type FloatIterator -
Uses of FloatIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return FloatIteratorModifier and TypeMethodDescriptionSynchronizedFloatIterable.floatIterator()Must be called in a synchronized block. -
Uses of FloatIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return FloatIteratorModifier and TypeMethodDescriptionSynchronizedFloatStack.floatIterator()Must be called in a synchronized block.UnmodifiableFloatStack.floatIterator() -
Uses of FloatIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return FloatIterator -
Uses of FloatIterator in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type FloatIteratorModifier and TypeMethodDescriptionstatic booleanFloatIteratorIterate.allSatisfy(FloatIterator iterator, FloatPredicate predicate) static booleanFloatIteratorIterate.anySatisfy(FloatIterator iterator, FloatPredicate predicate) static <V, R extends Collection<V>>
RFloatIteratorIterate.collect(FloatIterator iterator, FloatToObjectFunction<? extends V> function, R targetCollection) static intFloatIteratorIterate.count(FloatIterator iterator, FloatPredicate predicate) static floatFloatIteratorIterate.detectIfNone(FloatIterator iterator, FloatPredicate predicate, float ifNone) static voidFloatIteratorIterate.forEach(FloatIterator iterator, FloatProcedure procedure) static <T> TFloatIteratorIterate.injectInto(FloatIterator iterator, T injectedValue, ObjectFloatToObjectFunction<? super T, ? extends T> function) static floatFloatIteratorIterate.max(FloatIterator iterator) static floatFloatIteratorIterate.min(FloatIterator iterator) static booleanFloatIteratorIterate.noneSatisfy(FloatIterator iterator, FloatPredicate predicate) static <R extends MutableFloatCollection>
RFloatIteratorIterate.reject(FloatIterator iterator, FloatPredicate predicate, R targetCollection) static <R extends MutableFloatCollection>
RFloatIteratorIterate.select(FloatIterator iterator, FloatPredicate predicate, R targetCollection) static doubleFloatIteratorIterate.sum(FloatIterator iterator)