Uses of Interface
org.eclipse.collections.api.tuple.primitive.FloatIntPair
Packages that use FloatIntPair
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of FloatIntPair in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return types with arguments of type FloatIntPairModifier and TypeMethodDescriptionFloatBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.ImmutableFloatBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.MutableFloatBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.FloatBag.topOccurrences(int count) Returns thecountmost frequently occurring items.ImmutableFloatBag.topOccurrences(int count) Returns thecountmost frequently occurring items.MutableFloatBag.topOccurrences(int count) Returns thecountmost frequently occurring items. -
Uses of FloatIntPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type FloatIntPairModifier and TypeMethodDescriptionFloatIntMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatIntPairModifier and TypeMethodDescriptiondefault voidMutableFloatIntMap.putPair(FloatIntPair keyValuePair) This method allows MutableFloatIntMap the ability to add an element in the form of FloatIntPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type FloatIntPairModifier and TypeMethodDescriptiondefault MutableFloatIntMapMutableFloatIntMap.withAllKeyValues(Iterable<FloatIntPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.