| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| Modifier and Type | Method and Description |
|---|---|
ListIterable<BooleanIntPair> |
BooleanBag.bottomOccurrences(int count)
Returns the
count least frequently occurring items. |
MutableList<BooleanIntPair> |
MutableBooleanBag.bottomOccurrences(int count)
Returns the
count least frequently occurring items. |
ImmutableList<BooleanIntPair> |
ImmutableBooleanBag.bottomOccurrences(int count)
Returns the
count least frequently occurring items. |
ListIterable<BooleanIntPair> |
BooleanBag.topOccurrences(int count)
Returns the
count most frequently occurring items. |
MutableList<BooleanIntPair> |
MutableBooleanBag.topOccurrences(int count)
Returns the
count most frequently occurring items. |
ImmutableList<BooleanIntPair> |
ImmutableBooleanBag.topOccurrences(int count)
Returns the
count most frequently occurring items. |
Copyright © 2004–2023. All rights reserved.