Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortIntPair
Packages that use ShortIntPair
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 ShortIntPair in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return types with arguments of type ShortIntPairModifier and TypeMethodDescriptionImmutableShortBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.MutableShortBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.ShortBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.ImmutableShortBag.topOccurrences(int count) Returns thecountmost frequently occurring items.MutableShortBag.topOccurrences(int count) Returns thecountmost frequently occurring items.ShortBag.topOccurrences(int count) Returns thecountmost frequently occurring items. -
Uses of ShortIntPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ShortIntPairModifier and TypeMethodDescriptionShortIntMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortIntPairModifier and TypeMethodDescriptiondefault voidMutableShortIntMap.putPair(ShortIntPair keyValuePair) This method allows MutableShortIntMap the ability to add an element in the form of ShortIntPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ShortIntPairModifier and TypeMethodDescriptiondefault MutableShortIntMapMutableShortIntMap.withAllKeyValues(Iterable<ShortIntPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.