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 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.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIteratorImmutableDoubleEmptyBag. doubleIterator()DoubleIteratorImmutableDoubleHashBag. doubleIterator()DoubleIteratorImmutableDoubleSingletonBag. 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 classDoubleHashBag.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 classImmutableEmptyDoubleIteratorThis file was automatically generated from template file primitiveImmutableEmptyIterator.stg.classSingletonDoubleIteratorThis file was automatically generated from template file singletonPrimitiveIterator.stg.classUnmodifiableDoubleIteratorUnmodifiableDoubleIterator 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 DoubleIteratorUnmodifiableDoubleIterator. doubleIteratorConstructors 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 classReverseDoubleIterable.ReverseDoubleIteratorprivate static classSelectDoubleIterable.SelectDoubleIteratorstatic classTapDoubleIterable.TapDoubleIteratorFields in org.eclipse.collections.impl.lazy.primitive declared as DoubleIterator Modifier and Type Field Description private DoubleIteratorChunkDoubleIterable.ChunkDoubleIterator. iteratorprivate DoubleIteratorFlatCollectDoubleToObjectIterable.FlatCollectDoubleIterator. iteratorprivate DoubleIteratorSelectDoubleIterable.SelectDoubleIterator. iteratorprivate DoubleIteratorTapDoubleIterable.TapDoubleIterator. iteratorMethods 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 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 classImmutableDoubleArrayList.InternalDoubleIteratorMethods in org.eclipse.collections.impl.list.immutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIteratorImmutableDoubleArrayList. doubleIterator()DoubleIteratorImmutableDoubleEmptyList. doubleIterator()DoubleIteratorImmutableDoubleSingletonList. 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 classDoubleArrayList.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 DoubleIteratorImmutableByteDoubleEmptyMap. doubleIterator()DoubleIteratorImmutableByteDoubleHashMap. doubleIterator()DoubleIteratorImmutableByteDoubleSingletonMap. doubleIterator()DoubleIteratorImmutableCharDoubleEmptyMap. doubleIterator()DoubleIteratorImmutableCharDoubleHashMap. doubleIterator()DoubleIteratorImmutableCharDoubleSingletonMap. doubleIterator()DoubleIteratorImmutableDoubleDoubleEmptyMap. doubleIterator()DoubleIteratorImmutableDoubleDoubleHashMap. doubleIterator()DoubleIteratorImmutableDoubleDoubleSingletonMap. doubleIterator()DoubleIteratorImmutableFloatDoubleEmptyMap. doubleIterator()DoubleIteratorImmutableFloatDoubleHashMap. doubleIterator()DoubleIteratorImmutableFloatDoubleSingletonMap. doubleIterator()DoubleIteratorImmutableIntDoubleEmptyMap. doubleIterator()DoubleIteratorImmutableIntDoubleHashMap. doubleIterator()DoubleIteratorImmutableIntDoubleSingletonMap. doubleIterator()DoubleIteratorImmutableLongDoubleEmptyMap. doubleIterator()DoubleIteratorImmutableLongDoubleHashMap. doubleIterator()DoubleIteratorImmutableLongDoubleSingletonMap. doubleIterator()DoubleIteratorImmutableObjectDoubleEmptyMap. doubleIterator()DoubleIteratorImmutableObjectDoubleHashMap. doubleIterator()DoubleIteratorImmutableObjectDoubleSingletonMap. doubleIterator()DoubleIteratorImmutableShortDoubleEmptyMap. doubleIterator()DoubleIteratorImmutableShortDoubleHashMap. doubleIterator()DoubleIteratorImmutableShortDoubleSingletonMap. 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 DoubleIteratorDoubleBooleanHashMap.KeysView. doubleIterator()DoubleIteratorDoubleByteHashMap.KeysView. doubleIterator()DoubleIteratorDoubleCharHashMap.KeysView. doubleIterator()DoubleIteratorDoubleDoubleHashMap.KeysView. doubleIterator()DoubleIteratorDoubleFloatHashMap.KeysView. doubleIterator()DoubleIteratorDoubleIntHashMap.KeysView. doubleIterator()DoubleIteratorDoubleLongHashMap.KeysView. doubleIterator()DoubleIteratorDoubleObjectHashMap.KeysView. doubleIterator()DoubleIteratorDoubleShortHashMap.KeysView. doubleIterator()DoubleIteratorImmutableDoubleDoubleMapKeySet. doubleIterator()DoubleIteratorImmutableDoubleMapKeySet. 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 DoubleIteratorSynchronizedDoubleIterable. 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 DoubleIteratorImmutableDoubleEmptySet. doubleIterator()DoubleIteratorImmutableDoubleSingletonSet. 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 classDoubleHashSet.ImmutableDoubleHashSet.InternalDoubleIteratorprivate classDoubleHashSet.InternalDoubleIteratorMethods in org.eclipse.collections.impl.set.mutable.primitive that return DoubleIterator Modifier and Type Method Description DoubleIteratorDoubleHashSet.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 DoubleIteratorImmutableDoubleEmptyStack. doubleIterator()DoubleIteratorImmutableDoubleSingletonStack. 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 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 java.util.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)
-