Uses of Interface
org.eclipse.collections.api.DoubleIterable
Packages that use DoubleIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap interface.This package contains implementations of the
MutableCollection interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the
MutableList interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of DoubleIterable in org.eclipse.collections.api
Subinterfaces of DoubleIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return DoubleIterableModifier and TypeMethodDescriptionRichIterable.collectDouble(DoubleFunction<? super T> doubleFunction) Returns a new primitivedoubleiterable with the results of applying the specified function on each element of the source collection.DoubleIterable.reject(DoublePredicate predicate) Returns a new DoubleIterable with all of the elements in the DoubleIterable that return false for the specified predicate.DoubleIterable.select(DoublePredicate predicate) Returns a new DoubleIterable with all of the elements in the DoubleIterable that return true for the specified predicate.default DoubleIterableDoubleIterable.tap(DoubleProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptiondefault RichIterable<DoubleIterable>DoubleIterable.chunk(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type DoubleIterableModifier and TypeMethodDescriptiondefault booleanDoubleIterable.containsAll(DoubleIterable source) Returns true if all of the values specified in the source DoubleIterable are contained in the DoubleIterable, and false if they are not.default booleanDoubleIterable.containsAny(DoubleIterable source) Returns true if any of the values specified in the source DoubleIterable are contained in the DoubleIterable, and false if they are not.default booleanDoubleIterable.containsNone(DoubleIterable source) Returns true if none of the values specified in the source DoubleIterable are contained in the DoubleIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type DoubleIterableModifier and TypeMethodDescriptiondefault <R extends MutableDoubleCollection>
RRichIterable.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of DoubleIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveBag.stg.interfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleBag.newWithAll(DoubleIterable elements) ImmutableDoubleBag.newWithoutAll(DoubleIterable elements) MutableDoubleBag.withAll(DoubleIterable elements) MutableDoubleBag.withoutAll(DoubleIterable elements) -
Uses of DoubleIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanMutableDoubleCollection.addAll(DoubleIterable source) ImmutableDoubleCollection.newWithAll(DoubleIterable elements) ImmutableDoubleCollection.newWithoutAll(DoubleIterable elements) booleanMutableDoubleCollection.removeAll(DoubleIterable source) booleanMutableDoubleCollection.retainAll(DoubleIterable elements) MutableDoubleCollection.withAll(DoubleIterable elements) MutableDoubleCollection.withoutAll(DoubleIterable elements) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleBagFactory.ofAll(DoubleIterable items) MutableDoubleBagFactory.ofAll(DoubleIterable items) ImmutableDoubleBagFactory.withAll(DoubleIterable items) MutableDoubleBagFactory.withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleListFactory.ofAll(DoubleIterable items) MutableDoubleListFactory.ofAll(DoubleIterable items) ImmutableDoubleListFactory.withAll(DoubleIterable items) MutableDoubleListFactory.withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleSetFactory.ofAll(DoubleIterable items) MutableDoubleSetFactory.ofAll(DoubleIterable items) ImmutableDoubleSetFactory.withAll(DoubleIterable items) MutableDoubleSetFactory.withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleStackFactory.ofAll(DoubleIterable items) MutableDoubleStackFactory.ofAll(DoubleIterable items) ImmutableDoubleStackFactory.ofAllReversed(DoubleIterable items) MutableDoubleStackFactory.ofAllReversed(DoubleIterable items) ImmutableDoubleStackFactory.withAll(DoubleIterable items) MutableDoubleStackFactory.withAll(DoubleIterable items) ImmutableDoubleStackFactory.withAllReversed(DoubleIterable items) MutableDoubleStackFactory.withAllReversed(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanMutableDoubleList.addAllAtIndex(int index, DoubleIterable source) ImmutableDoubleList.newWithAll(DoubleIterable elements) ImmutableDoubleList.newWithoutAll(DoubleIterable elements) MutableDoubleList.withAll(DoubleIterable elements) MutableDoubleList.withoutAll(DoubleIterable elements) default ListIterable<DoubleDoublePair>DoubleList.zipDouble(DoubleIterable iterable) Returns aListIterableformed from thisDoubleListand anotherDoubleListby combining corresponding elements in pairs.default ImmutableList<DoubleDoublePair>ImmutableDoubleList.zipDouble(DoubleIterable iterable) Returns anImmutableListformed from thisImmutableDoubleListand anotherDoubleListby combining corresponding elements in pairs.default MutableList<DoubleDoublePair>MutableDoubleList.zipDouble(DoubleIterable iterable) Returns aMutableListformed from thisMutableDoubleListand anotherDoubleListby combining corresponding elements in pairs. -
Uses of DoubleIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitiveValuesMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleBooleanMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleByteMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleCharMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleDoubleMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleFloatMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleIntMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleLongMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleObjectMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleShortMap.newWithoutAllKeys(DoubleIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableDoubleBooleanMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleByteMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleCharMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleDoubleMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleFloatMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleIntMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleLongMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleObjectMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleShortMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of DoubleIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of DoubleIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveSet.stg.interfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleSet.newWithAll(DoubleIterable elements) ImmutableDoubleSet.newWithoutAll(DoubleIterable elements) MutableDoubleSet.withAll(DoubleIterable elements) MutableDoubleSet.withoutAll(DoubleIterable elements) -
Uses of DoubleIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of DoubleIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveStack.stg.interfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of DoubleIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return DoubleIterableModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectDouble(DoubleFunction<? super T> doubleFunction) Method parameters in org.eclipse.collections.impl with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RUnmodifiableRichIterable.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RAbstractBag.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleBagFactoryImpl.ofAll(DoubleIterable items) ImmutableDoubleBagFactoryImpl.withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassDoubleHashBag is similar toHashBag, and is memory-optimized for double primitives.classA synchronized view of aMutableDoubleBag.classThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type DoubleIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanDoubleHashBag.addAll(DoubleIterable source) static DoubleHashBagDoubleHashBag.newBag(DoubleIterable source) MutableDoubleBagFactoryImpl.ofAll(DoubleIterable items) booleanDoubleHashBag.removeAll(DoubleIterable source) booleanDoubleHashBag.retainAll(DoubleIterable source) DoubleHashBag.withAll(DoubleIterable iterable) MutableDoubleBagFactoryImpl.withAll(DoubleIterable items) SynchronizedDoubleBag.withAll(DoubleIterable elements) UnmodifiableDoubleBag.withAll(DoubleIterable elements) DoubleHashBag.withoutAll(DoubleIterable iterable) SynchronizedDoubleBag.withoutAll(DoubleIterable elements) UnmodifiableDoubleBag.withoutAll(DoubleIterable elements) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type DoubleIterable -
Uses of DoubleIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RAbstractBiMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return DoubleIterableModifier and TypeMethodDescriptionUnmodifiableBiMap.collectDouble(DoubleFunction<? super V> doubleFunction) Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RUnmodifiableBiMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return DoubleIterableModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectDouble(DoubleFunction<? super T> doubleFunction) Method parameters in org.eclipse.collections.impl.collection with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RAbstractSynchronizedRichIterable.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RAbstractMultiReaderMutableCollection.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RAbstractUnmodifiableMutableCollection.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionAbstractSynchronizedDoubleCollection.chunk(int size) AbstractUnmodifiableDoubleCollection.chunk(int size) Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanAbstractSynchronizedDoubleCollection.addAll(DoubleIterable source) booleanAbstractUnmodifiableDoubleCollection.addAll(DoubleIterable source) booleanAbstractSynchronizedDoubleCollection.containsAll(DoubleIterable source) booleanAbstractUnmodifiableDoubleCollection.containsAll(DoubleIterable source) booleanAbstractSynchronizedDoubleCollection.containsAny(DoubleIterable source) booleanAbstractUnmodifiableDoubleCollection.containsAny(DoubleIterable source) booleanAbstractSynchronizedDoubleCollection.containsNone(DoubleIterable source) booleanAbstractUnmodifiableDoubleCollection.containsNone(DoubleIterable source) booleanAbstractSynchronizedDoubleCollection.removeAll(DoubleIterable source) booleanAbstractUnmodifiableDoubleCollection.removeAll(DoubleIterable source) booleanAbstractSynchronizedDoubleCollection.retainAll(DoubleIterable source) booleanAbstractUnmodifiableDoubleCollection.retainAll(DoubleIterable source) AbstractSynchronizedDoubleCollection.withAll(DoubleIterable elements) AbstractUnmodifiableDoubleCollection.withAll(DoubleIterable elements) AbstractSynchronizedDoubleCollection.withoutAll(DoubleIterable elements) AbstractUnmodifiableDoubleCollection.withoutAll(DoubleIterable elements) -
Uses of DoubleIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return DoubleIterableMethods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionAbstractLazyDoubleIterable.chunk(int size) ChunkDoubleIterable.iterator()Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanAbstractLazyDoubleIterable.containsAll(DoubleIterable source) booleanCollectDoubleIterable.containsAll(DoubleIterable source) booleanLazyDoubleIterableAdapter.containsAll(DoubleIterable source) booleanReverseDoubleIterable.containsAll(DoubleIterable source) booleanSelectDoubleIterable.containsAll(DoubleIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type DoubleIterableModifier and TypeMethodDescriptionvoidChunkDoubleIterable.each(Procedure<? super DoubleIterable> procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type DoubleIterableModifierConstructorDescriptionChunkDoubleIterable(DoubleIterable delegate, int size) ChunkDoubleIterator(DoubleIterable iterable, int size) CollectDoubleToBooleanIterable(DoubleIterable iterable, DoubleToBooleanFunction function) CollectDoubleToByteIterable(DoubleIterable iterable, DoubleToByteFunction function) CollectDoubleToCharIterable(DoubleIterable iterable, DoubleToCharFunction function) CollectDoubleToDoubleIterable(DoubleIterable iterable, DoubleToDoubleFunction function) CollectDoubleToFloatIterable(DoubleIterable iterable, DoubleToFloatFunction function) CollectDoubleToIntIterable(DoubleIterable iterable, DoubleToIntFunction function) CollectDoubleToLongIterable(DoubleIterable iterable, DoubleToLongFunction function) CollectDoubleToObjectIterable(DoubleIterable iterable, DoubleToObjectFunction<? extends V> function) CollectDoubleToShortIterable(DoubleIterable iterable, DoubleToShortFunction function) FlatCollectDoubleToObjectIterable(DoubleIterable iterable, DoubleToObjectFunction<? extends Iterable<V>> function) LazyDoubleIterableAdapter(DoubleIterable delegate) SelectDoubleIterable(DoubleIterable delegate, DoublePredicate predicate) TapDoubleIterable(DoubleIterable delegate, DoubleProcedure procedure) TapDoubleIterator(DoubleIterable iterable, DoubleProcedure procedure) -
Uses of DoubleIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleListFactoryImpl.ofAll(DoubleIterable items) ImmutableDoubleListFactoryImpl.withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RFastList.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassDoubleArrayList is similar to FastList, and is memory-optimized for double primitives.classA synchronized view of aMutableDoubleList.classThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type DoubleIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanDoubleArrayList.addAll(DoubleIterable source) booleanDoubleArrayList.addAllAtIndex(int index, DoubleIterable source) booleanSynchronizedDoubleList.addAllAtIndex(int index, DoubleIterable source) booleanUnmodifiableDoubleList.addAllAtIndex(int index, DoubleIterable source) static DoubleArrayListDoubleArrayList.newList(DoubleIterable source) MutableDoubleListFactoryImpl.ofAll(DoubleIterable items) booleanDoubleArrayList.removeAll(DoubleIterable source) booleanDoubleArrayList.retainAll(DoubleIterable source) DoubleArrayList.withAll(DoubleIterable elements) MutableDoubleListFactoryImpl.withAll(DoubleIterable items) SynchronizedDoubleList.withAll(DoubleIterable elements) UnmodifiableDoubleList.withAll(DoubleIterable elements) DoubleArrayList.withoutAll(DoubleIterable elements) SynchronizedDoubleList.withoutAll(DoubleIterable elements) UnmodifiableDoubleList.withoutAll(DoubleIterable elements) DoubleArrayList.zipDouble(DoubleIterable iterable) SynchronizedDoubleList.zipDouble(DoubleIterable iterable) UnmodifiableDoubleList.zipDouble(DoubleIterable iterable) -
Uses of DoubleIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg. -
Uses of DoubleIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RUnmodifiableMutableMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.classThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classThis file was automatically generated from template file objectPrimitiveHashMap.stg.classThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.classThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableByteDoubleMap.classA synchronized view of aMutableCharDoubleMap.classA synchronized view of aMutableDoubleDoubleMap.classA synchronized view of aMutableFloatDoubleMap.classA synchronized view of aMutableIntDoubleMap.classA synchronized view of aMutableLongDoubleMap.classA synchronized view of aMutableObjectDoubleMap.classA synchronized view of aMutableShortDoubleMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionAbstractMutableDoubleKeySet.chunk(int size) AbstractMutableDoubleValuesMap.chunk(int size) ObjectDoubleHashMap.chunk(int size) ObjectDoubleHashMapWithHashingStrategy.chunk(int size) SynchronizedByteDoubleMap.chunk(int size) SynchronizedCharDoubleMap.chunk(int size) SynchronizedDoubleDoubleMap.chunk(int size) SynchronizedFloatDoubleMap.chunk(int size) SynchronizedIntDoubleMap.chunk(int size) SynchronizedLongDoubleMap.chunk(int size) SynchronizedObjectDoubleMap.chunk(int size) SynchronizedShortDoubleMap.chunk(int size) UnmodifiableByteDoubleMap.chunk(int size) UnmodifiableCharDoubleMap.chunk(int size) UnmodifiableDoubleDoubleMap.chunk(int size) UnmodifiableFloatDoubleMap.chunk(int size) UnmodifiableIntDoubleMap.chunk(int size) UnmodifiableLongDoubleMap.chunk(int size) UnmodifiableObjectDoubleMap.chunk(int size) UnmodifiableShortDoubleMap.chunk(int size) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanAbstractMutableDoubleKeySet.addAll(DoubleIterable source) booleanAbstractMutableDoubleKeySet.containsAll(DoubleIterable source) booleanAbstractMutableDoubleValuesMap.containsAll(DoubleIterable source) booleanObjectDoubleHashMap.containsAll(DoubleIterable source) booleanObjectDoubleHashMapWithHashingStrategy.containsAll(DoubleIterable source) booleanSynchronizedByteDoubleMap.containsAll(DoubleIterable source) booleanSynchronizedCharDoubleMap.containsAll(DoubleIterable source) booleanSynchronizedDoubleDoubleMap.containsAll(DoubleIterable source) booleanSynchronizedFloatDoubleMap.containsAll(DoubleIterable source) booleanSynchronizedIntDoubleMap.containsAll(DoubleIterable source) booleanSynchronizedLongDoubleMap.containsAll(DoubleIterable source) booleanSynchronizedObjectDoubleMap.containsAll(DoubleIterable source) booleanSynchronizedShortDoubleMap.containsAll(DoubleIterable source) booleanUnmodifiableByteDoubleMap.containsAll(DoubleIterable source) booleanUnmodifiableCharDoubleMap.containsAll(DoubleIterable source) booleanUnmodifiableDoubleDoubleMap.containsAll(DoubleIterable source) booleanUnmodifiableFloatDoubleMap.containsAll(DoubleIterable source) booleanUnmodifiableIntDoubleMap.containsAll(DoubleIterable source) booleanUnmodifiableLongDoubleMap.containsAll(DoubleIterable source) booleanUnmodifiableObjectDoubleMap.containsAll(DoubleIterable source) booleanUnmodifiableShortDoubleMap.containsAll(DoubleIterable source) booleanAbstractMutableDoubleKeySet.removeAll(DoubleIterable source) AbstractMutableDoubleKeySet.withAll(DoubleIterable elements) AbstractMutableDoubleKeySet.withoutAll(DoubleIterable elements) DoubleBooleanHashMap.withoutAllKeys(DoubleIterable keys) DoubleByteHashMap.withoutAllKeys(DoubleIterable keys) DoubleCharHashMap.withoutAllKeys(DoubleIterable keys) DoubleDoubleHashMap.withoutAllKeys(DoubleIterable keys) DoubleFloatHashMap.withoutAllKeys(DoubleIterable keys) DoubleIntHashMap.withoutAllKeys(DoubleIterable keys) DoubleLongHashMap.withoutAllKeys(DoubleIterable keys) DoubleObjectHashMap.withoutAllKeys(DoubleIterable keys) DoubleShortHashMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleBooleanMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleByteMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleCharMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleDoubleMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleFloatMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleIntMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleLongMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleObjectMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleShortMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleBooleanMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleByteMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleCharMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleDoubleMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleFloatMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleIntMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleLongMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleObjectMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleShortMap.withoutAllKeys(DoubleIterable keys) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RSynchronizedByteObjectMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RSynchronizedCharObjectMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RSynchronizedDoubleObjectMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RSynchronizedFloatObjectMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RSynchronizedIntObjectMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RSynchronizedLongObjectMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RSynchronizedShortObjectMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RUnmodifiableMutableOrderedMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RUnmodifiableTreeMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveIterable.stg.classA synchronized view of a DoubleIterable.Methods in org.eclipse.collections.impl.primitive that return DoubleIterableModifier and TypeMethodDescriptionSynchronizedDoubleIterable.reject(DoublePredicate predicate) SynchronizedDoubleIterable.select(DoublePredicate predicate) Methods in org.eclipse.collections.impl.primitive that return types with arguments of type DoubleIterableMethods in org.eclipse.collections.impl.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanSynchronizedDoubleIterable.containsAll(DoubleIterable source) booleanSynchronizedDoubleIterable.containsAny(DoubleIterable source) booleanSynchronizedDoubleIterable.containsNone(DoubleIterable source) static SynchronizedDoubleIterableSynchronizedDoubleIterable.of(DoubleIterable iterable) This method will take a DoubleIterable and wrap it directly in a SynchronizedDoubleIterable.static SynchronizedDoubleIterableSynchronizedDoubleIterable.of(DoubleIterable iterable, Object lock) This method will take a DoubleIterable and wrap it directly in a SynchronizedDoubleIterable. -
Uses of DoubleIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type DoubleIterableMethods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionAbstractImmutableDoubleSet.newWithAll(DoubleIterable elements) AbstractImmutableDoubleSet.newWithoutAll(DoubleIterable elements) ImmutableDoubleSetFactoryImpl.ofAll(DoubleIterable items) ImmutableDoubleSetFactoryImpl.withAll(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.classA synchronized view of aMutableDoubleSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type DoubleIterableMethods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanDoubleHashSet.addAll(DoubleIterable source) static DoubleHashSetDoubleHashSet.newSet(DoubleIterable source) MutableDoubleSetFactoryImpl.ofAll(DoubleIterable items) booleanDoubleHashSet.removeAll(DoubleIterable source) booleanDoubleHashSet.retainAll(DoubleIterable source) DoubleHashSet.withAll(DoubleIterable elements) MutableDoubleSetFactoryImpl.withAll(DoubleIterable items) SynchronizedDoubleSet.withAll(DoubleIterable elements) UnmodifiableDoubleSet.withAll(DoubleIterable elements) DoubleHashSet.withoutAll(DoubleIterable elements) SynchronizedDoubleSet.withoutAll(DoubleIterable elements) UnmodifiableDoubleSet.withoutAll(DoubleIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type DoubleIterable -
Uses of DoubleIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of DoubleIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleStackFactoryImpl.ofAll(DoubleIterable items) ImmutableDoubleStackFactoryImpl.ofAllReversed(DoubleIterable items) ImmutableDoubleStackFactoryImpl.withAll(DoubleIterable items) ImmutableDoubleStackFactoryImpl.withAllReversed(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RArrayStack.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RSynchronizedStack.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RUnmodifiableStack.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassDoubleArrayStack is similar toArrayStack, and is memory-optimized for double primitives.classA synchronized view of aMutableDoubleStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionSynchronizedDoubleStack.chunk(int size) UnmodifiableDoubleStack.chunk(int size) Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanSynchronizedDoubleStack.containsAll(DoubleIterable source) booleanUnmodifiableDoubleStack.containsAll(DoubleIterable source) static DoubleArrayStackDoubleArrayStack.newStack(DoubleIterable items) static DoubleArrayStackDoubleArrayStack.newStackFromTopToBottom(DoubleIterable items) MutableDoubleStackFactoryImpl.ofAll(DoubleIterable items) MutableDoubleStackFactoryImpl.ofAllReversed(DoubleIterable items) MutableDoubleStackFactoryImpl.withAll(DoubleIterable items) MutableDoubleStackFactoryImpl.withAllReversed(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement DoubleIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type DoubleIterableMethods in org.eclipse.collections.impl.stack.primitive with parameters of type DoubleIterable -
Uses of DoubleIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionstatic booleanDoubleIterableIterate.allSatisfy(DoubleIterable iterable, DoublePredicate predicate) static booleanDoubleIterableIterate.anySatisfy(DoubleIterable iterable, DoublePredicate predicate) static voidDoubleIterableIterate.appendString(DoubleIterable iterable, Appendable appendable, String start, String separator, String end) static <V,R extends Collection<V>>
RDoubleIterableIterate.collect(DoubleIterable iterable, DoubleToObjectFunction<? extends V> function, R targetCollection) static intDoubleIterableIterate.count(DoubleIterable iterable, DoublePredicate predicate) static doubleDoubleIterableIterate.detectIfNone(DoubleIterable iterable, DoublePredicate predicate, double ifNone) static voidDoubleIterableIterate.forEach(DoubleIterable iterable, DoubleProcedure procedure) static <T> TDoubleIterableIterate.injectInto(DoubleIterable iterable, T injectedValue, ObjectDoubleToObjectFunction<? super T, ? extends T> function) static booleanDoubleIterableIterate.isEmpty(DoubleIterable iterable) static doubleDoubleIterableIterate.max(DoubleIterable iterable) static doubleDoubleIterableIterate.maxIfEmpty(DoubleIterable iterable, double ifEmpty) static doubleDoubleIterableIterate.min(DoubleIterable iterable) static doubleDoubleIterableIterate.minIfEmpty(DoubleIterable iterable, double ifEmpty) static booleanDoubleIterableIterate.noneSatisfy(DoubleIterable iterable, DoublePredicate predicate) static booleanDoubleIterableIterate.notEmpty(DoubleIterable iterable) static <R extends MutableDoubleCollection>
RDoubleIterableIterate.reject(DoubleIterable iterable, DoublePredicate predicate, R targetCollection) static <R extends MutableDoubleCollection>
RDoubleIterableIterate.select(DoubleIterable iterable, DoublePredicate predicate, R targetCollection) static doubleDoubleIterableIterate.sum(DoubleIterable iterable) -
Uses of DoubleIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionstatic LazyDoubleIterableLazyDoubleIterate.adapt(DoubleIterable iterable) Creates a deferred double iterable for the specified double iterable.static <V> LazyIterable<V>LazyDoubleIterate.collect(DoubleIterable iterable, DoubleToObjectFunction<? extends V> function) Creates a deferred transforming double iterable for the specified double iterable.static <V> LazyIterable<V>LazyDoubleIterate.collectIf(DoubleIterable iterable, DoublePredicate predicate, DoubleToObjectFunction<? extends V> function) Creates a deferred filtering and transforming double iterable for the specified double iterable.static <V> LazyIterable<V>LazyDoubleIterate.flatCollect(DoubleIterable iterable, DoubleToObjectFunction<? extends Iterable<V>> function) Creates a deferred transforming and flattening double iterable for the specified double iterable.static LazyDoubleIterableLazyDoubleIterate.select(DoubleIterable iterable, DoublePredicate predicate) Creates a deferred filtering double iterable for the specified double iterable.static LazyDoubleIterableLazyDoubleIterate.tap(DoubleIterable iterable, DoubleProcedure procedure) Creates a deferred tap iterable for the specified iterable.