Uses of Class
org.jvnet.hk2.component.MultiMap
-
Packages that use MultiMap Package Description org.glassfish.hk2.utilities.binding org.jvnet.hk2.component -
-
Uses of MultiMap in org.glassfish.hk2.utilities.binding
Fields in org.glassfish.hk2.utilities.binding declared as MultiMap Modifier and Type Field Description (package private) MultiMap<java.lang.String,java.lang.String>
AbstractBindingBuilder. metadata
Binding metadata (e.g. -
Uses of MultiMap in org.jvnet.hk2.component
Methods in org.jvnet.hk2.component that return MultiMap Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description MultiMap(MultiMap<K,V> base)
Copy constructor.
-