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. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.modeshape.sequencer.wsdl The classes that make up the Web Service Definition Lanaguage (WSDL) 1.1 sequencer. 
org.modeshape.sequencer.xsd The classes that make up the XML Schema Document sequencer. 
 

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.
 

Uses of Multimap in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid that return Multimap
 Multimap<Path,UUID> ReferenceResolver.getUnresolved()
           
 

Uses of Multimap in org.modeshape.sequencer.wsdl
 

Fields in org.modeshape.sequencer.wsdl with type parameters of type Multimap
protected  Map<Path,Multimap<Name,Integer>> WsdlReader.namesByParentPath
           
 

Uses of Multimap in org.modeshape.sequencer.xsd
 

Fields in org.modeshape.sequencer.xsd with type parameters of type Multimap
protected  Map<Path,Multimap<Name,Integer>> XsdReader.namesByParentPath
           
 



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