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.mutable.primitive |
This package contains implementations of the mutable primitive bag 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 |
Modifier and Type | Method | Description |
---|---|---|
ImmutableList<ShortIntPair> |
ImmutableShortBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
MutableList<ShortIntPair> |
MutableShortBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
ListIterable<ShortIntPair> |
ShortBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
ImmutableList<ShortIntPair> |
ImmutableShortBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
MutableList<ShortIntPair> |
MutableShortBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
ListIterable<ShortIntPair> |
ShortBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<ShortIntPair> |
ShortIntMap.keyValuesView() |
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.
|
Modifier and Type | Method | Description |
---|---|---|
default MutableShortIntMap |
MutableShortIntMap.withAllKeyValues(Iterable<ShortIntPair> keyValuePairs) |
Modifier and Type | Method | Description |
---|---|---|
MutableList<ShortIntPair> |
ShortHashBag.bottomOccurrences(int count) |
|
MutableList<ShortIntPair> |
SynchronizedShortBag.bottomOccurrences(int count) |
|
MutableList<ShortIntPair> |
UnmodifiableShortBag.bottomOccurrences(int count) |
|
MutableList<ShortIntPair> |
ShortHashBag.topOccurrences(int count) |
|
MutableList<ShortIntPair> |
SynchronizedShortBag.topOccurrences(int count) |
|
MutableList<ShortIntPair> |
UnmodifiableShortBag.topOccurrences(int count) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<ShortIntPair> |
ShortIntHashMap.keyValuesView() |
|
RichIterable<ShortIntPair> |
SynchronizedShortIntMap.keyValuesView() |
|
RichIterable<ShortIntPair> |
UnmodifiableShortIntMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
void |
SynchronizedShortIntMap.putPair(ShortIntPair keyValuePair) |
|
void |
UnmodifiableShortIntMap.putPair(ShortIntPair keyValuePair) |
Modifier and Type | Class | Description |
---|---|---|
class |
ShortIntPairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
Modifier and Type | Method | Description |
---|---|---|
static ShortIntPair |
PrimitiveTuples.pair(short one,
int two) |
Modifier and Type | Method | Description |
---|---|---|
int |
ShortIntPairImpl.compareTo(ShortIntPair that) |
Copyright © 2004–2019. All rights reserved.