Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectDoublePair
Packages that use ObjectDoublePair
Package
Description
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 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.
-
Uses of ObjectDoublePair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ObjectDoublePairModifier and TypeMethodDescriptionObjectDoubleMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectDoublePairModifier and TypeMethodDescriptiondefault voidMutableObjectDoubleMap.putPair(ObjectDoublePair<K> keyValuePair) This method allows MutableObjectDoubleMap the ability to add an element in the form ofObjectDoublePair<K>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ObjectDoublePairModifier and TypeMethodDescriptiondefault MutableObjectDoubleMap<K> MutableObjectDoubleMap.withAllKeyValues(Iterable<ObjectDoublePair<K>> keyValuePairs) -
Uses of ObjectDoublePair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type ObjectDoublePair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(Object, double). -
Uses of ObjectDoublePair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ObjectDoublePairModifier and TypeMethodDescriptionImmutableObjectDoubleEmptyMap.keyValuesView()ImmutableObjectDoubleHashMap.keyValuesView()ImmutableObjectDoubleSingletonMap.keyValuesView() -
Uses of ObjectDoublePair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type ObjectDoublePair in org.eclipse.collections.impl.map.mutable.primitiveModifier and TypeClassDescriptionprivate classprivate classClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type ObjectDoublePairModifier and TypeClassDescriptionclassclassMethods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectDoublePairModifier and TypeMethodDescriptionObjectDoubleHashMap.KeyValuesView.InternalKeyValuesIterator.next()ObjectDoubleHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ObjectDoublePairModifier and TypeMethodDescriptionObjectDoubleHashMap.KeyValuesView.iterator()ObjectDoubleHashMapWithHashingStrategy.KeyValuesView.iterator()ObjectDoubleHashMap.keyValuesView()ObjectDoubleHashMapWithHashingStrategy.keyValuesView()SynchronizedObjectDoubleMap.keyValuesView()UnmodifiableObjectDoubleMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectDoublePairModifier and TypeMethodDescriptionvoidSynchronizedObjectDoubleMap.putPair(ObjectDoublePair<K> keyValuePair) voidUnmodifiableObjectDoubleMap.putPair(ObjectDoublePair<K> keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ObjectDoublePairModifier and TypeMethodDescriptionvoidObjectDoubleHashMap.KeyValuesView.each(Procedure<? super ObjectDoublePair<K>> procedure) voidObjectDoubleHashMapWithHashingStrategy.KeyValuesView.each(Procedure<? super ObjectDoublePair<K>> procedure) <P> voidObjectDoubleHashMap.KeyValuesView.forEachWith(Procedure2<? super ObjectDoublePair<K>, ? super P> procedure, P parameter) <P> voidObjectDoubleHashMapWithHashingStrategy.KeyValuesView.forEachWith(Procedure2<? super ObjectDoublePair<K>, ? super P> procedure, P parameter) voidObjectDoubleHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ObjectDoublePair<K>> objectIntProcedure) voidObjectDoubleHashMapWithHashingStrategy.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ObjectDoublePair<K>> objectIntProcedure) -
Uses of ObjectDoublePair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ObjectDoublePairModifier and TypeClassDescriptionclassThis file was automatically generated from template file objectPrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ObjectDoublePairModifier and TypeMethodDescriptionstatic <T> ObjectDoublePair<T> PrimitiveTuples.pair(T one, double two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ObjectDoublePair