Uses of Interface
org.eclipse.collections.api.tuple.primitive.DoubleDoublePair
Packages that use DoubleDoublePair
Package
Description
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 static utilities for creating immutable primitive collection factories.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
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 mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains classes which is used for parallel iteration through the containers.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of DoubleDoublePair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptiondefault 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 DoubleDoublePair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionDoubleDoubleMap.keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleDoublePairModifier and TypeMethodDescriptiondefault void
MutableDoubleDoubleMap.putPair
(DoubleDoublePair keyValuePair) This method allows MutableDoubleDoubleMap the ability to add an element in the form of DoubleDoublePair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type DoubleDoublePairModifier and TypeMethodDescriptiondefault MutableDoubleDoubleMap
MutableDoubleDoubleMap.withAllKeyValues
(Iterable<DoubleDoublePair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of DoubleDoublePair in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionDoubleSet.cartesianProduct
(DoubleSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthis
and b is a member ofset
. -
Uses of DoubleDoublePair in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionstatic <A,
B> LazyIterable <DoubleDoublePair> DoubleSets.cartesianProduct
(DoubleSet set1, DoubleSet set2) -
Uses of DoubleDoublePair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionImmutableDoubleArrayList.zipDouble
(DoubleIterable iterable) ImmutableDoubleEmptyList.zipDouble
(DoubleIterable iterable) ImmutableDoubleSingletonList.zipDouble
(DoubleIterable iterable) -
Uses of DoubleDoublePair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionDoubleArrayList.zipDouble
(DoubleIterable iterable) SynchronizedDoubleList.zipDouble
(DoubleIterable iterable) UnmodifiableDoubleList.zipDouble
(DoubleIterable iterable) -
Uses of DoubleDoublePair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionImmutableDoubleDoubleEmptyMap.keyValuesView()
ImmutableDoubleDoubleHashMap.keyValuesView()
ImmutableDoubleDoubleSingletonMap.keyValuesView()
-
Uses of DoubleDoublePair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return DoubleDoublePairModifier and TypeMethodDescriptionDoubleDoubleHashMap.KeyValuesView.InternalKeyValuesIterator.next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionAbstractMutableDoubleKeySet.cartesianProduct
(DoubleSet set) DoubleDoubleHashMap.KeyValuesView.iterator()
DoubleDoubleHashMap.keyValuesView()
SynchronizedDoubleDoubleMap.keyValuesView()
UnmodifiableDoubleDoubleMap.keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleDoublePairModifier and TypeMethodDescriptionvoid
SynchronizedDoubleDoubleMap.putPair
(DoubleDoublePair keyValuePair) void
UnmodifiableDoubleDoubleMap.putPair
(DoubleDoublePair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type DoubleDoublePairModifier and TypeMethodDescriptionvoid
DoubleDoubleHashMap.KeyValuesView.each
(Procedure<? super DoubleDoublePair> procedure) <P> void
DoubleDoubleHashMap.KeyValuesView.forEachWith
(Procedure2<? super DoubleDoublePair, ? super P> procedure, P parameter) void
DoubleDoubleHashMap.KeyValuesView.forEachWithIndex
(ObjectIntProcedure<? super DoubleDoublePair> objectIntProcedure) -
Uses of DoubleDoublePair in org.eclipse.collections.impl.parallel
Fields in org.eclipse.collections.impl.parallel with type parameters of type DoubleDoublePairModifier and TypeFieldDescriptionprivate final MutableMap
<V, DoubleDoublePair> ParallelIterate.SumByDoubleProcedure.map
private final MutableMap
<V, DoubleDoublePair> ParallelIterate.SumByFloatProcedure.map
Methods in org.eclipse.collections.impl.parallel that return types with arguments of type DoubleDoublePair -
Uses of DoubleDoublePair in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionImmutableDoubleEmptySet.cartesianProduct
(DoubleSet set) ImmutableDoubleSingletonSet.cartesianProduct
(DoubleSet set) -
Uses of DoubleDoublePair in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type DoubleDoublePairModifier and TypeMethodDescriptionSynchronizedDoubleSet.cartesianProduct
(DoubleSet set) UnmodifiableDoubleSet.cartesianProduct
(DoubleSet set) -
Uses of DoubleDoublePair in org.eclipse.collections.impl.set.primitive
Methods in org.eclipse.collections.impl.set.primitive that return types with arguments of type DoubleDoublePair -
Uses of DoubleDoublePair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement DoubleDoublePairModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return DoubleDoublePairModifier and TypeMethodDescriptionstatic DoubleDoublePair
PrimitiveTuples.pair
(double one, double two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type DoubleDoublePair