Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortDoublePair
-
Packages that use ShortDoublePair Package Description 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.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 ShortDoublePair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ShortDoublePair Modifier and Type Method Description RichIterable<ShortDoublePair>
ShortDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortDoublePair Modifier and Type Method Description default void
MutableShortDoubleMap. putPair(ShortDoublePair keyValuePair)
This method allows MutableShortDoubleMap the ability to add an element in the form of ShortDoublePair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ShortDoublePair Modifier and Type Method Description default MutableShortDoubleMap
MutableShortDoubleMap. withAllKeyValues(java.lang.Iterable<ShortDoublePair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map. -
Uses of ShortDoublePair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ShortDoublePair Modifier and Type Method Description RichIterable<ShortDoublePair>
ImmutableShortDoubleEmptyMap. keyValuesView()
RichIterable<ShortDoublePair>
ImmutableShortDoubleHashMap. keyValuesView()
RichIterable<ShortDoublePair>
ImmutableShortDoubleSingletonMap. keyValuesView()
-
Uses of ShortDoublePair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ShortDoublePair Modifier and Type Method Description ShortDoublePair
ShortDoubleHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortDoublePair Modifier and Type Method Description java.util.Iterator<ShortDoublePair>
ShortDoubleHashMap.KeyValuesView. iterator()
RichIterable<ShortDoublePair>
ShortDoubleHashMap. keyValuesView()
RichIterable<ShortDoublePair>
SynchronizedShortDoubleMap. keyValuesView()
RichIterable<ShortDoublePair>
UnmodifiableShortDoubleMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortDoublePair Modifier and Type Method Description void
SynchronizedShortDoubleMap. putPair(ShortDoublePair keyValuePair)
void
UnmodifiableShortDoubleMap. putPair(ShortDoublePair keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortDoublePair Modifier and Type Method Description void
ShortDoubleHashMap.KeyValuesView. each(Procedure<? super ShortDoublePair> procedure)
<P> void
ShortDoubleHashMap.KeyValuesView. forEachWith(Procedure2<? super ShortDoublePair,? super P> procedure, P parameter)
void
ShortDoubleHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ShortDoublePair> objectIntProcedure)
-
Uses of ShortDoublePair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ShortDoublePair Modifier and Type Class Description class
ShortDoublePairImpl
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ShortDoublePair Modifier and Type Method Description static ShortDoublePair
PrimitiveTuples. pair(short one, double two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortDoublePair Modifier and Type Method Description int
ShortDoublePairImpl. compareTo(ShortDoublePair that)
-