Package | Description |
---|---|
com.sun.xml.ws.util |
Modifier and Type | Method and Description |
---|---|
QNameMap<V> |
QNameMap.putAll(Map<QName,? extends V> map) |
QNameMap<V> |
QNameMap.putAll(QNameMap<? extends V> map)
Copies all of the mappings from the specified map to this map
These mappings will replace any mappings that
this map had for any of the keys currently in the specified map.
|
Modifier and Type | Method and Description |
---|---|
QNameMap<V> |
QNameMap.putAll(QNameMap<? extends V> map)
Copies all of the mappings from the specified map to this map
These mappings will replace any mappings that
this map had for any of the keys currently in the specified map.
|
Copyright © 2015 Oracle Corporation. All rights reserved.