Uses of Interface
org.eclipse.collections.api.tuple.primitive.DoubleDoublePair
-
Packages that use DoubleDoublePair Package Description org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.primitive org.eclipse.collections.impl.tuple.primitive -
-
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 DoubleDoublePair Modifier and Type Method Description 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 DoubleDoublePair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type DoubleDoublePair Modifier and Type Method Description RichIterable<DoubleDoublePair>
DoubleDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleDoublePair Modifier and Type Method Description default 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 DoubleDoublePair Modifier and Type Method Description default MutableDoubleDoubleMap
MutableDoubleDoubleMap. withAllKeyValues(java.lang.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 DoubleDoublePair Modifier and Type Method Description LazyIterable<DoubleDoublePair>
DoubleSet. 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 DoubleDoublePair Modifier and Type Method Description static <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 DoubleDoublePair Modifier and Type Method Description ImmutableList<DoubleDoublePair>
ImmutableDoubleArrayList. zipDouble(DoubleIterable iterable)
ImmutableList<DoubleDoublePair>
ImmutableDoubleEmptyList. zipDouble(DoubleIterable iterable)
ImmutableList<DoubleDoublePair>
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 DoubleDoublePair Modifier and Type Method Description MutableList<DoubleDoublePair>
DoubleArrayList. zipDouble(DoubleIterable iterable)
MutableList<DoubleDoublePair>
SynchronizedDoubleList. zipDouble(DoubleIterable iterable)
MutableList<DoubleDoublePair>
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 DoubleDoublePair Modifier and Type Method Description RichIterable<DoubleDoublePair>
ImmutableDoubleDoubleEmptyMap. keyValuesView()
RichIterable<DoubleDoublePair>
ImmutableDoubleDoubleHashMap. keyValuesView()
RichIterable<DoubleDoublePair>
ImmutableDoubleDoubleSingletonMap. keyValuesView()
-
Uses of DoubleDoublePair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return DoubleDoublePair Modifier and Type Method Description DoubleDoublePair
DoubleDoubleHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type DoubleDoublePair Modifier and Type Method Description LazyIterable<DoubleDoublePair>
AbstractMutableDoubleKeySet. cartesianProduct(DoubleSet set)
java.util.Iterator<DoubleDoublePair>
DoubleDoubleHashMap.KeyValuesView. iterator()
RichIterable<DoubleDoublePair>
DoubleDoubleHashMap. keyValuesView()
RichIterable<DoubleDoublePair>
SynchronizedDoubleDoubleMap. keyValuesView()
RichIterable<DoubleDoublePair>
UnmodifiableDoubleDoubleMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleDoublePair Modifier and Type Method Description void
SynchronizedDoubleDoubleMap. putPair(DoubleDoublePair keyValuePair)
void
UnmodifiableDoubleDoubleMap. putPair(DoubleDoublePair keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type DoubleDoublePair Modifier and Type Method Description void
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 DoubleDoublePair Modifier and Type Field Description private MutableMap<V,DoubleDoublePair>
ParallelIterate.SumByDoubleProcedure. map
private MutableMap<V,DoubleDoublePair>
ParallelIterate.SumByFloatProcedure. map
Methods in org.eclipse.collections.impl.parallel that return types with arguments of type DoubleDoublePair Modifier and Type Method Description MutableMap<V,DoubleDoublePair>
ParallelIterate.SumByDoubleProcedure. getResult()
MutableMap<V,DoubleDoublePair>
ParallelIterate.SumByFloatProcedure. getResult()
-
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 DoubleDoublePair Modifier and Type Method Description LazyIterable<DoubleDoublePair>
ImmutableDoubleEmptySet. cartesianProduct(DoubleSet set)
LazyIterable<DoubleDoublePair>
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 DoubleDoublePair Modifier and Type Method Description LazyIterable<DoubleDoublePair>
SynchronizedDoubleSet. cartesianProduct(DoubleSet set)
LazyIterable<DoubleDoublePair>
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 Modifier and Type Method Description LazyIterable<DoubleDoublePair>
AbstractDoubleSet. cartesianProduct(DoubleSet set)
-
Uses of DoubleDoublePair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement DoubleDoublePair Modifier and Type Class Description class
DoubleDoublePairImpl
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return DoubleDoublePair Modifier and Type Method Description static DoubleDoublePair
PrimitiveTuples. pair(double one, double two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type DoubleDoublePair Modifier and Type Method Description int
DoubleDoublePairImpl. compareTo(DoubleDoublePair that)
-