public static class ManifestHeaderProcessor.NameValueMap extends HashMap<String,Map<String,String>> implements ManifestHeaderProcessor.NameValueCollection, Map<String,Map<String,String>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
NameValueMap() |
Modifier and Type | Method and Description |
---|---|
void |
addToCollection(String n,
Map<String,String> v)
Add this Name & Value to the collection.
|
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public void addToCollection(String n, Map<String,String> v)
ManifestHeaderProcessor.NameValueCollection
addToCollection
in interface ManifestHeaderProcessor.NameValueCollection
Copyright © 2016. All rights reserved.