Uses of Class
com.google.common.collect.TreeMultiset

Packages that use TreeMultiset
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of TreeMultiset in com.google.common.collect
 

Methods in com.google.common.collect that return TreeMultiset
static
<E extends java.lang.Comparable>
TreeMultiset<E>
Multisets.newTreeMultiset()
          Creates an empty TreeMultiset instance.
static
<E> TreeMultiset<E>
Multisets.newTreeMultiset(java.util.Comparator<? super E> c)
          Creates an empty TreeMultiset instance, sorted according to the specified comparator.
 



Copyright © 2008 Google. All Rights Reserved.