| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<ObjectIntPair<T>> |
ImmutableBag.bottomOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
MutableBagIterable.bottomOccurrences(int count) |
ListIterable<ObjectIntPair<T>> |
Bag.bottomOccurrences(int count)
Returns the
count least frequently occurring items. |
ImmutableList<ObjectIntPair<T>> |
ImmutableBag.topOccurrences(int count) |
MutableList<ObjectIntPair<T>> |
MutableBagIterable.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() |
Copyright © 2004–2017. All rights reserved.