Uses of Interface
org.eclipse.collections.api.tuple.primitive.LongFloatPair
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 mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of LongFloatPair in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionLongFloatMap.keyValuesView()
Returns a view of the key/value pairs in this map.Modifier and TypeMethodDescriptiondefault void
MutableLongFloatMap.putPair
(LongFloatPair keyValuePair) This method allows MutableLongFloatMap the ability to add an element in the form of LongFloatPair.Modifier and TypeMethodDescriptiondefault MutableLongFloatMap
MutableLongFloatMap.withAllKeyValues
(Iterable<LongFloatPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of LongFloatPair in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionLongFloatHashMap.keyValuesView()
SynchronizedLongFloatMap.keyValuesView()
UnmodifiableLongFloatMap.keyValuesView()
Modifier and TypeMethodDescriptionvoid
SynchronizedLongFloatMap.putPair
(LongFloatPair keyValuePair) void
UnmodifiableLongFloatMap.putPair
(LongFloatPair keyValuePair) -
Uses of LongFloatPair in org.eclipse.collections.impl.tuple.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitivePairImpl.stg