Uses of Class
org.jvnet.hk2.component.MultiMap

Packages that use MultiMap
org.jvnet.hk2.component   
 

Uses of MultiMap in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return MultiMap
 MultiMap<K,V> MultiMap.clone()
          Creates a copy of the map that contains the exact same key and value set.
 

Methods in org.jvnet.hk2.component with parameters of type MultiMap
 void MultiMap.mergeAll(MultiMap<K,V> another)
          This method merges all of the keys and values from another MultiMap into this MultiMap.
 

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



Copyright © 2013 Oracle Corporation. All Rights Reserved.