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.
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 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. -
Uses of ShortIntPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type ShortIntPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(short, int). -
Uses of ShortIntPair in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type ShortIntPairModifier and TypeMethodDescriptionImmutableShortEmptyBag.bottomOccurrences(int count) ImmutableShortHashBag.bottomOccurrences(int count) ImmutableShortSingletonBag.bottomOccurrences(int count) ImmutableShortEmptyBag.topOccurrences(int count) ImmutableShortHashBag.topOccurrences(int count) ImmutableShortSingletonBag.topOccurrences(int count) -
Uses of ShortIntPair in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type ShortIntPairModifier and TypeMethodDescriptionShortHashBag.bottomOccurrences(int count) SynchronizedShortBag.bottomOccurrences(int count) UnmodifiableShortBag.bottomOccurrences(int count) protected MutableList<ShortIntPair> ShortHashBag.occurrencesSortingBy(int n, IntFunction<ShortIntPair> function, MutableList<ShortIntPair> returnWhenEmpty) protected MutableList<ShortIntPair> ShortHashBag.toListWithOccurrences()ShortHashBag.topOccurrences(int count) SynchronizedShortBag.topOccurrences(int count) UnmodifiableShortBag.topOccurrences(int count) Method parameters in org.eclipse.collections.impl.bag.mutable.primitive with type arguments of type ShortIntPairModifier and TypeMethodDescriptionprotected MutableList<ShortIntPair> ShortHashBag.occurrencesSortingBy(int n, IntFunction<ShortIntPair> function, MutableList<ShortIntPair> returnWhenEmpty) protected MutableList<ShortIntPair> ShortHashBag.occurrencesSortingBy(int n, IntFunction<ShortIntPair> function, MutableList<ShortIntPair> returnWhenEmpty) -
Uses of ShortIntPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ShortIntPairModifier and TypeMethodDescriptionImmutableShortIntEmptyMap.keyValuesView()ImmutableShortIntHashMap.keyValuesView()ImmutableShortIntSingletonMap.keyValuesView() -
Uses of ShortIntPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type ShortIntPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type ShortIntPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return ShortIntPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortIntPairModifier and TypeMethodDescriptionShortIntHashMap.KeyValuesView.iterator()ShortIntHashMap.keyValuesView()SynchronizedShortIntMap.keyValuesView()UnmodifiableShortIntMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortIntPairModifier and TypeMethodDescriptionvoidSynchronizedShortIntMap.putPair(ShortIntPair keyValuePair) voidUnmodifiableShortIntMap.putPair(ShortIntPair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortIntPairModifier and TypeMethodDescriptionvoidShortIntHashMap.KeyValuesView.each(Procedure<? super ShortIntPair> procedure) <P> voidShortIntHashMap.KeyValuesView.forEachWith(Procedure2<? super ShortIntPair, ? super P> procedure, P parameter) voidShortIntHashMap.KeyValuesView.forEachWithIndex(ObjectIntProcedure<? super ShortIntPair> objectIntProcedure) -
Uses of ShortIntPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ShortIntPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ShortIntPairMethods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortIntPair