Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectFloatPair
-
Packages that use 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.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 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 void
MutableObjectFloatMap. 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(java.lang.Iterable<ObjectFloatPair<K>> keyValuePairs)
-
Uses of ObjectFloatPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ObjectFloatPair Modifier and Type Method Description RichIterable<ObjectFloatPair<K>>
ImmutableObjectFloatEmptyMap. keyValuesView()
RichIterable<ObjectFloatPair<K>>
ImmutableObjectFloatHashMap. keyValuesView()
RichIterable<ObjectFloatPair<K>>
ImmutableObjectFloatSingletonMap. keyValuesView()
-
Uses of ObjectFloatPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectFloatPair Modifier and Type Method Description ObjectFloatPair<K>
ObjectFloatHashMap.KeyValuesView.InternalKeyValuesIterator. next()
ObjectFloatPair<K>
ObjectFloatHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ObjectFloatPair Modifier and Type Method Description java.util.Iterator<ObjectFloatPair<K>>
ObjectFloatHashMap.KeyValuesView. iterator()
java.util.Iterator<ObjectFloatPair<K>>
ObjectFloatHashMapWithHashingStrategy.KeyValuesView. iterator()
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 void
SynchronizedObjectFloatMap. putPair(ObjectFloatPair<K> keyValuePair)
void
UnmodifiableObjectFloatMap. putPair(ObjectFloatPair<K> keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ObjectFloatPair Modifier and Type Method Description void
ObjectFloatHashMap.KeyValuesView. each(Procedure<? super ObjectFloatPair<K>> procedure)
void
ObjectFloatHashMapWithHashingStrategy.KeyValuesView. each(Procedure<? super ObjectFloatPair<K>> procedure)
<P> void
ObjectFloatHashMap.KeyValuesView. forEachWith(Procedure2<? super ObjectFloatPair<K>,? super P> procedure, P parameter)
<P> void
ObjectFloatHashMapWithHashingStrategy.KeyValuesView. forEachWith(Procedure2<? super ObjectFloatPair<K>,? super P> procedure, P parameter)
void
ObjectFloatHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectFloatPair<K>> objectIntProcedure)
void
ObjectFloatHashMapWithHashingStrategy.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ObjectFloatPair<K>> objectIntProcedure)
-
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 class
ObjectFloatPairImpl<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 int
ObjectFloatPairImpl. compareTo(ObjectFloatPair<T> that)
-