| Package | Description |
|---|---|
| org.jvnet.hk2.component |
| 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 © 2009–2018 Oracle Corporation. All rights reserved.