| 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 and Description |
|---|---|
ListIterable<ByteIntPair> |
ByteBag.bottomOccurrences(int count)
Returns the
count least frequently occurring items. |
ImmutableList<ByteIntPair> |
ImmutableByteBag.bottomOccurrences(int count)
Returns the
count least frequently occurring items. |
MutableList<ByteIntPair> |
MutableByteBag.bottomOccurrences(int count)
Returns the
count least frequently occurring items. |
ListIterable<ByteIntPair> |
ByteBag.topOccurrences(int count)
Returns the
count most frequently occurring items. |
ImmutableList<ByteIntPair> |
ImmutableByteBag.topOccurrences(int count)
Returns the
count most frequently occurring items. |
MutableList<ByteIntPair> |
MutableByteBag.topOccurrences(int count)
Returns the
count most frequently occurring items. |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<ByteIntPair> |
ByteIntMap.keyValuesView() |
| Modifier and Type | Method and Description |
|---|---|
MutableList<ByteIntPair> |
UnmodifiableByteBag.bottomOccurrences(int count) |
MutableList<ByteIntPair> |
SynchronizedByteBag.bottomOccurrences(int count) |
MutableList<ByteIntPair> |
ByteHashBag.bottomOccurrences(int count) |
MutableList<ByteIntPair> |
UnmodifiableByteBag.topOccurrences(int count) |
MutableList<ByteIntPair> |
SynchronizedByteBag.topOccurrences(int count) |
MutableList<ByteIntPair> |
ByteHashBag.topOccurrences(int count) |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<ByteIntPair> |
UnmodifiableByteIntMap.keyValuesView() |
RichIterable<ByteIntPair> |
SynchronizedByteIntMap.keyValuesView() |
RichIterable<ByteIntPair> |
ByteIntHashMap.keyValuesView() |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteIntPairImpl
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
| Modifier and Type | Method and Description |
|---|---|
static ByteIntPair |
PrimitiveTuples.pair(byte one,
int two) |
| Modifier and Type | Method and Description |
|---|---|
int |
ByteIntPairImpl.compareTo(ByteIntPair that) |
Copyright © 2004–2016. All rights reserved.