Uses of Interface
org.eclipse.collections.api.tuple.primitive.FloatObjectPair
Packages that use FloatObjectPair
Package
Description
This package contains mutable and immutable primitive list API.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
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 FloatObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type FloatObjectPairModifier and TypeMethodDescriptiondefault <T> ListIterable<FloatObjectPair<T>> Returns aListIterableformed from thisFloatListand aListIterableby combining corresponding elements in pairs.default <T> ImmutableList<FloatObjectPair<T>> Returns anImmutableListformed from thisImmutableFloatListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<FloatObjectPair<T>> Returns aMutableListformed from thisMutableFloatListand aListIterableby combining corresponding elements in pairs. -
Uses of FloatObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type FloatObjectPairModifier and TypeMethodDescriptionFloatObjectMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatObjectPairModifier and TypeMethodDescriptiondefault VMutableFloatObjectMap.putPair(FloatObjectPair<V> keyValuePair) This method allows MutableFloatObjectMap the ability to add an element in the form ofFloatObjectPair<V>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type FloatObjectPairModifier and TypeMethodDescriptiondefault MutableFloatObjectMap<V> MutableFloatObjectMap.withAllKeyValues(Iterable<FloatObjectPair<V>> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of FloatObjectPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type FloatObjectPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(float, Object). -
Uses of FloatObjectPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type FloatObjectPairModifier and TypeMethodDescription<T> ImmutableList<FloatObjectPair<T>> <T> ImmutableList<FloatObjectPair<T>> <T> ImmutableList<FloatObjectPair<T>> -
Uses of FloatObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type FloatObjectPairModifier and TypeMethodDescription<T> MutableList<FloatObjectPair<T>> <T> MutableList<FloatObjectPair<T>> <T> MutableList<FloatObjectPair<T>> -
Uses of FloatObjectPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type FloatObjectPairModifier and TypeMethodDescriptionImmutableFloatObjectEmptyMap.keyValuesView()ImmutableFloatObjectHashMap.keyValuesView()ImmutableFloatObjectSingletonMap.keyValuesView() -
Uses of FloatObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type FloatObjectPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type FloatObjectPairModifier and TypeClassDescriptionclassMethods in org.eclipse.collections.impl.map.mutable.primitive that return FloatObjectPairModifier and TypeMethodDescriptionFloatObjectHashMap.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type FloatObjectPairModifier and TypeMethodDescriptionFloatObjectHashMap.KeyValuesView.iterator()FloatObjectHashMap.keyValuesView()SynchronizedFloatObjectMap.keyValuesView()UnmodifiableFloatObjectMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatObjectPairModifier and TypeMethodDescriptionSynchronizedFloatObjectMap.putPair(FloatObjectPair<V> keyValuePair) UnmodifiableFloatObjectMap.putPair(FloatObjectPair<V> keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type FloatObjectPairModifier and TypeMethodDescriptionvoidFloatObjectHashMap.KeyValuesView.each(Procedure<? super FloatObjectPair<V>> procedure) <P> voidFloatObjectHashMap.KeyValuesView.forEachWith(Procedure2<? super FloatObjectPair<V>, ? super P> procedure, P parameter) voidFloatObjectHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super FloatObjectPair<V>> objectIntProcedure) -
Uses of FloatObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement FloatObjectPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return FloatObjectPairModifier and TypeMethodDescriptionstatic <T> FloatObjectPair<T> PrimitiveTuples.pair(float one, T two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type FloatObjectPair