ModeShape Distribution 3.0.0.CR1

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

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

Uses of ListMultimap in org.modeshape.common.collection
 

Classes in org.modeshape.common.collection that implement ListMultimap
 class ArrayListMultimap<K,V>
          A Multimap implementation that uses an ArrayList 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.CR1

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