Package | Description |
---|---|
com.sun.enterprise.tools.apt | |
org.jvnet.hk2.component | |
org.jvnet.hk2.config.provider |
Modifier and Type | Method and Description |
---|---|
MultiMap<String,String> |
InhabitantMetadataProcessor.process(TypeElement d) |
Modifier and Type | Method and Description |
---|---|
protected void |
InhabitantMetadataProcessor.check(TypeElement d,
MultiMap<String,String> result) |
Modifier and Type | Method and Description |
---|---|
MultiMap<K,V> |
MultiMap.clone()
Creates a copy of the map that contains the exact same key and value set.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiMap.mergeAll(MultiMap<K,V> another)
This method merges all of the keys and values from another
MultiMap into this MultiMap.
|
Constructor and Description |
---|
MultiMap(MultiMap<K,V> base)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigTransaction.created(Object created,
String name,
MultiMap<String,String> metadata)
Add configuration beans to the transaction.
|
Copyright © 2009–2015 Oracle Corporation. All rights reserved.