Java com.google.common.collect TreeMultiset fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect TreeMultiset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect TreeMultiset.

The text is from its open source code.

Constructor

Method

intcount(@Nullable Object element)
TreeMultisetcreate(@Nullable Comparator comparator)
Creates a new, empty multiset, sorted according to the specified comparator.
TreeMultisetcreate(Iterable elements)
Creates an empty multiset containing the given initial elements, sorted according to the elements' natural order.
TreeMultisetcreate()
Creates a new, empty multiset, sorted according to the elements' natural order.
SortedMultisetheadMultiset(@Nullable E upperBound, BoundType boundType)
intsize()
SortedMultisettailMultiset(@Nullable E lowerBound, BoundType boundType)
StringtoString()
Returns a string representation of the object.