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 thecount
least frequently occurring items.MutableList<ShortIntPair>
MutableShortBag. bottomOccurrences(int count)
Returns thecount
least frequently occurring items.ListIterable<ShortIntPair>
ShortBag. bottomOccurrences(int count)
Returns thecount
least frequently occurring items.ImmutableList<ShortIntPair>
ImmutableShortBag. topOccurrences(int count)
Returns thecount
most frequently occurring items.MutableList<ShortIntPair>
MutableShortBag. topOccurrences(int count)
Returns thecount
most frequently occurring items.ListIterable<ShortIntPair>
ShortBag. topOccurrences(int count)
Returns thecount
most 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 void
MutableShortIntMap. 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 MutableShortIntMap
MutableShortIntMap. 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 ShortIntPair
ShortIntHashMap.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 void
SynchronizedShortIntMap. putPair(ShortIntPair keyValuePair)
void
UnmodifiableShortIntMap. putPair(ShortIntPair keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortIntPair Modifier and Type Method Description void
ShortIntHashMap.KeyValuesView. each(Procedure<? super ShortIntPair> procedure)
<P> void
ShortIntHashMap.KeyValuesView. forEachWith(Procedure2<? super ShortIntPair,? super P> procedure, P parameter)
void
ShortIntHashMap.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 class
ShortIntPairImpl
This 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 ShortIntPair
PrimitiveTuples. pair(short one, int two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ShortIntPair Modifier and Type Method Description int
ShortIntPairImpl. compareTo(ShortIntPair that)
-