Uses of Class
com.google.common.collect.TreeMultiset.Aggregate
-
Packages that use TreeMultiset.Aggregate Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of TreeMultiset.Aggregate in com.google.common.collect
Methods in com.google.common.collect that return TreeMultiset.Aggregate Modifier and Type Method 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.Methods in com.google.common.collect with parameters of type TreeMultiset.Aggregate Modifier and Type Method 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)
-