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 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 ObjectFloatPairModifier and TypeMethodDescriptiondefault MutableObjectFloatMap<K> MutableObjectFloatMap.withAllKeyValues(Iterable<ObjectFloatPair<K>> keyValuePairs) -
Uses of ObjectFloatPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type ObjectFloatPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(Object, float). -
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
Subclasses with type arguments of type ObjectFloatPair in org.eclipse.collections.impl.map.mutable.primitiveModifier and TypeClassDescriptionprivate classprivate classClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type ObjectFloatPairModifier and TypeClassDescriptionclassclassMethods 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 TypeMethodDescriptionvoidSynchronizedObjectFloatMap.putPair(ObjectFloatPair<K> keyValuePair) voidUnmodifiableObjectFloatMap.putPair(ObjectFloatPair<K> keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ObjectFloatPairModifier and TypeMethodDescriptionvoidObjectFloatHashMap.KeyValuesView.each(Procedure<? super ObjectFloatPair<K>> procedure) voidObjectFloatHashMapWithHashingStrategy.KeyValuesView.each(Procedure<? super ObjectFloatPair<K>> procedure) <P> voidObjectFloatHashMap.KeyValuesView.forEachWith(Procedure2<? super ObjectFloatPair<K>, ? super P> procedure, P parameter) <P> voidObjectFloatHashMapWithHashingStrategy.KeyValuesView.forEachWith(Procedure2<? super ObjectFloatPair<K>, ? super P> procedure, P parameter) voidObjectFloatHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ObjectFloatPair<K>> objectIntProcedure) voidObjectFloatHashMapWithHashingStrategy.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 TypeClassDescriptionclassThis 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