Uses of Interface
org.eclipse.collections.api.iterator.DoubleIterator
| 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.iterator | |
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| org.eclipse.collections.impl.primitive | |
| 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 DoubleIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return DoubleIterator Modifier and Type Method Description DoubleIteratorDoubleIterable. doubleIterator()Returns a primitive iterator that can be used to iterate over the DoubleIterable in an imperative style. -
Uses of DoubleIterator in org.eclipse.collections.api.iterator
Subinterfaces of DoubleIterator in org.eclipse.collections.api.iterator Modifier and Type Interface Description interfaceMutableDoubleIteratorThis file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of DoubleIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement DoubleIterator Modifier and Type Class Description classImmutableEmptyDoubleIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classUnmodifiableDoubleIteratorUnmodifiableDoubleIterator is a wrapper around DoubleIterator which is unmodifiable and doesn't support remove.Constructors in org.eclipse.collections.impl.iterator with parameters of type DoubleIterator Constructor Description UnmodifiableDoubleIterator(DoubleIterator doubleIterator) -
Uses of DoubleIterator in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement DoubleIterator Modifier and Type Class Description static classTapDoubleIterable.TapDoubleIteratorMethods in org.eclipse.collections.impl.lazy.primitive that return DoubleIterator Modifier and Type Method Description DoubleIteratorCollectBooleanToDoubleIterable. doubleIterator()DoubleIteratorCollectByteToDoubleIterable. doubleIterator()DoubleIteratorCollectCharToDoubleIterable. doubleIterator()DoubleIteratorCollectDoubleIterable. doubleIterator()DoubleIteratorCollectDoubleToDoubleIterable. doubleIterator()DoubleIteratorCollectFloatToDoubleIterable. doubleIterator()DoubleIteratorCollectIntToDoubleIterable. doubleIterator()DoubleIteratorCollectLongToDoubleIterable. doubleIterator()DoubleIteratorCollectShortToDoubleIterable. doubleIterator()DoubleIteratorLazyDoubleIterableAdapter. doubleIterator()DoubleIteratorReverseDoubleIterable. doubleIterator()DoubleIteratorSelectDoubleIterable. doubleIterator()DoubleIteratorTapDoubleIterable. doubleIterator()Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type DoubleIterator Constructor Description TapDoubleIterator(DoubleIterator iterator, DoubleProcedure procedure) -
Uses of DoubleIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return DoubleIterator Modifier and Type Method Description DoubleIteratorSynchronizedDoubleIterable. doubleIterator()Must be called in a synchronized block. -
Uses of DoubleIterator in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIteratorSynchronizedDoubleStack. doubleIterator()Must be called in a synchronized block.DoubleIteratorUnmodifiableDoubleStack. doubleIterator() -
Uses of DoubleIterator in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return DoubleIterator Modifier and Type Method Description DoubleIteratorAbstractDoubleStack. doubleIterator() -
Uses of DoubleIterator in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type DoubleIterator Modifier and Type Method Description static booleanDoubleIteratorIterate. allSatisfy(DoubleIterator iterator, DoublePredicate predicate)static booleanDoubleIteratorIterate. anySatisfy(DoubleIterator iterator, DoublePredicate predicate)static <V, R extends Collection<V>>
RDoubleIteratorIterate. collect(DoubleIterator iterator, DoubleToObjectFunction<? extends V> function, R targetCollection)static intDoubleIteratorIterate. count(DoubleIterator iterator, DoublePredicate predicate)static doubleDoubleIteratorIterate. detectIfNone(DoubleIterator iterator, DoublePredicate predicate, double ifNone)static voidDoubleIteratorIterate. forEach(DoubleIterator iterator, DoubleProcedure procedure)static <T> TDoubleIteratorIterate. injectInto(DoubleIterator iterator, T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)static doubleDoubleIteratorIterate. max(DoubleIterator iterator)static doubleDoubleIteratorIterate. min(DoubleIterator iterator)static booleanDoubleIteratorIterate. noneSatisfy(DoubleIterator iterator, DoublePredicate predicate)static <R extends MutableDoubleCollection>
RDoubleIteratorIterate. reject(DoubleIterator iterator, DoublePredicate predicate, R targetCollection)static <R extends MutableDoubleCollection>
RDoubleIteratorIterate. select(DoubleIterator iterator, DoublePredicate predicate, R targetCollection)static doubleDoubleIteratorIterate. sum(DoubleIterator iterator)