ListIterable<BooleanIntPair> |
BooleanBag.bottomOccurrences(int count) |
Returns the count least frequently occurring items.
|
ImmutableList<BooleanIntPair> |
ImmutableBooleanBag.bottomOccurrences(int count) |
Returns the count least frequently occurring items.
|
MutableList<BooleanIntPair> |
MutableBooleanBag.bottomOccurrences(int count) |
Returns the count least frequently occurring items.
|
ListIterable<BooleanIntPair> |
BooleanBag.topOccurrences(int count) |
Returns the count most frequently occurring items.
|
ImmutableList<BooleanIntPair> |
ImmutableBooleanBag.topOccurrences(int count) |
Returns the count most frequently occurring items.
|
MutableList<BooleanIntPair> |
MutableBooleanBag.topOccurrences(int count) |
Returns the count most frequently occurring items.
|