Uses of Interface
org.eclipse.collections.api.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
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file lazyPrimitiveIterable.stg.Modifier and TypeMethodDescriptionRichIterable.collectDouble
(DoubleFunction<? super T> doubleFunction) Returns a new primitivedouble
iterable 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 DoubleIterable
DoubleIterable.tap
(DoubleProcedure procedure) Modifier and TypeMethodDescriptiondefault RichIterable<DoubleIterable>
DoubleIterable.chunk
(int size) Partitions elements in fixed size chunks.Modifier and TypeMethodDescriptiondefault boolean
DoubleIterable.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 boolean
DoubleIterable.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 boolean
DoubleIterable.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.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveBag.stg.interface
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
This file was automatically generated from template file mutablePrimitiveBag.stg.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
This file was automatically generated from template file mutablePrimitiveCollection.stg.Modifier and TypeMethodDescriptionboolean
MutableDoubleCollection.addAll
(DoubleIterable source) ImmutableDoubleCollection.newWithAll
(DoubleIterable elements) ImmutableDoubleCollection.newWithoutAll
(DoubleIterable elements) boolean
MutableDoubleCollection.removeAll
(DoubleIterable source) boolean
MutableDoubleCollection.retainAll
(DoubleIterable elements) MutableDoubleCollection.withAll
(DoubleIterable elements) MutableDoubleCollection.withoutAll
(DoubleIterable elements) -
Uses of DoubleIterable in org.eclipse.collections.api.factory.bag.primitive
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg.Modifier and TypeMethodDescriptionboolean
MutableDoubleList.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 aListIterable
formed from thisDoubleList
and anotherDoubleList
by combining corresponding elements in pairs.default ImmutableList<DoubleDoublePair>
ImmutableDoubleList.zipDouble
(DoubleIterable iterable) Returns anImmutableList
formed from thisImmutableDoubleList
and anotherDoubleList
by combining corresponding elements in pairs.default MutableList<DoubleDoublePair>
MutableDoubleList.zipDouble
(DoubleIterable iterable) Returns aMutableList
formed from thisMutableDoubleList
and anotherDoubleList
by combining corresponding elements in pairs. -
Uses of DoubleIterable in org.eclipse.collections.api.map.primitive
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitiveValuesMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file objectPrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
This file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of DoubleIterable in org.eclipse.collections.api.set.primitive
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveSet.stg.interface
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
This file was automatically generated from template file mutablePrimitiveSet.stg.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveStack.stg.interface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of DoubleIterable in org.eclipse.collections.impl
Modifier and TypeMethodDescriptionUnmodifiableRichIterable.collectDouble
(DoubleFunction<? super T> doubleFunction) Modifier and TypeMethodDescription<R extends MutableDoubleCollection>
RUnmodifiableRichIterable.flatCollectDouble
(Function<? super T, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.bag
Modifier 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
Modifier and TypeMethodDescriptionImmutableDoubleBagFactoryImpl.ofAll
(DoubleIterable items) ImmutableDoubleBagFactoryImpl.withAll
(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.impl.bag.mutable.primitive
Modifier and TypeClassDescriptionclass
DoubleHashBag is similar toHashBag
, and is memory-optimized for double primitives.class
A synchronized view of aMutableDoubleBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Modifier and TypeMethodDescriptionboolean
DoubleHashBag.addAll
(DoubleIterable source) static DoubleHashBag
DoubleHashBag.newBag
(DoubleIterable source) MutableDoubleBagFactoryImpl.ofAll
(DoubleIterable items) boolean
DoubleHashBag.removeAll
(DoubleIterable source) boolean
DoubleHashBag.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) -
Uses of DoubleIterable in org.eclipse.collections.impl.bimap
Modifier 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
Modifier and TypeMethodDescriptionUnmodifiableBiMap.collectDouble
(DoubleFunction<? super V> doubleFunction) Modifier and TypeMethodDescription<R extends MutableDoubleCollection>
RUnmodifiableBiMap.flatCollectDouble
(Function<? super V, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.collection
Modifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectDouble
(DoubleFunction<? super T> doubleFunction) Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Modifier and TypeMethodDescriptionAbstractSynchronizedDoubleCollection.chunk
(int size) AbstractUnmodifiableDoubleCollection.chunk
(int size) Modifier and TypeMethodDescriptionboolean
AbstractSynchronizedDoubleCollection.addAll
(DoubleIterable source) boolean
AbstractUnmodifiableDoubleCollection.addAll
(DoubleIterable source) boolean
AbstractSynchronizedDoubleCollection.containsAll
(DoubleIterable source) boolean
AbstractUnmodifiableDoubleCollection.containsAll
(DoubleIterable source) boolean
AbstractSynchronizedDoubleCollection.containsAny
(DoubleIterable source) boolean
AbstractUnmodifiableDoubleCollection.containsAny
(DoubleIterable source) boolean
AbstractSynchronizedDoubleCollection.containsNone
(DoubleIterable source) boolean
AbstractUnmodifiableDoubleCollection.containsNone
(DoubleIterable source) boolean
AbstractSynchronizedDoubleCollection.removeAll
(DoubleIterable source) boolean
AbstractUnmodifiableDoubleCollection.removeAll
(DoubleIterable source) boolean
AbstractSynchronizedDoubleCollection.retainAll
(DoubleIterable source) boolean
AbstractUnmodifiableDoubleCollection.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
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Modifier and TypeMethodDescriptionAbstractLazyDoubleIterable.chunk
(int size) ChunkDoubleIterable.iterator()
Modifier and TypeMethodDescriptionboolean
AbstractLazyDoubleIterable.containsAll
(DoubleIterable source) boolean
CollectDoubleIterable.containsAll
(DoubleIterable source) boolean
LazyDoubleIterableAdapter.containsAll
(DoubleIterable source) boolean
ReverseDoubleIterable.containsAll
(DoubleIterable source) boolean
SelectDoubleIterable.containsAll
(DoubleIterable source) Modifier and TypeMethodDescriptionvoid
ChunkDoubleIterable.each
(Procedure<? super DoubleIterable> procedure) ModifierConstructorDescriptionChunkDoubleIterable
(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
Modifier and TypeMethodDescriptionImmutableDoubleListFactoryImpl.ofAll
(DoubleIterable items) ImmutableDoubleListFactoryImpl.withAll
(DoubleIterable items) -
Uses of DoubleIterable in org.eclipse.collections.impl.list.mutable
Modifier 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
Modifier and TypeClassDescriptionclass
DoubleArrayList is similar to FastList, and is memory-optimized for double primitives.class
A synchronized view of aMutableDoubleList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.Modifier and TypeMethodDescriptionboolean
DoubleArrayList.addAll
(DoubleIterable source) boolean
DoubleArrayList.addAllAtIndex
(int index, DoubleIterable source) boolean
SynchronizedDoubleList.addAllAtIndex
(int index, DoubleIterable source) boolean
UnmodifiableDoubleList.addAllAtIndex
(int index, DoubleIterable source) static DoubleArrayList
DoubleArrayList.newList
(DoubleIterable source) MutableDoubleListFactoryImpl.ofAll
(DoubleIterable items) boolean
DoubleArrayList.removeAll
(DoubleIterable source) boolean
DoubleArrayList.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
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg. -
Uses of DoubleIterable in org.eclipse.collections.impl.map.mutable
Modifier 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
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableByteDoubleMap
.class
A synchronized view of aMutableCharDoubleMap
.class
A synchronized view of aMutableDoubleDoubleMap
.class
A synchronized view of aMutableFloatDoubleMap
.class
A synchronized view of aMutableIntDoubleMap
.class
A synchronized view of aMutableLongDoubleMap
.class
A synchronized view of aMutableObjectDoubleMap
.class
A synchronized view of aMutableShortDoubleMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Modifier 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) Modifier and TypeMethodDescriptionboolean
AbstractMutableDoubleKeySet.addAll
(DoubleIterable source) boolean
AbstractMutableDoubleKeySet.containsAll
(DoubleIterable source) boolean
AbstractMutableDoubleValuesMap.containsAll
(DoubleIterable source) boolean
ObjectDoubleHashMap.containsAll
(DoubleIterable source) boolean
ObjectDoubleHashMapWithHashingStrategy.containsAll
(DoubleIterable source) boolean
SynchronizedByteDoubleMap.containsAll
(DoubleIterable source) boolean
SynchronizedCharDoubleMap.containsAll
(DoubleIterable source) boolean
SynchronizedDoubleDoubleMap.containsAll
(DoubleIterable source) boolean
SynchronizedFloatDoubleMap.containsAll
(DoubleIterable source) boolean
SynchronizedIntDoubleMap.containsAll
(DoubleIterable source) boolean
SynchronizedLongDoubleMap.containsAll
(DoubleIterable source) boolean
SynchronizedObjectDoubleMap.containsAll
(DoubleIterable source) boolean
SynchronizedShortDoubleMap.containsAll
(DoubleIterable source) boolean
UnmodifiableByteDoubleMap.containsAll
(DoubleIterable source) boolean
UnmodifiableCharDoubleMap.containsAll
(DoubleIterable source) boolean
UnmodifiableDoubleDoubleMap.containsAll
(DoubleIterable source) boolean
UnmodifiableFloatDoubleMap.containsAll
(DoubleIterable source) boolean
UnmodifiableIntDoubleMap.containsAll
(DoubleIterable source) boolean
UnmodifiableLongDoubleMap.containsAll
(DoubleIterable source) boolean
UnmodifiableObjectDoubleMap.containsAll
(DoubleIterable source) boolean
UnmodifiableShortDoubleMap.containsAll
(DoubleIterable source) boolean
AbstractMutableDoubleKeySet.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) Modifier 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
Modifier 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
Modifier and TypeMethodDescription<R extends MutableDoubleCollection>
RUnmodifiableTreeMap.flatCollectDouble
(Function<? super V, ? extends DoubleIterable> function, R target) -
Uses of DoubleIterable in org.eclipse.collections.impl.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
A synchronized view of a DoubleIterable.Modifier and TypeMethodDescriptionSynchronizedDoubleIterable.reject
(DoublePredicate predicate) SynchronizedDoubleIterable.select
(DoublePredicate predicate) Modifier and TypeMethodDescriptionboolean
SynchronizedDoubleIterable.containsAll
(DoubleIterable source) boolean
SynchronizedDoubleIterable.containsAny
(DoubleIterable source) boolean
SynchronizedDoubleIterable.containsNone
(DoubleIterable source) static SynchronizedDoubleIterable
SynchronizedDoubleIterable.of
(DoubleIterable iterable) This method will take a DoubleIterable and wrap it directly in a SynchronizedDoubleIterable.static SynchronizedDoubleIterable
SynchronizedDoubleIterable.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
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Modifier 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
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.class
A synchronized view of aMutableDoubleSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Modifier and TypeMethodDescriptionboolean
DoubleHashSet.addAll
(DoubleIterable source) static DoubleHashSet
DoubleHashSet.newSet
(DoubleIterable source) MutableDoubleSetFactoryImpl.ofAll
(DoubleIterable items) boolean
DoubleHashSet.removeAll
(DoubleIterable source) boolean
DoubleHashSet.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) -
Uses of DoubleIterable in org.eclipse.collections.impl.set.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of DoubleIterable in org.eclipse.collections.impl.stack.immutable.primitive
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
DoubleArrayStack is similar toArrayStack
, and is memory-optimized for double primitives.class
A synchronized view of aMutableDoubleStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.Modifier and TypeMethodDescriptionSynchronizedDoubleStack.chunk
(int size) UnmodifiableDoubleStack.chunk
(int size) Modifier and TypeMethodDescriptionboolean
SynchronizedDoubleStack.containsAll
(DoubleIterable source) boolean
UnmodifiableDoubleStack.containsAll
(DoubleIterable source) static DoubleArrayStack
DoubleArrayStack.newStack
(DoubleIterable items) static DoubleArrayStack
DoubleArrayStack.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
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg. -
Uses of DoubleIterable in org.eclipse.collections.impl.utility.internal.primitive
Modifier and TypeMethodDescriptionstatic boolean
DoubleIterableIterate.allSatisfy
(DoubleIterable iterable, DoublePredicate predicate) static boolean
DoubleIterableIterate.anySatisfy
(DoubleIterable iterable, DoublePredicate predicate) static void
DoubleIterableIterate.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 int
DoubleIterableIterate.count
(DoubleIterable iterable, DoublePredicate predicate) static double
DoubleIterableIterate.detectIfNone
(DoubleIterable iterable, DoublePredicate predicate, double ifNone) static void
DoubleIterableIterate.forEach
(DoubleIterable iterable, DoubleProcedure procedure) static <T> T
DoubleIterableIterate.injectInto
(DoubleIterable iterable, T injectedValue, ObjectDoubleToObjectFunction<? super T, ? extends T> function) static boolean
DoubleIterableIterate.isEmpty
(DoubleIterable iterable) static double
DoubleIterableIterate.max
(DoubleIterable iterable) static double
DoubleIterableIterate.maxIfEmpty
(DoubleIterable iterable, double ifEmpty) static double
DoubleIterableIterate.min
(DoubleIterable iterable) static double
DoubleIterableIterate.minIfEmpty
(DoubleIterable iterable, double ifEmpty) static boolean
DoubleIterableIterate.noneSatisfy
(DoubleIterable iterable, DoublePredicate predicate) static boolean
DoubleIterableIterate.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 double
DoubleIterableIterate.sum
(DoubleIterable iterable) -
Uses of DoubleIterable in org.eclipse.collections.impl.utility.primitive
Modifier and TypeMethodDescriptionstatic LazyDoubleIterable
LazyDoubleIterate.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 LazyDoubleIterable
LazyDoubleIterate.select
(DoubleIterable iterable, DoublePredicate predicate) Creates a deferred filtering double iterable for the specified double iterable.static LazyDoubleIterable
LazyDoubleIterate.tap
(DoubleIterable iterable, DoubleProcedure procedure) Creates a deferred tap iterable for the specified iterable.