Uses of Interface
org.eclipse.collections.api.tuple.primitive.DoubleObjectPair
Packages that use DoubleObjectPair
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 implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of DoubleObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type DoubleObjectPairModifier and TypeMethodDescriptiondefault <T> ListIterable<DoubleObjectPair<T>>
Returns aListIterable
formed from thisDoubleList
and aListIterable
by combining corresponding elements in pairs.default <T> ImmutableList<DoubleObjectPair<T>>
Returns anImmutableList
formed from thisImmutableDoubleList
and aListIterable
by combining corresponding elements in pairs.default <T> MutableList<DoubleObjectPair<T>>
Returns aMutableList
formed from thisMutableDoubleList
and aListIterable
by combining corresponding elements in pairs. -
Uses of DoubleObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type DoubleObjectPairModifier and TypeMethodDescriptionDoubleObjectMap.keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleObjectPairModifier and TypeMethodDescriptiondefault V
MutableDoubleObjectMap.putPair
(DoubleObjectPair<V> keyValuePair) This method allows MutableDoubleObjectMap the ability to add an element in the form ofDoubleObjectPair<V>
.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type DoubleObjectPairModifier and TypeMethodDescriptiondefault MutableDoubleObjectMap<V>
MutableDoubleObjectMap.withAllKeyValues
(Iterable<DoubleObjectPair<V>> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of DoubleObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type DoubleObjectPairModifier and TypeMethodDescription<T> MutableList<DoubleObjectPair<T>>
<T> MutableList<DoubleObjectPair<T>>
<T> MutableList<DoubleObjectPair<T>>
-
Uses of DoubleObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type DoubleObjectPairModifier and TypeMethodDescriptionDoubleObjectHashMap.keyValuesView()
SynchronizedDoubleObjectMap.keyValuesView()
UnmodifiableDoubleObjectMap.keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleObjectPairModifier and TypeMethodDescriptionSynchronizedDoubleObjectMap.putPair
(DoubleObjectPair<V> keyValuePair) UnmodifiableDoubleObjectMap.putPair
(DoubleObjectPair<V> keyValuePair) -
Uses of DoubleObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement DoubleObjectPairModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return DoubleObjectPairModifier and TypeMethodDescriptionstatic <T> DoubleObjectPair<T>
PrimitiveTuples.pair
(double one, T two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type DoubleObjectPair