Uses of Interface
org.eclipse.collections.api.iterator.FloatIterator
-
Packages that use FloatIterator Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.iterator This package contains primitive iterator API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.iterator org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive -
-
Uses of FloatIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return FloatIterator Modifier and Type Method Description FloatIterator
FloatIterable. 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.iterator Modifier and Type Interface Description interface
MutableFloatIterator
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 FloatIterator Modifier and Type Method Description FloatIterator
ImmutableFloatEmptyBag. floatIterator()
FloatIterator
ImmutableFloatHashBag. floatIterator()
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 Modifier and Type Class Description private class
FloatHashBag.InternalIterator
-
Uses of FloatIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement FloatIterator Modifier and Type Class Description class
ImmutableEmptyFloatIterator
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.class
SingletonFloatIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableFloatIterator
UnmodifiableFloatIterator is a wrapper around FloatIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as FloatIterator Modifier and Type Field Description private FloatIterator
UnmodifiableFloatIterator. floatIterator
Constructors in org.eclipse.collections.impl.iterator with parameters of type FloatIterator Constructor Description UnmodifiableFloatIterator(FloatIterator floatIterator)
-
Uses of FloatIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement FloatIterator Modifier and Type Class Description private class
ReverseFloatIterable.ReverseFloatIterator
private static class
SelectFloatIterable.SelectFloatIterator
static class
TapFloatIterable.TapFloatIterator
Fields in org.eclipse.collections.impl.lazy.primitive declared as FloatIterator Modifier and Type Field Description private FloatIterator
ChunkFloatIterable.ChunkFloatIterator. iterator
private FloatIterator
FlatCollectFloatToObjectIterable.FlatCollectFloatIterator. iterator
private FloatIterator
SelectFloatIterable.SelectFloatIterator. iterator
private FloatIterator
TapFloatIterable.TapFloatIterator. iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return FloatIterator Modifier and Type Method Description FloatIterator
CollectBooleanToFloatIterable. floatIterator()
FloatIterator
CollectByteToFloatIterable. floatIterator()
FloatIterator
CollectCharToFloatIterable. floatIterator()
FloatIterator
CollectDoubleToFloatIterable. floatIterator()
FloatIterator
CollectFloatIterable. floatIterator()
FloatIterator
CollectFloatToFloatIterable. floatIterator()
FloatIterator
CollectIntToFloatIterable. floatIterator()
FloatIterator
CollectLongToFloatIterable. floatIterator()
FloatIterator
CollectShortToFloatIterable. floatIterator()
FloatIterator
LazyFloatIterableAdapter. floatIterator()
FloatIterator
ReverseFloatIterable. floatIterator()
FloatIterator
SelectFloatIterable. floatIterator()
FloatIterator
TapFloatIterable. floatIterator()
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type FloatIterator Constructor Description FlatCollectFloatIterator(FloatIterator newIterator, FloatToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
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 FloatIterator Modifier and Type Class Description private class
ImmutableFloatArrayList.InternalFloatIterator
Methods in org.eclipse.collections.impl.list.immutable.primitive that return FloatIterator Modifier and Type Method Description FloatIterator
ImmutableFloatArrayList. floatIterator()
FloatIterator
ImmutableFloatEmptyList. floatIterator()
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 Modifier and Type Class Description private class
FloatArrayList.InternalFloatIterator
-
Uses of FloatIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return FloatIterator Modifier and Type Method Description FloatIterator
ImmutableByteFloatEmptyMap. floatIterator()
FloatIterator
ImmutableByteFloatHashMap. floatIterator()
FloatIterator
ImmutableByteFloatSingletonMap. floatIterator()
FloatIterator
ImmutableCharFloatEmptyMap. floatIterator()
FloatIterator
ImmutableCharFloatHashMap. floatIterator()
FloatIterator
ImmutableCharFloatSingletonMap. floatIterator()
FloatIterator
ImmutableDoubleFloatEmptyMap. floatIterator()
FloatIterator
ImmutableDoubleFloatHashMap. floatIterator()
FloatIterator
ImmutableDoubleFloatSingletonMap. floatIterator()
FloatIterator
ImmutableFloatFloatEmptyMap. floatIterator()
FloatIterator
ImmutableFloatFloatHashMap. floatIterator()
FloatIterator
ImmutableFloatFloatSingletonMap. floatIterator()
FloatIterator
ImmutableIntFloatEmptyMap. floatIterator()
FloatIterator
ImmutableIntFloatHashMap. floatIterator()
FloatIterator
ImmutableIntFloatSingletonMap. floatIterator()
FloatIterator
ImmutableLongFloatEmptyMap. floatIterator()
FloatIterator
ImmutableLongFloatHashMap. floatIterator()
FloatIterator
ImmutableLongFloatSingletonMap. floatIterator()
FloatIterator
ImmutableObjectFloatEmptyMap. floatIterator()
FloatIterator
ImmutableObjectFloatHashMap. floatIterator()
FloatIterator
ImmutableObjectFloatSingletonMap. floatIterator()
FloatIterator
ImmutableShortFloatEmptyMap. floatIterator()
FloatIterator
ImmutableShortFloatHashMap. floatIterator()
FloatIterator
ImmutableShortFloatSingletonMap. floatIterator()
-
Uses of FloatIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return FloatIterator Modifier and Type Method Description FloatIterator
FloatBooleanHashMap.KeysView. floatIterator()
FloatIterator
FloatByteHashMap.KeysView. floatIterator()
FloatIterator
FloatCharHashMap.KeysView. floatIterator()
FloatIterator
FloatDoubleHashMap.KeysView. floatIterator()
FloatIterator
FloatFloatHashMap.KeysView. floatIterator()
FloatIterator
FloatIntHashMap.KeysView. floatIterator()
FloatIterator
FloatLongHashMap.KeysView. floatIterator()
FloatIterator
FloatObjectHashMap.KeysView. floatIterator()
FloatIterator
FloatShortHashMap.KeysView. floatIterator()
FloatIterator
ImmutableFloatFloatMapKeySet. floatIterator()
FloatIterator
ImmutableFloatMapKeySet. floatIterator()
-
Uses of FloatIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return FloatIterator Modifier and Type Method Description FloatIterator
SynchronizedFloatIterable. 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 FloatIterator Modifier and Type Method Description FloatIterator
ImmutableFloatEmptySet. floatIterator()
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 FloatIterator Modifier and Type Class Description private class
FloatHashSet.ImmutableFloatHashSet.InternalFloatIterator
private class
FloatHashSet.InternalFloatIterator
Methods in org.eclipse.collections.impl.set.mutable.primitive that return FloatIterator Modifier and Type Method Description FloatIterator
FloatHashSet.ImmutableFloatHashSet. floatIterator()
-
Uses of FloatIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return FloatIterator Modifier and Type Method Description FloatIterator
ImmutableFloatEmptyStack. floatIterator()
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 FloatIterator Modifier and Type Method Description FloatIterator
SynchronizedFloatStack. floatIterator()
Must be called in a synchronized block.FloatIterator
UnmodifiableFloatStack. floatIterator()
-
Uses of FloatIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return FloatIterator Modifier and Type Method Description FloatIterator
AbstractFloatStack. 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 FloatIterator Modifier and Type Method Description static boolean
FloatIteratorIterate. allSatisfy(FloatIterator iterator, FloatPredicate predicate)
static boolean
FloatIteratorIterate. anySatisfy(FloatIterator iterator, FloatPredicate predicate)
static <V,R extends java.util.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)
-