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 |
|---|
ManifestHeaderProcessor.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, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCodepublic ManifestHeaderProcessor.NameValueMap()
public void addToCollection(String n, Map<String,String> v)
ManifestHeaderProcessor.NameValueCollectionaddToCollection in interface ManifestHeaderProcessor.NameValueCollectionCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.