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 |
---|---|---|
ListIterable<CharIntPair> |
CharBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
ImmutableList<CharIntPair> |
ImmutableCharBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
MutableList<CharIntPair> |
MutableCharBag.bottomOccurrences(int count) |
Returns the
count least frequently occurring items. |
ListIterable<CharIntPair> |
CharBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
ImmutableList<CharIntPair> |
ImmutableCharBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
MutableList<CharIntPair> |
MutableCharBag.topOccurrences(int count) |
Returns the
count most frequently occurring items. |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<CharIntPair> |
CharIntMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
default void |
MutableCharIntMap.putPair(CharIntPair keyValuePair) |
This method allows MutableCharIntMap the ability to add an element in the form of CharIntPair.
|
Modifier and Type | Method | Description |
---|---|---|
MutableList<CharIntPair> |
CharHashBag.bottomOccurrences(int count) |
|
MutableList<CharIntPair> |
SynchronizedCharBag.bottomOccurrences(int count) |
|
MutableList<CharIntPair> |
UnmodifiableCharBag.bottomOccurrences(int count) |
|
MutableList<CharIntPair> |
CharHashBag.topOccurrences(int count) |
|
MutableList<CharIntPair> |
SynchronizedCharBag.topOccurrences(int count) |
|
MutableList<CharIntPair> |
UnmodifiableCharBag.topOccurrences(int count) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<CharIntPair> |
CharIntHashMap.keyValuesView() |
|
RichIterable<CharIntPair> |
SynchronizedCharIntMap.keyValuesView() |
|
RichIterable<CharIntPair> |
UnmodifiableCharIntMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
void |
SynchronizedCharIntMap.putPair(CharIntPair keyValuePair) |
|
void |
UnmodifiableCharIntMap.putPair(CharIntPair keyValuePair) |
Modifier and Type | Class | Description |
---|---|---|
class |
CharIntPairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
Modifier and Type | Method | Description |
---|---|---|
static CharIntPair |
PrimitiveTuples.pair(char one,
int two) |
Modifier and Type | Method | Description |
---|---|---|
int |
CharIntPairImpl.compareTo(CharIntPair that) |
Copyright © 2004–2018. All rights reserved.