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

Packages that use MultiMap
com.sun.enterprise.tools.apt   
org.glassfish.hk2.inhabitants   
org.jvnet.hk2.component   
org.jvnet.hk2.config.provider   
org.jvnet.hk2.config.provider.internal   
 

Uses of MultiMap in com.sun.enterprise.tools.apt
 

Methods in com.sun.enterprise.tools.apt that return MultiMap
 MultiMap<String,String> InhabitantMetadataProcessor.process(com.sun.mirror.declaration.TypeDeclaration d)
           
 

Methods in com.sun.enterprise.tools.apt with parameters of type MultiMap
protected  void InhabitantMetadataProcessor.check(com.sun.mirror.declaration.TypeDeclaration d, MultiMap<String,String> result)
           
 

Uses of MultiMap in org.glassfish.hk2.inhabitants
 

Methods in org.glassfish.hk2.inhabitants that return MultiMap
static MultiMap<String,String> InhabitantFileBasedParser.buildMetadata(KeyValuePairParser kvpp)
           
 MultiMap<String,String> InhabitantParser.getMetaData()
           
 MultiMap<String,String> InhabitantFileBasedParser.getMetaData()
           
 

Methods in org.glassfish.hk2.inhabitants with parameters of type MultiMap
static void InhabitantIntrospectionScanner.populateExtraInhabitantMetaData(MultiMap<String,String> dest, AnnotatedElement ae)
          Retrieves the "extra" meta data from drilling into each annotation's methods.
 

Uses of MultiMap in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return MultiMap
 MultiMap<K,V> MultiMap.clone()
          Deprecated. Creates a copy of the map that contains the exact same key and value set.
static
<K,V> MultiMap<K,V>
MultiMap.emptyMap()
          Deprecated. Gets the singleton read-only empty multi-map.
 

Uses of MultiMap in org.jvnet.hk2.config.provider
 

Methods in org.jvnet.hk2.config.provider with parameters of type MultiMap
 void ConfigTransaction.created(Object created, String name, MultiMap<String,String> metadata)
          Add configuration beans to the transaction.
 

Uses of MultiMap in org.jvnet.hk2.config.provider.internal
 

Methods in org.jvnet.hk2.config.provider.internal with parameters of type MultiMap
 void ConfigTransactionImpl.created(Object createdConfigBean, String name, MultiMap<String,String> metadata)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.