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 immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of FloatIterator in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return FloatIteratorModifier and TypeMethodDescriptionImmutableFloatEmptyBag.floatIterator()
ImmutableFloatHashBag.floatIterator()
ImmutableFloatSingletonBag.floatIterator()
-
Uses of FloatIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement FloatIterator -
Uses of FloatIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement FloatIteratorModifier and TypeClassDescriptionfinal class
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.final class
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableFloatIterator is a wrapper around FloatIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as FloatIteratorModifier and TypeFieldDescriptionprivate final FloatIterator
UnmodifiableFloatIterator.floatIterator
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 FloatIteratorModifier and TypeClassDescriptionprivate class
private static final class
static class
Fields in org.eclipse.collections.impl.lazy.primitive declared as FloatIteratorModifier and TypeFieldDescriptionprivate final FloatIterator
ChunkFloatIterable.ChunkFloatIterator.iterator
private final FloatIterator
FlatCollectFloatToObjectIterable.FlatCollectFloatIterator.iterator
private final FloatIterator
SelectFloatIterable.SelectFloatIterator.iterator
private final FloatIterator
TapFloatIterable.TapFloatIterator.iterator
Methods 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 FloatIteratorModifierConstructorDescriptionFlatCollectFloatIterator
(FloatIterator newIterator, FloatToObjectFunction<? extends Iterable<V>> newFunction) private
SelectFloatIterator
(FloatIterator iterator, FloatPredicate predicate) TapFloatIterator
(FloatIterator iterator, FloatProcedure procedure) -
Uses of FloatIterator in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement FloatIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return FloatIteratorModifier and TypeMethodDescriptionImmutableFloatArrayList.floatIterator()
ImmutableFloatEmptyList.floatIterator()
ImmutableFloatSingletonList.floatIterator()
-
Uses of FloatIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement FloatIterator -
Uses of FloatIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return FloatIteratorModifier and TypeMethodDescriptionImmutableByteFloatEmptyMap.floatIterator()
ImmutableByteFloatHashMap.floatIterator()
ImmutableByteFloatSingletonMap.floatIterator()
ImmutableCharFloatEmptyMap.floatIterator()
ImmutableCharFloatHashMap.floatIterator()
ImmutableCharFloatSingletonMap.floatIterator()
ImmutableDoubleFloatEmptyMap.floatIterator()
ImmutableDoubleFloatHashMap.floatIterator()
ImmutableDoubleFloatSingletonMap.floatIterator()
ImmutableFloatFloatEmptyMap.floatIterator()
ImmutableFloatFloatHashMap.floatIterator()
ImmutableFloatFloatSingletonMap.floatIterator()
ImmutableIntFloatEmptyMap.floatIterator()
ImmutableIntFloatHashMap.floatIterator()
ImmutableIntFloatSingletonMap.floatIterator()
ImmutableLongFloatEmptyMap.floatIterator()
ImmutableLongFloatHashMap.floatIterator()
ImmutableLongFloatSingletonMap.floatIterator()
ImmutableObjectFloatEmptyMap.floatIterator()
ImmutableObjectFloatHashMap.floatIterator()
ImmutableObjectFloatSingletonMap.floatIterator()
ImmutableShortFloatEmptyMap.floatIterator()
ImmutableShortFloatHashMap.floatIterator()
ImmutableShortFloatSingletonMap.floatIterator()
-
Uses of FloatIterator in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement FloatIteratorModifier and TypeClassDescriptionprivate class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
Methods in org.eclipse.collections.impl.map.mutable.primitive that return FloatIteratorModifier and TypeMethodDescriptionFloatBooleanHashMap.KeysView.floatIterator()
FloatByteHashMap.KeysView.floatIterator()
FloatCharHashMap.KeysView.floatIterator()
FloatDoubleHashMap.KeysView.floatIterator()
FloatFloatHashMap.KeysView.floatIterator()
FloatIntHashMap.KeysView.floatIterator()
FloatLongHashMap.KeysView.floatIterator()
FloatObjectHashMap.KeysView.floatIterator()
FloatShortHashMap.KeysView.floatIterator()
ImmutableFloatFloatMapKeySet.floatIterator()
ImmutableFloatMapKeySet.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.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return FloatIteratorModifier and TypeMethodDescriptionImmutableFloatEmptySet.floatIterator()
ImmutableFloatSingletonSet.floatIterator()
-
Uses of FloatIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement FloatIteratorModifier and TypeClassDescriptionprivate class
private class
Methods in org.eclipse.collections.impl.set.mutable.primitive that return FloatIterator -
Uses of FloatIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return FloatIteratorModifier and TypeMethodDescriptionImmutableFloatEmptyStack.floatIterator()
ImmutableFloatSingletonStack.floatIterator()
-
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 boolean
FloatIteratorIterate.allSatisfy
(FloatIterator iterator, FloatPredicate predicate) static boolean
FloatIteratorIterate.anySatisfy
(FloatIterator iterator, FloatPredicate predicate) static <V,
R extends Collection<V>>
RFloatIteratorIterate.collect
(FloatIterator iterator, FloatToObjectFunction<? extends V> function, R targetCollection) static int
FloatIteratorIterate.count
(FloatIterator iterator, FloatPredicate predicate) static float
FloatIteratorIterate.detectIfNone
(FloatIterator iterator, FloatPredicate predicate, float ifNone) static void
FloatIteratorIterate.forEach
(FloatIterator iterator, FloatProcedure procedure) static <T> T
FloatIteratorIterate.injectInto
(FloatIterator iterator, T injectedValue, ObjectFloatToObjectFunction<? super T, ? extends T> function) static float
FloatIteratorIterate.max
(FloatIterator iterator) static float
FloatIteratorIterate.min
(FloatIterator iterator) static boolean
FloatIteratorIterate.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 double
FloatIteratorIterate.sum
(FloatIterator iterator)