Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectFloatPair
Packages that use ObjectFloatPair
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 immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
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 ObjectFloatPairModifier and TypeMethodDescriptionObjectFloatMap.keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectFloatPairModifier and TypeMethodDescriptiondefault 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 ObjectFloatPairModifier and TypeMethodDescriptiondefault MutableObjectFloatMap
<K> MutableObjectFloatMap.withAllKeyValues
(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 ObjectFloatPairModifier and TypeMethodDescriptionImmutableObjectFloatEmptyMap.keyValuesView()
ImmutableObjectFloatHashMap.keyValuesView()
ImmutableObjectFloatSingletonMap.keyValuesView()
-
Uses of ObjectFloatPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectFloatPairModifier and TypeMethodDescriptionObjectFloatHashMap.KeyValuesView.InternalKeyValuesIterator.next()
ObjectFloatHashMapWithHashingStrategy.KeyValuesView.InternalKeyValuesIterator.next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ObjectFloatPairModifier and TypeMethodDescriptionObjectFloatHashMap.KeyValuesView.iterator()
ObjectFloatHashMapWithHashingStrategy.KeyValuesView.iterator()
ObjectFloatHashMap.keyValuesView()
ObjectFloatHashMapWithHashingStrategy.keyValuesView()
SynchronizedObjectFloatMap.keyValuesView()
UnmodifiableObjectFloatMap.keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectFloatPairModifier and TypeMethodDescriptionvoid
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 ObjectFloatPairModifier and TypeMethodDescriptionvoid
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 ObjectFloatPairModifier and TypeClassDescriptionclass
This file was automatically generated from template file objectPrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ObjectFloatPairModifier and TypeMethodDescriptionstatic <T> ObjectFloatPair
<T> PrimitiveTuples.pair
(T one, float two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ObjectFloatPair