Uses of Interface
org.eclipse.collections.api.tuple.primitive.DoubleObjectPair
-
Packages that use DoubleObjectPair 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.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.tuple.primitive -
-
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 DoubleObjectPair Modifier and Type Method Description default <T> ListIterable<DoubleObjectPair<T>>
DoubleList. zip(java.lang.Iterable<T> iterable)
Returns aListIterable
formed from thisDoubleList
and aListIterable
by combining corresponding elements in pairs.default <T> ImmutableList<DoubleObjectPair<T>>
ImmutableDoubleList. zip(java.lang.Iterable<T> iterable)
Returns anImmutableList
formed from thisImmutableDoubleList
and aListIterable
by combining corresponding elements in pairs.default <T> MutableList<DoubleObjectPair<T>>
MutableDoubleList. zip(java.lang.Iterable<T> list)
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 DoubleObjectPair Modifier and Type Method Description RichIterable<DoubleObjectPair<V>>
DoubleObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleObjectPair Modifier and Type Method Description default 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 DoubleObjectPair Modifier and Type Method Description default MutableDoubleObjectMap<V>
MutableDoubleObjectMap. withAllKeyValues(java.lang.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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type DoubleObjectPair Modifier and Type Method Description <T> ImmutableList<DoubleObjectPair<T>>
ImmutableDoubleArrayList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<DoubleObjectPair<T>>
ImmutableDoubleEmptyList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<DoubleObjectPair<T>>
ImmutableDoubleSingletonList. zip(java.lang.Iterable<T> iterable)
-
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 DoubleObjectPair Modifier and Type Method Description <T> MutableList<DoubleObjectPair<T>>
DoubleArrayList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<DoubleObjectPair<T>>
SynchronizedDoubleList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<DoubleObjectPair<T>>
UnmodifiableDoubleList. zip(java.lang.Iterable<T> iterable)
-
Uses of DoubleObjectPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type DoubleObjectPair Modifier and Type Method Description RichIterable<DoubleObjectPair<V>>
ImmutableDoubleObjectEmptyMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
ImmutableDoubleObjectHashMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
ImmutableDoubleObjectSingletonMap. keyValuesView()
-
Uses of DoubleObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return DoubleObjectPair Modifier and Type Method Description DoubleObjectPair<V>
DoubleObjectHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type DoubleObjectPair Modifier and Type Method Description java.util.Iterator<DoubleObjectPair<V>>
DoubleObjectHashMap.KeyValuesView. iterator()
RichIterable<DoubleObjectPair<V>>
DoubleObjectHashMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
SynchronizedDoubleObjectMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
UnmodifiableDoubleObjectMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleObjectPair Modifier and Type Method Description V
SynchronizedDoubleObjectMap. putPair(DoubleObjectPair<V> keyValuePair)
V
UnmodifiableDoubleObjectMap. putPair(DoubleObjectPair<V> keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type DoubleObjectPair Modifier and Type Method Description void
DoubleObjectHashMap.KeyValuesView. each(Procedure<? super DoubleObjectPair<V>> procedure)
<P> void
DoubleObjectHashMap.KeyValuesView. forEachWith(Procedure2<? super DoubleObjectPair<V>,? super P> procedure, P parameter)
void
DoubleObjectHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super DoubleObjectPair<V>> objectIntProcedure)
-
Uses of DoubleObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement DoubleObjectPair Modifier and Type Class Description class
DoubleObjectPairImpl<T>
This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return DoubleObjectPair Modifier and Type Method Description static <T> DoubleObjectPair<T>
PrimitiveTuples. pair(double one, T two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type DoubleObjectPair Modifier and Type Method Description int
DoubleObjectPairImpl. compareTo(DoubleObjectPair<T> that)
-