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
ImmutableStack interface.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
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement DoubleIterableModifier and TypeClassDescription(package private) final classImmutableDoubleEmptyBag is an optimization forImmutableDoubleBagof size 0.(package private) final classImmutableDoubleHashBag is the non-modifiable equivalent ofDoubleHashBag.(package private) final classImmutableDoubleSingletonBag is an optimization forImmutableDoubleBagof size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleEmptyBag.chunk(int size) ImmutableDoubleHashBag.chunk(int size) ImmutableDoubleSingletonBag.chunk(int size) Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanImmutableDoubleEmptyBag.containsAll(DoubleIterable source) booleanImmutableDoubleHashBag.containsAll(DoubleIterable source) booleanImmutableDoubleSingletonBag.containsAll(DoubleIterable source) ImmutableDoubleEmptyBag.newWithAll(DoubleIterable elements) ImmutableDoubleHashBag.newWithAll(DoubleIterable elements) ImmutableDoubleSingletonBag.newWithAll(DoubleIterable elements) ImmutableDoubleEmptyBag.newWithoutAll(DoubleIterable elements) ImmutableDoubleHashBag.newWithoutAll(DoubleIterable elements) ImmutableDoubleSingletonBag.newWithoutAll(DoubleIterable elements) ImmutableDoubleBagFactoryImpl.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) final <R extends MutableDoubleCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.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.Subclasses with type arguments of type DoubleIterable in org.eclipse.collections.impl.lazy.primitiveModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.Classes in org.eclipse.collections.impl.lazy.primitive that implement interfaces with type arguments of type DoubleIterableFields in org.eclipse.collections.impl.lazy.primitive declared as DoubleIterableModifier and TypeFieldDescriptionprivate final DoubleIterableChunkDoubleIterable.adaptedprivate final DoubleIterableTapDoubleIterable.adaptedprivate final DoubleIterableLazyDoubleIterableAdapter.delegateprivate final DoubleIterableSelectDoubleIterable.delegateprivate final DoubleIterableCollectDoubleToBooleanIterable.iterableprivate final DoubleIterableCollectDoubleToByteIterable.iterableprivate final DoubleIterableCollectDoubleToCharIterable.iterableprivate final DoubleIterableCollectDoubleToDoubleIterable.iterableprivate final DoubleIterableCollectDoubleToFloatIterable.iterableprivate final DoubleIterableCollectDoubleToIntIterable.iterableprivate final DoubleIterableCollectDoubleToLongIterable.iterableprivate final DoubleIterableCollectDoubleToObjectIterable.iterableprivate final DoubleIterableCollectDoubleToShortIterable.iterableprivate final DoubleIterableFlatCollectDoubleToObjectIterable.iterableMethods 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) FlatCollectDoubleIterator(DoubleIterable iterable, DoubleToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectDoubleToObjectIterable(DoubleIterable iterable, DoubleToObjectFunction<? extends Iterable<V>> function) LazyDoubleIterableAdapter(DoubleIterable delegate) SelectDoubleIterable(DoubleIterable delegate, DoublePredicate predicate) privateSelectDoubleIterator(DoubleIterable iterable, DoublePredicate predicate) TapDoubleIterable(DoubleIterable delegate, DoubleProcedure procedure) TapDoubleIterator(DoubleIterable iterable, DoubleProcedure procedure) -
Uses of DoubleIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement DoubleIterableModifier and TypeClassDescription(package private) final classImmutableDoubleArrayList is the non-modifiable equivalent ofDoubleArrayList.(package private) final classImmutableDoubleEmptyList is an optimization forImmutableDoubleListof size 0.(package private) final classImmutableDoubleSingletonList is an optimization forImmutableDoubleListof size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleArrayList.chunk(int size) ImmutableDoubleEmptyList.chunk(int size) ImmutableDoubleSingletonList.chunk(int size) Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanImmutableDoubleArrayList.containsAll(DoubleIterable source) booleanImmutableDoubleEmptyList.containsAll(DoubleIterable source) booleanImmutableDoubleSingletonList.containsAll(DoubleIterable source) static ImmutableDoubleArrayListImmutableDoubleArrayList.newList(DoubleIterable iterable) ImmutableDoubleArrayList.newWithAll(DoubleIterable elements) ImmutableDoubleEmptyList.newWithAll(DoubleIterable elements) ImmutableDoubleSingletonList.newWithAll(DoubleIterable elements) ImmutableDoubleArrayList.newWithoutAll(DoubleIterable elements) ImmutableDoubleEmptyList.newWithoutAll(DoubleIterable elements) ImmutableDoubleSingletonList.newWithoutAll(DoubleIterable elements) ImmutableDoubleListFactoryImpl.ofAll(DoubleIterable items) ImmutableDoubleListFactoryImpl.withAll(DoubleIterable items) ImmutableDoubleArrayList.zipDouble(DoubleIterable iterable) ImmutableDoubleEmptyList.zipDouble(DoubleIterable iterable) ImmutableDoubleSingletonList.zipDouble(DoubleIterable iterable) -
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.(package private) final classImmutableByteDoubleEmptyMap is an optimization forImmutableByteDoubleMapof size 0.(package private) final classImmutableByteDoubleHashMap is the non-modifiable equivalent ofByteDoubleHashMap.(package private) final classImmutableByteDoubleSingletonMap is an optimization forImmutableByteDoubleMapof size 1.(package private) final classImmutableCharDoubleEmptyMap is an optimization forImmutableCharDoubleMapof size 0.(package private) final classImmutableCharDoubleHashMap is the non-modifiable equivalent ofCharDoubleHashMap.(package private) final classImmutableCharDoubleSingletonMap is an optimization forImmutableCharDoubleMapof size 1.(package private) final classImmutableDoubleDoubleEmptyMap is an optimization forImmutableDoubleDoubleMapof size 0.(package private) final classImmutableDoubleDoubleHashMap is the non-modifiable equivalent ofDoubleDoubleHashMap.(package private) final classImmutableDoubleDoubleSingletonMap is an optimization forImmutableDoubleDoubleMapof size 1.(package private) final classImmutableFloatDoubleEmptyMap is an optimization forImmutableFloatDoubleMapof size 0.(package private) final classImmutableFloatDoubleHashMap is the non-modifiable equivalent ofFloatDoubleHashMap.(package private) final classImmutableFloatDoubleSingletonMap is an optimization forImmutableFloatDoubleMapof size 1.(package private) final classImmutableIntDoubleEmptyMap is an optimization forImmutableIntDoubleMapof size 0.(package private) final classImmutableIntDoubleHashMap is the non-modifiable equivalent ofIntDoubleHashMap.(package private) final classImmutableIntDoubleSingletonMap is an optimization forImmutableIntDoubleMapof size 1.(package private) final classImmutableLongDoubleEmptyMap is an optimization forImmutableLongDoubleMapof size 0.(package private) final classImmutableLongDoubleHashMap is the non-modifiable equivalent ofLongDoubleHashMap.(package private) final classImmutableLongDoubleSingletonMap is an optimization forImmutableLongDoubleMapof size 1.(package private) final classImmutableObjectDoubleEmptyMap is an optimization forImmutableObjectDoubleMapof size 0.(package private) final classImmutableObjectDoubleHashMap is the non-modifiable equivalent ofObjectDoubleHashMap.(package private) final classImmutableObjectDoubleSingletonMap is an optimization forImmutableObjectDoubleMapof size 1.(package private) final classImmutableShortDoubleEmptyMap is an optimization forImmutableShortDoubleMapof size 0.(package private) final classImmutableShortDoubleHashMap is the non-modifiable equivalent ofShortDoubleHashMap.(package private) final classImmutableShortDoubleSingletonMap is an optimization forImmutableShortDoubleMapof size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionImmutableByteDoubleEmptyMap.chunk(int size) ImmutableByteDoubleHashMap.chunk(int size) ImmutableByteDoubleSingletonMap.chunk(int size) ImmutableCharDoubleEmptyMap.chunk(int size) ImmutableCharDoubleHashMap.chunk(int size) ImmutableCharDoubleSingletonMap.chunk(int size) ImmutableDoubleDoubleEmptyMap.chunk(int size) ImmutableDoubleDoubleHashMap.chunk(int size) ImmutableDoubleDoubleSingletonMap.chunk(int size) ImmutableFloatDoubleEmptyMap.chunk(int size) ImmutableFloatDoubleHashMap.chunk(int size) ImmutableFloatDoubleSingletonMap.chunk(int size) ImmutableIntDoubleEmptyMap.chunk(int size) ImmutableIntDoubleHashMap.chunk(int size) ImmutableIntDoubleSingletonMap.chunk(int size) ImmutableLongDoubleEmptyMap.chunk(int size) ImmutableLongDoubleHashMap.chunk(int size) ImmutableLongDoubleSingletonMap.chunk(int size) ImmutableObjectDoubleEmptyMap.chunk(int size) ImmutableObjectDoubleHashMap.chunk(int size) ImmutableObjectDoubleSingletonMap.chunk(int size) ImmutableShortDoubleEmptyMap.chunk(int size) ImmutableShortDoubleHashMap.chunk(int size) ImmutableShortDoubleSingletonMap.chunk(int size) Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanImmutableByteDoubleEmptyMap.containsAll(DoubleIterable source) booleanImmutableByteDoubleHashMap.containsAll(DoubleIterable source) booleanImmutableByteDoubleSingletonMap.containsAll(DoubleIterable source) booleanImmutableCharDoubleEmptyMap.containsAll(DoubleIterable source) booleanImmutableCharDoubleHashMap.containsAll(DoubleIterable source) booleanImmutableCharDoubleSingletonMap.containsAll(DoubleIterable source) booleanImmutableDoubleDoubleEmptyMap.containsAll(DoubleIterable source) booleanImmutableDoubleDoubleHashMap.containsAll(DoubleIterable source) booleanImmutableDoubleDoubleSingletonMap.containsAll(DoubleIterable source) booleanImmutableFloatDoubleEmptyMap.containsAll(DoubleIterable source) booleanImmutableFloatDoubleHashMap.containsAll(DoubleIterable source) booleanImmutableFloatDoubleSingletonMap.containsAll(DoubleIterable source) booleanImmutableIntDoubleEmptyMap.containsAll(DoubleIterable source) booleanImmutableIntDoubleHashMap.containsAll(DoubleIterable source) booleanImmutableIntDoubleSingletonMap.containsAll(DoubleIterable source) booleanImmutableLongDoubleEmptyMap.containsAll(DoubleIterable source) booleanImmutableLongDoubleHashMap.containsAll(DoubleIterable source) booleanImmutableLongDoubleSingletonMap.containsAll(DoubleIterable source) booleanImmutableObjectDoubleEmptyMap.containsAll(DoubleIterable source) booleanImmutableObjectDoubleHashMap.containsAll(DoubleIterable source) booleanImmutableObjectDoubleSingletonMap.containsAll(DoubleIterable source) booleanImmutableShortDoubleEmptyMap.containsAll(DoubleIterable source) booleanImmutableShortDoubleHashMap.containsAll(DoubleIterable source) booleanImmutableShortDoubleSingletonMap.containsAll(DoubleIterable source) ImmutableDoubleBooleanEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleBooleanHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleBooleanSingletonMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleByteEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleByteHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleByteSingletonMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleCharEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleCharHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleCharSingletonMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleDoubleEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleDoubleHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleDoubleSingletonMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleFloatEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleFloatHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleFloatSingletonMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleIntEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleIntHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleIntSingletonMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleLongEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleLongHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleLongSingletonMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleObjectEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleObjectHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleObjectSingletonMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleShortEmptyMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleShortHashMap.newWithoutAllKeys(DoubleIterable keys) ImmutableDoubleShortSingletonMap.newWithoutAllKeys(DoubleIterable keys) Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RImmutableByteObjectEmptyMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RImmutableCharObjectEmptyMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RImmutableDoubleObjectEmptyMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RImmutableFloatObjectEmptyMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RImmutableIntObjectEmptyMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RImmutableLongObjectEmptyMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) <R extends MutableDoubleCollection>
RImmutableShortObjectEmptyMap.flatCollectDouble(Function<? super V, ? extends DoubleIterable> function, R target) -
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.protected classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private class(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassA 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.AbstractDoubleValuesCollection.chunk(int size) AbstractMutableDoubleValuesMap.chunk(int size) ObjectDoubleHashMap.chunk(int size) ObjectDoubleHashMap.ValuesCollection.chunk(int size) ObjectDoubleHashMapWithHashingStrategy.chunk(int size) ObjectDoubleHashMapWithHashingStrategy.ValuesCollection.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) booleanAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection.addAll(DoubleIterable source) booleanObjectDoubleHashMap.ValuesCollection.addAll(DoubleIterable source) booleanObjectDoubleHashMapWithHashingStrategy.ValuesCollection.addAll(DoubleIterable source) booleanAbstractMutableDoubleKeySet.containsAll(DoubleIterable source) booleanAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection.containsAll(DoubleIterable source) booleanAbstractMutableDoubleValuesMap.containsAll(DoubleIterable source) booleanDoubleBooleanHashMap.KeysView.containsAll(DoubleIterable source) booleanObjectDoubleHashMap.containsAll(DoubleIterable source) booleanObjectDoubleHashMap.ValuesCollection.containsAll(DoubleIterable source) booleanObjectDoubleHashMapWithHashingStrategy.containsAll(DoubleIterable source) booleanObjectDoubleHashMapWithHashingStrategy.ValuesCollection.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) booleanAbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection.removeAll(DoubleIterable source) booleanObjectDoubleHashMap.ValuesCollection.removeAll(DoubleIterable source) booleanObjectDoubleHashMapWithHashingStrategy.ValuesCollection.removeAll(DoubleIterable source) booleanByteDoubleHashMap.ValuesCollection.retainAll(DoubleIterable source) booleanCharDoubleHashMap.ValuesCollection.retainAll(DoubleIterable source) booleanDoubleBooleanHashMap.KeySet.retainAll(DoubleIterable source) booleanDoubleByteHashMap.KeySet.retainAll(DoubleIterable source) booleanDoubleCharHashMap.KeySet.retainAll(DoubleIterable source) booleanDoubleDoubleHashMap.KeySet.retainAll(DoubleIterable source) booleanDoubleDoubleHashMap.ValuesCollection.retainAll(DoubleIterable source) booleanDoubleFloatHashMap.KeySet.retainAll(DoubleIterable source) booleanDoubleIntHashMap.KeySet.retainAll(DoubleIterable source) booleanDoubleLongHashMap.KeySet.retainAll(DoubleIterable source) booleanDoubleObjectHashMap.KeySet.retainAll(DoubleIterable source) booleanDoubleShortHashMap.KeySet.retainAll(DoubleIterable source) booleanFloatDoubleHashMap.ValuesCollection.retainAll(DoubleIterable source) booleanIntDoubleHashMap.ValuesCollection.retainAll(DoubleIterable source) booleanLongDoubleHashMap.ValuesCollection.retainAll(DoubleIterable source) booleanObjectDoubleHashMap.ValuesCollection.retainAll(DoubleIterable source) booleanObjectDoubleHashMapWithHashingStrategy.ValuesCollection.retainAll(DoubleIterable source) booleanShortDoubleHashMap.ValuesCollection.retainAll(DoubleIterable source) AbstractMutableDoubleKeySet.withAll(DoubleIterable elements) AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection.withAll(DoubleIterable elements) ObjectDoubleHashMap.ValuesCollection.withAll(DoubleIterable elements) ObjectDoubleHashMapWithHashingStrategy.ValuesCollection.withAll(DoubleIterable elements) AbstractMutableDoubleKeySet.withoutAll(DoubleIterable elements) AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection.withoutAll(DoubleIterable elements) ObjectDoubleHashMap.ValuesCollection.withoutAll(DoubleIterable elements) ObjectDoubleHashMapWithHashingStrategy.ValuesCollection.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.Fields in org.eclipse.collections.impl.primitive declared as DoubleIterableModifier and TypeFieldDescriptionprivate final DoubleIterableSynchronizedDoubleIterable.iterableMethods 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.Constructors in org.eclipse.collections.impl.primitive with parameters of type DoubleIterableModifierConstructorDescriptionprotectedSynchronizedDoubleIterable(DoubleIterable iterable) protectedSynchronizedDoubleIterable(DoubleIterable iterable, Object newLock) -
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.(package private) final classImmutableDoubleEmptySet is an optimization forImmutableDoubleSetof size 0.(package private) final classImmutableDoubleSingletonSet is an optimization forImmutableDoubleSetof size 1.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionAbstractImmutableDoubleSet.chunk(int size) ImmutableDoubleEmptySet.chunk(int size) ImmutableDoubleSingletonSet.chunk(int size) Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanImmutableDoubleEmptySet.containsAll(DoubleIterable source) booleanImmutableDoubleSingletonSet.containsAll(DoubleIterable source) AbstractImmutableDoubleSet.newWithAll(DoubleIterable elements) ImmutableDoubleEmptySet.newWithAll(DoubleIterable elements) ImmutableDoubleSingletonSet.newWithAll(DoubleIterable elements) AbstractImmutableDoubleSet.newWithoutAll(DoubleIterable elements) ImmutableDoubleEmptySet.newWithoutAll(DoubleIterable elements) ImmutableDoubleSingletonSet.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.private static final classclassA 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
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type DoubleIterableModifier and TypeMethodDescription<R extends MutableDoubleCollection>
RImmutableArrayStack.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) Deprecated.<R extends MutableDoubleCollection>
RImmutableEmptyStack.flatCollectDouble(Function<? super T, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement DoubleIterableModifier and TypeClassDescription(package private) final classImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack.(package private) final classImmutableDoubleEmptyStack is an optimization forImmutableDoubleStackof size 0.(package private) final classImmutableDoubleSingletonStack is an optimization forImmutableDoubleStackof size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type DoubleIterableModifier and TypeMethodDescriptionImmutableDoubleEmptyStack.chunk(int size) ImmutableDoubleSingletonStack.chunk(int size) Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoubleIterableModifier and TypeMethodDescriptionbooleanImmutableDoubleEmptyStack.containsAll(DoubleIterable source) booleanImmutableDoubleSingletonStack.containsAll(DoubleIterable source) static ImmutableDoubleArrayStackImmutableDoubleArrayStack.newStack(DoubleIterable iterable) static ImmutableDoubleArrayStackImmutableDoubleArrayStack.newStackFromTopToBottom(DoubleIterable items) ImmutableDoubleStackFactoryImpl.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) private static <T> StringDoubleIterableIterate.stringValueOfItem(DoubleIterable iterable, T item) 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.