Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Method and Description |
---|---|
static TreeMultiset.Aggregate |
TreeMultiset.Aggregate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeMultiset.Aggregate[] |
TreeMultiset.Aggregate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private long |
TreeMultiset.aggregateAboveRange(TreeMultiset.Aggregate aggr,
TreeMultiset.AvlNode<E> node) |
private long |
TreeMultiset.aggregateBelowRange(TreeMultiset.Aggregate aggr,
TreeMultiset.AvlNode<E> node) |
private long |
TreeMultiset.aggregateForEntries(TreeMultiset.Aggregate aggr) |