| 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<IntIntPair> |
ImmutableIntBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
ListIterable<IntIntPair> |
IntBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
MutableList<IntIntPair> |
MutableIntBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
ImmutableList<IntIntPair> |
ImmutableIntBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
ListIterable<IntIntPair> |
IntBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
MutableList<IntIntPair> |
MutableIntBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<IntIntPair> |
IntIntMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableList<IntIntPair> |
IntHashBag.bottomOccurrences(int count) |
|
MutableList<IntIntPair> |
SynchronizedIntBag.bottomOccurrences(int count) |
|
MutableList<IntIntPair> |
UnmodifiableIntBag.bottomOccurrences(int count) |
|
MutableList<IntIntPair> |
IntHashBag.topOccurrences(int count) |
|
MutableList<IntIntPair> |
SynchronizedIntBag.topOccurrences(int count) |
|
MutableList<IntIntPair> |
UnmodifiableIntBag.topOccurrences(int count) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<IntIntPair> |
IntIntHashMap.keyValuesView() |
|
RichIterable<IntIntPair> |
SynchronizedIntIntMap.keyValuesView() |
|
RichIterable<IntIntPair> |
UnmodifiableIntIntMap.keyValuesView() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
IntIntPairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static IntIntPair |
PrimitiveTuples.pair(int one,
int two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
IntIntPairImpl.compareTo(IntIntPair that) |
Copyright © 2004–2017. All rights reserved.