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.AggregateTreeMultiset.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 longTreeMultiset. aggregateAboveRange(TreeMultiset.Aggregate aggr, TreeMultiset.AvlNode<E> node)private longTreeMultiset. aggregateBelowRange(TreeMultiset.Aggregate aggr, TreeMultiset.AvlNode<E> node)private longTreeMultiset. aggregateForEntries(TreeMultiset.Aggregate aggr)
-