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.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag 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 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. -
Uses of FloatIntPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type FloatIntPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(float, int). -
Uses of FloatIntPair in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type FloatIntPairModifier and TypeMethodDescriptionImmutableFloatEmptyBag.bottomOccurrences(int count) ImmutableFloatHashBag.bottomOccurrences(int count) ImmutableFloatSingletonBag.bottomOccurrences(int count) ImmutableFloatEmptyBag.topOccurrences(int count) ImmutableFloatHashBag.topOccurrences(int count) ImmutableFloatSingletonBag.topOccurrences(int count) -
Uses of FloatIntPair in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type FloatIntPairModifier and TypeMethodDescriptionFloatHashBag.bottomOccurrences(int count) SynchronizedFloatBag.bottomOccurrences(int count) UnmodifiableFloatBag.bottomOccurrences(int count) protected MutableList<FloatIntPair> FloatHashBag.occurrencesSortingBy(int n, IntFunction<FloatIntPair> function, MutableList<FloatIntPair> returnWhenEmpty) protected MutableList<FloatIntPair> FloatHashBag.toListWithOccurrences()FloatHashBag.topOccurrences(int count) SynchronizedFloatBag.topOccurrences(int count) UnmodifiableFloatBag.topOccurrences(int count) Method parameters in org.eclipse.collections.impl.bag.mutable.primitive with type arguments of type FloatIntPairModifier and TypeMethodDescriptionprotected MutableList<FloatIntPair> FloatHashBag.occurrencesSortingBy(int n, IntFunction<FloatIntPair> function, MutableList<FloatIntPair> returnWhenEmpty) protected MutableList<FloatIntPair> FloatHashBag.occurrencesSortingBy(int n, IntFunction<FloatIntPair> function, MutableList<FloatIntPair> returnWhenEmpty) -
Uses of FloatIntPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type FloatIntPairModifier and TypeMethodDescriptionImmutableFloatIntEmptyMap.keyValuesView()ImmutableFloatIntHashMap.keyValuesView()ImmutableFloatIntSingletonMap.keyValuesView() -
Uses of FloatIntPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type FloatIntPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type FloatIntPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return FloatIntPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type FloatIntPairModifier and TypeMethodDescriptionFloatIntHashMap.KeyValuesView.iterator()FloatIntHashMap.keyValuesView()SynchronizedFloatIntMap.keyValuesView()UnmodifiableFloatIntMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatIntPairModifier and TypeMethodDescriptionvoidSynchronizedFloatIntMap.putPair(FloatIntPair keyValuePair) voidUnmodifiableFloatIntMap.putPair(FloatIntPair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type FloatIntPairModifier and TypeMethodDescriptionvoidFloatIntHashMap.KeyValuesView.each(Procedure<? super FloatIntPair> procedure) <P> voidFloatIntHashMap.KeyValuesView.forEachWith(Procedure2<? super FloatIntPair, ? super P> procedure, P parameter) voidFloatIntHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super FloatIntPair> objectIntProcedure) -
Uses of FloatIntPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement FloatIntPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return FloatIntPairMethods in org.eclipse.collections.impl.tuple.primitive with parameters of type FloatIntPair