| Package | Description |
|---|---|
| com.sun.enterprise.tools.apt | |
| org.jvnet.hk2.component |
| 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.
|
Copyright © 2014 Oracle Corporation. All rights reserved.