Uses of Enum Class
com.google.common.collect.TreeMultiset.Aggregate
Packages that use TreeMultiset.Aggregate
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of TreeMultiset.Aggregate in com.google.common.collect
Methods in com.google.common.collect that return TreeMultiset.AggregateModifier and TypeMethodDescriptionstatic TreeMultiset.Aggregate
Returns the enum constant of this class with the specified name.static TreeMultiset.Aggregate[]
TreeMultiset.Aggregate.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.collect with parameters of type TreeMultiset.AggregateModifier and TypeMethodDescriptionprivate 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)