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 FloatIteratorFloatIterable. 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 interfaceMutableFloatIteratorThis 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 FloatIteratorImmutableFloatEmptyBag. floatIterator()FloatIteratorImmutableFloatHashBag. floatIterator()FloatIteratorImmutableFloatSingletonBag. 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 classFloatHashBag.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 classImmutableEmptyFloatIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classSingletonFloatIteratorThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableFloatIteratorUnmodifiableFloatIterator 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 FloatIteratorUnmodifiableFloatIterator. floatIteratorConstructors 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 classReverseFloatIterable.ReverseFloatIteratorprivate static classSelectFloatIterable.SelectFloatIteratorstatic classTapFloatIterable.TapFloatIteratorFields in org.eclipse.collections.impl.lazy.primitive declared as FloatIterator Modifier and Type Field Description private FloatIteratorChunkFloatIterable.ChunkFloatIterator. iteratorprivate FloatIteratorFlatCollectFloatToObjectIterable.FlatCollectFloatIterator. iteratorprivate FloatIteratorSelectFloatIterable.SelectFloatIterator. iteratorprivate FloatIteratorTapFloatIterable.TapFloatIterator. iteratorMethods in org.eclipse.collections.impl.lazy.primitive that return FloatIterator Modifier and Type Method Description FloatIteratorCollectBooleanToFloatIterable. floatIterator()FloatIteratorCollectByteToFloatIterable. floatIterator()FloatIteratorCollectCharToFloatIterable. floatIterator()FloatIteratorCollectDoubleToFloatIterable. floatIterator()FloatIteratorCollectFloatIterable. floatIterator()FloatIteratorCollectFloatToFloatIterable. floatIterator()FloatIteratorCollectIntToFloatIterable. floatIterator()FloatIteratorCollectLongToFloatIterable. floatIterator()FloatIteratorCollectShortToFloatIterable. floatIterator()FloatIteratorLazyFloatIterableAdapter. floatIterator()FloatIteratorReverseFloatIterable. floatIterator()FloatIteratorSelectFloatIterable. floatIterator()FloatIteratorTapFloatIterable. 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 classImmutableFloatArrayList.InternalFloatIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return FloatIterator Modifier and Type Method Description FloatIteratorImmutableFloatArrayList. floatIterator()FloatIteratorImmutableFloatEmptyList. floatIterator()FloatIteratorImmutableFloatSingletonList. 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 classFloatArrayList.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 FloatIteratorImmutableByteFloatEmptyMap. floatIterator()FloatIteratorImmutableByteFloatHashMap. floatIterator()FloatIteratorImmutableByteFloatSingletonMap. floatIterator()FloatIteratorImmutableCharFloatEmptyMap. floatIterator()FloatIteratorImmutableCharFloatHashMap. floatIterator()FloatIteratorImmutableCharFloatSingletonMap. floatIterator()FloatIteratorImmutableDoubleFloatEmptyMap. floatIterator()FloatIteratorImmutableDoubleFloatHashMap. floatIterator()FloatIteratorImmutableDoubleFloatSingletonMap. floatIterator()FloatIteratorImmutableFloatFloatEmptyMap. floatIterator()FloatIteratorImmutableFloatFloatHashMap. floatIterator()FloatIteratorImmutableFloatFloatSingletonMap. floatIterator()FloatIteratorImmutableIntFloatEmptyMap. floatIterator()FloatIteratorImmutableIntFloatHashMap. floatIterator()FloatIteratorImmutableIntFloatSingletonMap. floatIterator()FloatIteratorImmutableLongFloatEmptyMap. floatIterator()FloatIteratorImmutableLongFloatHashMap. floatIterator()FloatIteratorImmutableLongFloatSingletonMap. floatIterator()FloatIteratorImmutableObjectFloatEmptyMap. floatIterator()FloatIteratorImmutableObjectFloatHashMap. floatIterator()FloatIteratorImmutableObjectFloatSingletonMap. floatIterator()FloatIteratorImmutableShortFloatEmptyMap. floatIterator()FloatIteratorImmutableShortFloatHashMap. floatIterator()FloatIteratorImmutableShortFloatSingletonMap. 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 FloatIteratorFloatBooleanHashMap.KeysView. floatIterator()FloatIteratorFloatByteHashMap.KeysView. floatIterator()FloatIteratorFloatCharHashMap.KeysView. floatIterator()FloatIteratorFloatDoubleHashMap.KeysView. floatIterator()FloatIteratorFloatFloatHashMap.KeysView. floatIterator()FloatIteratorFloatIntHashMap.KeysView. floatIterator()FloatIteratorFloatLongHashMap.KeysView. floatIterator()FloatIteratorFloatObjectHashMap.KeysView. floatIterator()FloatIteratorFloatShortHashMap.KeysView. floatIterator()FloatIteratorImmutableFloatFloatMapKeySet. floatIterator()FloatIteratorImmutableFloatMapKeySet. 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 FloatIteratorSynchronizedFloatIterable. 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 FloatIteratorImmutableFloatEmptySet. floatIterator()FloatIteratorImmutableFloatSingletonSet. 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 classFloatHashSet.ImmutableFloatHashSet.InternalFloatIteratorprivate classFloatHashSet.InternalFloatIteratorMethods in org.eclipse.collections.impl.set.mutable.primitive that return FloatIterator Modifier and Type Method Description FloatIteratorFloatHashSet.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 FloatIteratorImmutableFloatEmptyStack. floatIterator()FloatIteratorImmutableFloatSingletonStack. 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 FloatIteratorSynchronizedFloatStack. floatIterator()Must be called in a synchronized block.FloatIteratorUnmodifiableFloatStack. 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 FloatIteratorAbstractFloatStack. 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 booleanFloatIteratorIterate. allSatisfy(FloatIterator iterator, FloatPredicate predicate)static booleanFloatIteratorIterate. anySatisfy(FloatIterator iterator, FloatPredicate predicate)static <V,R extends java.util.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)
-