ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.common.collection.Multimap

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

Uses of Multimap in org.modeshape.common.collection
 

Subinterfaces of Multimap in org.modeshape.common.collection
 interface ListMultimap<K,V>
          A collection similar to Map, but which may associate multiple values with any single key.
 

Classes in org.modeshape.common.collection that implement Multimap
 class AbstractMultimap<K,V>
          A Multimap implementation that uses an ArrayList to store the values associated with a key.
 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.
 class LinkedListMultimap<K,V>
          A Multimap implementation that uses an LinkedList to store the values associated with a key.
 


ModeShape Distribution 3.0.0.Beta4

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