Uses of Interface
org.glassfish.hk2.MultiMap

Packages that use MultiMap
org.jvnet.hk2.component   
org.jvnet.hk2.deprecated.internal   
 

Uses of MultiMap in org.jvnet.hk2.component
 

Classes in org.jvnet.hk2.component that implement MultiMap
 class MultiMap<K,V>
          Deprecated. 
 

Methods in org.jvnet.hk2.component with parameters of type MultiMap
 void MultiMap.mergeAll(MultiMap<K,V> another)
          Deprecated.  
 

Constructors in org.jvnet.hk2.component with parameters of type MultiMap
MultiMap(MultiMap<K,V> base)
          Deprecated. Copy constructor.
 

Uses of MultiMap in org.jvnet.hk2.deprecated.internal
 

Methods in org.jvnet.hk2.deprecated.internal with parameters of type MultiMap
static void Utilities.fillInMetadata(MultiMap<String,String> multi, DescriptorImpl d)
          Deprecated.  
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.