Uses of Class
org.modeshape.common.collection.AbstractMultimap

Packages that use AbstractMultimap
org.modeshape.common.collection A set of common classes for dealing with collections of other objects. 
 

Uses of AbstractMultimap in org.modeshape.common.collection
 

Subclasses of AbstractMultimap in org.modeshape.common.collection
 class ArrayListMultimap<K,V>
          A Multimap implementation that uses an ArrayList to store the values associated with a key.
 class HashMultimap<K,V>
          A Multimap implementation that uses an HashSet to store the values associated with a key.
 class LinkedHashMultimap<K,V>
          A Multimap implementation that uses an LinkedHashSet to store the values associated with a key.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.