Package | Description |
---|---|
org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
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.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
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 |
---|---|
MutableList<ObjectIntPair<T>> |
MutableBagIterable.bottomOccurrences(int count) |
ImmutableList<ObjectIntPair<T>> |
ImmutableBag.bottomOccurrences(int count) |
ListIterable<ObjectIntPair<T>> |
Bag.bottomOccurrences(int count)
Returns the
count least frequently occurring items. |
MutableList<ObjectIntPair<T>> |
MutableBagIterable.topOccurrences(int count) |
ImmutableList<ObjectIntPair<T>> |
ImmutableBag.topOccurrences(int count) |
ListIterable<ObjectIntPair<T>> |
Bag.topOccurrences(int count)
Returns the
count most frequently occurring items. |
Modifier and Type | Method and Description |
---|---|
RichIterable<ObjectIntPair<K>> |
ObjectIntMap.keyValuesView() |
Modifier and Type | Method and Description |
---|---|
ImmutableList<ObjectIntPair<T>> |
AbstractImmutableBag.bottomOccurrences(int n) |
ImmutableList<ObjectIntPair<T>> |
AbstractImmutableBag.topOccurrences(int n) |
Modifier and Type | Method and Description |
---|---|
MutableList<ObjectIntPair<T>> |
AbstractMutableBagIterable.bottomOccurrences(int n) |
MutableList<ObjectIntPair<T>> |
MultiReaderHashBag.bottomOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
SynchronizedBag.bottomOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
UnmodifiableBag.bottomOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
AbstractMutableBagIterable.topOccurrences(int n) |
MutableList<ObjectIntPair<T>> |
MultiReaderHashBag.topOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
SynchronizedBag.topOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
UnmodifiableBag.topOccurrences(int count) |
Modifier and Type | Method and Description |
---|---|
MutableList<ObjectIntPair<T>> |
UnmodifiableSortedBag.bottomOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
SynchronizedSortedBag.bottomOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
UnmodifiableSortedBag.topOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
SynchronizedSortedBag.topOccurrences(int count) |
Modifier and Type | Method and Description |
---|---|
RichIterable<ObjectIntPair<K>> |
ObjectIntHashMapWithHashingStrategy.keyValuesView() |
RichIterable<ObjectIntPair<K>> |
SynchronizedObjectIntMap.keyValuesView() |
RichIterable<ObjectIntPair<K>> |
ObjectIntHashMap.keyValuesView() |
RichIterable<ObjectIntPair<K>> |
UnmodifiableObjectIntMap.keyValuesView() |
Modifier and Type | Class and Description |
---|---|
class |
ObjectIntPairImpl<T>
This file was automatically generated from template file objectPrimitivePairImpl.stg
|
Modifier and Type | Method and Description |
---|---|
static <T> ObjectIntPair<T> |
PrimitiveTuples.pair(T one,
int two) |
Modifier and Type | Method and Description |
---|---|
int |
ObjectIntPairImpl.compareTo(ObjectIntPair<T> that) |
Copyright © 2004–2016. All rights reserved.