Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortIntPair
-
Packages that use ShortIntPair Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.tuple.primitive -
-
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 ShortIntPair Modifier and Type Method Description ImmutableList<ShortIntPair>ImmutableShortBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.MutableList<ShortIntPair>MutableShortBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.ListIterable<ShortIntPair>ShortBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.ImmutableList<ShortIntPair>ImmutableShortBag. topOccurrences(int count)Returns thecountmost frequently occurring items.MutableList<ShortIntPair>MutableShortBag. topOccurrences(int count)Returns thecountmost frequently occurring items.ListIterable<ShortIntPair>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 ShortIntPair Modifier and Type Method Description RichIterable<ShortIntPair>ShortIntMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortIntPair Modifier and Type Method Description default 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 ShortIntPair Modifier and Type Method Description default MutableShortIntMapMutableShortIntMap. withAllKeyValues(java.lang.Iterable<ShortIntPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map. -
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 ShortIntPair Modifier and Type Method Description ImmutableList<ShortIntPair>ImmutableShortEmptyBag. bottomOccurrences(int count)ImmutableList<ShortIntPair>ImmutableShortHashBag. bottomOccurrences(int count)ImmutableList<ShortIntPair>ImmutableShortSingletonBag. bottomOccurrences(int count)ImmutableList<ShortIntPair>ImmutableShortEmptyBag. topOccurrences(int count)ImmutableList<ShortIntPair>ImmutableShortHashBag. topOccurrences(int count)ImmutableList<ShortIntPair>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 ShortIntPair Modifier and Type Method Description MutableList<ShortIntPair>ShortHashBag. bottomOccurrences(int count)MutableList<ShortIntPair>SynchronizedShortBag. bottomOccurrences(int count)MutableList<ShortIntPair>UnmodifiableShortBag. bottomOccurrences(int count)protected MutableList<ShortIntPair>ShortHashBag. occurrencesSortingBy(int n, IntFunction<ShortIntPair> function, MutableList<ShortIntPair> returnWhenEmpty)protected MutableList<ShortIntPair>ShortHashBag. toListWithOccurrences()MutableList<ShortIntPair>ShortHashBag. topOccurrences(int count)MutableList<ShortIntPair>SynchronizedShortBag. topOccurrences(int count)MutableList<ShortIntPair>UnmodifiableShortBag. topOccurrences(int count)Method parameters in org.eclipse.collections.impl.bag.mutable.primitive with type arguments of type ShortIntPair Modifier and Type Method Description protected 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 ShortIntPair Modifier and Type Method Description RichIterable<ShortIntPair>ImmutableShortIntEmptyMap. keyValuesView()RichIterable<ShortIntPair>ImmutableShortIntHashMap. keyValuesView()RichIterable<ShortIntPair>ImmutableShortIntSingletonMap. keyValuesView() -
Uses of ShortIntPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ShortIntPair Modifier and Type Method Description ShortIntPairShortIntHashMap.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortIntPair Modifier and Type Method Description java.util.Iterator<ShortIntPair>ShortIntHashMap.KeyValuesView. iterator()RichIterable<ShortIntPair>ShortIntHashMap. keyValuesView()RichIterable<ShortIntPair>SynchronizedShortIntMap. keyValuesView()RichIterable<ShortIntPair>UnmodifiableShortIntMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortIntPair Modifier and Type Method Description voidSynchronizedShortIntMap. putPair(ShortIntPair keyValuePair)voidUnmodifiableShortIntMap. putPair(ShortIntPair keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortIntPair Modifier and Type Method Description voidShortIntHashMap.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 ShortIntPair Modifier and Type Class Description classShortIntPairImplThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ShortIntPair Modifier and Type Method Description static ShortIntPairPrimitiveTuples. pair(short one, int two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortIntPair Modifier and Type Method Description intShortIntPairImpl. compareTo(ShortIntPair that)
-