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

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

Uses of AbstractMultiset in com.google.common.collect
 

Subclasses of AbstractMultiset in com.google.common.collect
 class ConcurrentMultiset<E>
          A multiset that supports concurrent modifications and that provides atomic versions of most Multiset operations (exceptions where noted).
 class EnumMultiset<E extends Enum<E>>
          Multiset implementation backed by an EnumMap.
 class HashMultiset<E>
          Multiset implementation backed by a HashMap.
 class LinkedHashMultiset<E>
          A Multiset implementation with predictable iteration order.
 class TreeMultiset<E>
          Multiset implementation backed by a TreeMap.
 



Copyright © 2008 Google. All Rights Reserved.