Uses of Interface
org.eclipse.collections.api.iterator.DoubleIterator
-
Packages that use 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.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 DoubleIterator in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return DoubleIterator Modifier and Type Method Description DoubleIterator
DoubleIterable. 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 interface
MutableDoubleIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg. -
Uses of DoubleIterator in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
ImmutableDoubleEmptyBag. doubleIterator()
DoubleIterator
ImmutableDoubleHashBag. doubleIterator()
DoubleIterator
ImmutableDoubleSingletonBag. doubleIterator()
-
Uses of DoubleIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement DoubleIterator Modifier and Type Class Description private class
DoubleHashBag.InternalIterator
-
Uses of DoubleIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement DoubleIterator Modifier and Type Class Description class
ImmutableEmptyDoubleIterator
This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.class
SingletonDoubleIterator
This file was automatically generated from template file singletonPrimitiveIterator.stg.class
UnmodifiableDoubleIterator
UnmodifiableDoubleIterator is a wrapper around DoubleIterator which is unmodifiable and doesn't support remove.Fields in org.eclipse.collections.impl.iterator declared as DoubleIterator Modifier and Type Field Description private DoubleIterator
UnmodifiableDoubleIterator. doubleIterator
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 private class
ReverseDoubleIterable.ReverseDoubleIterator
private static class
SelectDoubleIterable.SelectDoubleIterator
static class
TapDoubleIterable.TapDoubleIterator
Fields in org.eclipse.collections.impl.lazy.primitive declared as DoubleIterator Modifier and Type Field Description private DoubleIterator
ChunkDoubleIterable.ChunkDoubleIterator. iterator
private DoubleIterator
FlatCollectDoubleToObjectIterable.FlatCollectDoubleIterator. iterator
private DoubleIterator
SelectDoubleIterable.SelectDoubleIterator. iterator
private DoubleIterator
TapDoubleIterable.TapDoubleIterator. iterator
Methods in org.eclipse.collections.impl.lazy.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
CollectBooleanToDoubleIterable. doubleIterator()
DoubleIterator
CollectByteToDoubleIterable. doubleIterator()
DoubleIterator
CollectCharToDoubleIterable. doubleIterator()
DoubleIterator
CollectDoubleIterable. doubleIterator()
DoubleIterator
CollectDoubleToDoubleIterable. doubleIterator()
DoubleIterator
CollectFloatToDoubleIterable. doubleIterator()
DoubleIterator
CollectIntToDoubleIterable. doubleIterator()
DoubleIterator
CollectLongToDoubleIterable. doubleIterator()
DoubleIterator
CollectShortToDoubleIterable. doubleIterator()
DoubleIterator
LazyDoubleIterableAdapter. doubleIterator()
DoubleIterator
ReverseDoubleIterable. doubleIterator()
DoubleIterator
SelectDoubleIterable. doubleIterator()
DoubleIterator
TapDoubleIterable. doubleIterator()
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type DoubleIterator Constructor Description FlatCollectDoubleIterator(DoubleIterator newIterator, DoubleToObjectFunction<? extends java.lang.Iterable<V>> newFunction)
SelectDoubleIterator(DoubleIterator iterator, DoublePredicate predicate)
TapDoubleIterator(DoubleIterator iterator, DoubleProcedure procedure)
-
Uses of DoubleIterator in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement DoubleIterator Modifier and Type Class Description private class
ImmutableDoubleArrayList.InternalDoubleIterator
Methods in org.eclipse.collections.impl.list.immutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
ImmutableDoubleArrayList. doubleIterator()
DoubleIterator
ImmutableDoubleEmptyList. doubleIterator()
DoubleIterator
ImmutableDoubleSingletonList. doubleIterator()
-
Uses of DoubleIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement DoubleIterator Modifier and Type Class Description private class
DoubleArrayList.InternalDoubleIterator
-
Uses of DoubleIterator in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
ImmutableByteDoubleEmptyMap. doubleIterator()
DoubleIterator
ImmutableByteDoubleHashMap. doubleIterator()
DoubleIterator
ImmutableByteDoubleSingletonMap. doubleIterator()
DoubleIterator
ImmutableCharDoubleEmptyMap. doubleIterator()
DoubleIterator
ImmutableCharDoubleHashMap. doubleIterator()
DoubleIterator
ImmutableCharDoubleSingletonMap. doubleIterator()
DoubleIterator
ImmutableDoubleDoubleEmptyMap. doubleIterator()
DoubleIterator
ImmutableDoubleDoubleHashMap. doubleIterator()
DoubleIterator
ImmutableDoubleDoubleSingletonMap. doubleIterator()
DoubleIterator
ImmutableFloatDoubleEmptyMap. doubleIterator()
DoubleIterator
ImmutableFloatDoubleHashMap. doubleIterator()
DoubleIterator
ImmutableFloatDoubleSingletonMap. doubleIterator()
DoubleIterator
ImmutableIntDoubleEmptyMap. doubleIterator()
DoubleIterator
ImmutableIntDoubleHashMap. doubleIterator()
DoubleIterator
ImmutableIntDoubleSingletonMap. doubleIterator()
DoubleIterator
ImmutableLongDoubleEmptyMap. doubleIterator()
DoubleIterator
ImmutableLongDoubleHashMap. doubleIterator()
DoubleIterator
ImmutableLongDoubleSingletonMap. doubleIterator()
DoubleIterator
ImmutableObjectDoubleEmptyMap. doubleIterator()
DoubleIterator
ImmutableObjectDoubleHashMap. doubleIterator()
DoubleIterator
ImmutableObjectDoubleSingletonMap. doubleIterator()
DoubleIterator
ImmutableShortDoubleEmptyMap. doubleIterator()
DoubleIterator
ImmutableShortDoubleHashMap. doubleIterator()
DoubleIterator
ImmutableShortDoubleSingletonMap. doubleIterator()
-
Uses of DoubleIterator in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
DoubleBooleanHashMap.KeysView. doubleIterator()
DoubleIterator
DoubleByteHashMap.KeysView. doubleIterator()
DoubleIterator
DoubleCharHashMap.KeysView. doubleIterator()
DoubleIterator
DoubleDoubleHashMap.KeysView. doubleIterator()
DoubleIterator
DoubleFloatHashMap.KeysView. doubleIterator()
DoubleIterator
DoubleIntHashMap.KeysView. doubleIterator()
DoubleIterator
DoubleLongHashMap.KeysView. doubleIterator()
DoubleIterator
DoubleObjectHashMap.KeysView. doubleIterator()
DoubleIterator
DoubleShortHashMap.KeysView. doubleIterator()
DoubleIterator
ImmutableDoubleDoubleMapKeySet. doubleIterator()
DoubleIterator
ImmutableDoubleMapKeySet. doubleIterator()
-
Uses of DoubleIterator in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
SynchronizedDoubleIterable. doubleIterator()
Must be called in a synchronized block. -
Uses of DoubleIterator in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
ImmutableDoubleEmptySet. doubleIterator()
DoubleIterator
ImmutableDoubleSingletonSet. doubleIterator()
-
Uses of DoubleIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement DoubleIterator Modifier and Type Class Description private class
DoubleHashSet.ImmutableDoubleHashSet.InternalDoubleIterator
private class
DoubleHashSet.InternalDoubleIterator
Methods in org.eclipse.collections.impl.set.mutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
DoubleHashSet.ImmutableDoubleHashSet. doubleIterator()
-
Uses of DoubleIterator in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIterator
ImmutableDoubleEmptyStack. doubleIterator()
DoubleIterator
ImmutableDoubleSingletonStack. doubleIterator()
-
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 DoubleIterator
SynchronizedDoubleStack. doubleIterator()
Must be called in a synchronized block.DoubleIterator
UnmodifiableDoubleStack. 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 DoubleIterator
AbstractDoubleStack. 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 boolean
DoubleIteratorIterate. allSatisfy(DoubleIterator iterator, DoublePredicate predicate)
static boolean
DoubleIteratorIterate. anySatisfy(DoubleIterator iterator, DoublePredicate predicate)
static <V,R extends java.util.Collection<V>>
RDoubleIteratorIterate. collect(DoubleIterator iterator, DoubleToObjectFunction<? extends V> function, R targetCollection)
static int
DoubleIteratorIterate. count(DoubleIterator iterator, DoublePredicate predicate)
static double
DoubleIteratorIterate. detectIfNone(DoubleIterator iterator, DoublePredicate predicate, double ifNone)
static void
DoubleIteratorIterate. forEach(DoubleIterator iterator, DoubleProcedure procedure)
static <T> T
DoubleIteratorIterate. injectInto(DoubleIterator iterator, T injectedValue, ObjectDoubleToObjectFunction<? super T,? extends T> function)
static double
DoubleIteratorIterate. max(DoubleIterator iterator)
static double
DoubleIteratorIterate. min(DoubleIterator iterator)
static boolean
DoubleIteratorIterate. 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 double
DoubleIteratorIterate. sum(DoubleIterator iterator)
-