Uses of Interface
org.eclipse.collections.api.tuple.primitive.LongFloatPair
-
Packages that use LongFloatPair 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 LongFloatPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type LongFloatPair Modifier and Type Method Description RichIterable<LongFloatPair>
LongFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type LongFloatPair Modifier and Type Method Description default void
MutableLongFloatMap. putPair(LongFloatPair keyValuePair)
This method allows MutableLongFloatMap the ability to add an element in the form of LongFloatPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type LongFloatPair Modifier and Type Method Description default MutableLongFloatMap
MutableLongFloatMap. withAllKeyValues(java.lang.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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type LongFloatPair Modifier and Type Method Description RichIterable<LongFloatPair>
ImmutableLongFloatEmptyMap. keyValuesView()
RichIterable<LongFloatPair>
ImmutableLongFloatHashMap. keyValuesView()
RichIterable<LongFloatPair>
ImmutableLongFloatSingletonMap. keyValuesView()
-
Uses of LongFloatPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LongFloatPair Modifier and Type Method Description LongFloatPair
LongFloatHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type LongFloatPair Modifier and Type Method Description java.util.Iterator<LongFloatPair>
LongFloatHashMap.KeyValuesView. iterator()
RichIterable<LongFloatPair>
LongFloatHashMap. keyValuesView()
RichIterable<LongFloatPair>
SynchronizedLongFloatMap. keyValuesView()
RichIterable<LongFloatPair>
UnmodifiableLongFloatMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongFloatPair Modifier and Type Method Description void
SynchronizedLongFloatMap. putPair(LongFloatPair keyValuePair)
void
UnmodifiableLongFloatMap. putPair(LongFloatPair keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type LongFloatPair Modifier and Type Method Description void
LongFloatHashMap.KeyValuesView. each(Procedure<? super LongFloatPair> procedure)
<P> void
LongFloatHashMap.KeyValuesView. forEachWith(Procedure2<? super LongFloatPair,? super P> procedure, P parameter)
void
LongFloatHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super LongFloatPair> objectIntProcedure)
-
Uses of LongFloatPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement LongFloatPair Modifier and Type Class Description class
LongFloatPairImpl
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return LongFloatPair Modifier and Type Method Description static LongFloatPair
PrimitiveTuples. pair(long one, float two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type LongFloatPair Modifier and Type Method Description int
LongFloatPairImpl. compareTo(LongFloatPair that)
-