Package org.apache.aries.util.manifest
Class ManifestHeaderProcessor.NameValueMap
java.lang.Object
java.util.AbstractMap<String,Map<String,String>>
java.util.HashMap<String,Map<String,String>>
org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,Map<String, String>> ManifestHeaderProcessor.NameValueCollection
- Enclosing class:
ManifestHeaderProcessor
public static class ManifestHeaderProcessor.NameValueMap
extends HashMap<String,Map<String,String>>
implements ManifestHeaderProcessor.NameValueCollection, Map<String,Map<String,String>>
Map of Name -> Value.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCodeMethods inherited from interface java.util.Map
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
-
Constructor Details
-
NameValueMap
public NameValueMap()
-
-
Method Details
-
addToCollection
Description copied from interface:ManifestHeaderProcessor.NameValueCollectionAdd this Name invalid input: '&' Value to the collection.- Specified by:
addToCollectionin interfaceManifestHeaderProcessor.NameValueCollection- Parameters:
n-v-
-
toString
-