| 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<LongIntPair> |
ImmutableLongBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
ListIterable<LongIntPair> |
LongBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
MutableList<LongIntPair> |
MutableLongBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
ImmutableList<LongIntPair> |
ImmutableLongBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
ListIterable<LongIntPair> |
LongBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
MutableList<LongIntPair> |
MutableLongBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<LongIntPair> |
LongIntMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableLongIntMap.putPair(LongIntPair keyValuePair) |
This method allows MutableLongIntMap the ability to add an element in the form of LongIntPair.
|
| Modifier and Type | Method | Description |
|---|---|---|
default MutableLongIntMap |
MutableLongIntMap.withAllKeyValues(java.lang.Iterable<LongIntPair> keyValuePairs) |
| Modifier and Type | Method | Description |
|---|---|---|
MutableList<LongIntPair> |
LongHashBag.bottomOccurrences(int count) |
|
MutableList<LongIntPair> |
SynchronizedLongBag.bottomOccurrences(int count) |
|
MutableList<LongIntPair> |
UnmodifiableLongBag.bottomOccurrences(int count) |
|
MutableList<LongIntPair> |
LongHashBag.topOccurrences(int count) |
|
MutableList<LongIntPair> |
SynchronizedLongBag.topOccurrences(int count) |
|
MutableList<LongIntPair> |
UnmodifiableLongBag.topOccurrences(int count) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<LongIntPair> |
LongIntHashMap.keyValuesView() |
|
RichIterable<LongIntPair> |
SynchronizedLongIntMap.keyValuesView() |
|
RichIterable<LongIntPair> |
UnmodifiableLongIntMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedLongIntMap.putPair(LongIntPair keyValuePair) |
|
void |
UnmodifiableLongIntMap.putPair(LongIntPair keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LongIntPairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static LongIntPair |
PrimitiveTuples.pair(long one,
int two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
LongIntPairImpl.compareTo(LongIntPair that) |
Copyright © 2004–2020. All rights reserved.