N
- Type of 'Name'V
- Type of 'Value'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, values
equals, hashCode
public ManifestHeaderProcessor.NameValueMap()
public void addToCollection(String n, Map<String,String> v)
ManifestHeaderProcessor.NameValueCollection
addToCollection
in interface ManifestHeaderProcessor.NameValueCollection
Copyright © 2012. All Rights Reserved.