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 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 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 voidMutableDoubleDoubleMap.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 MutableDoubleDoubleMapMutableDoubleDoubleMap.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 ofthisand b is a member ofset. -
Uses of DoubleDoublePair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type DoubleDoublePair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(double, double). -
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
Subclasses with type arguments of type DoubleDoublePair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type DoubleDoublePairModifier and TypeClassDescriptionclassMethods 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 TypeMethodDescriptionvoidSynchronizedDoubleDoubleMap.putPair(DoubleDoublePair keyValuePair) voidUnmodifiableDoubleDoubleMap.putPair(DoubleDoublePair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type DoubleDoublePairModifier and TypeMethodDescriptionvoidDoubleDoubleHashMap.KeyValuesView.each(Procedure<? super DoubleDoublePair> procedure) <P> voidDoubleDoubleHashMap.KeyValuesView.forEachWith(Procedure2<? super DoubleDoublePair, ? super P> procedure, P parameter) voidDoubleDoubleHashMap.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.mapprivate final MutableMap<V, DoubleDoublePair> ParallelIterate.SumByFloatProcedure.mapMethods 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 TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return DoubleDoublePairModifier and TypeMethodDescriptionstatic DoubleDoublePairPrimitiveTuples.pair(double one, double two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type DoubleDoublePair