Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectFloatPair
| 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.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 ObjectFloatPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ObjectFloatPair Modifier and Type Method Description RichIterable<ObjectFloatPair<K>>ObjectFloatMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectFloatPair Modifier and Type Method Description default voidMutableObjectFloatMap. putPair(ObjectFloatPair<K> keyValuePair)This method allows MutableObjectFloatMap the ability to add an element in the form ofObjectFloatPair<K>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ObjectFloatPair Modifier and Type Method Description default MutableObjectFloatMap<K>MutableObjectFloatMap. withAllKeyValues(Iterable<ObjectFloatPair<K>> keyValuePairs) -
Uses of ObjectFloatPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ObjectFloatPair Modifier and Type Method Description RichIterable<ObjectFloatPair<K>>ObjectFloatHashMap. keyValuesView()RichIterable<ObjectFloatPair<K>>ObjectFloatHashMapWithHashingStrategy. keyValuesView()RichIterable<ObjectFloatPair<K>>SynchronizedObjectFloatMap. keyValuesView()RichIterable<ObjectFloatPair<K>>UnmodifiableObjectFloatMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectFloatPair Modifier and Type Method Description voidSynchronizedObjectFloatMap. putPair(ObjectFloatPair<K> keyValuePair)voidUnmodifiableObjectFloatMap. putPair(ObjectFloatPair<K> keyValuePair) -
Uses of ObjectFloatPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ObjectFloatPair Modifier and Type Class Description classObjectFloatPairImpl<T>This file was automatically generated from template file objectPrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ObjectFloatPair Modifier and Type Method Description static <T> ObjectFloatPair<T>PrimitiveTuples. pair(T one, float two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ObjectFloatPair Modifier and Type Method Description intObjectFloatPairImpl. compareTo(ObjectFloatPair<T> that)