public static class ManifestHeaderProcessor.NameValueList extends ArrayList<ManifestHeaderProcessor.NameValuePair> implements ManifestHeaderProcessor.NameValueCollection, List<ManifestHeaderProcessor.NameValuePair>
modCount| Constructor and Description |
|---|
ManifestHeaderProcessor.NameValueList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCollection(String n,
Map<String,String> v)
Add this Name & Value to the collection.
|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllpublic ManifestHeaderProcessor.NameValueList()
public void addToCollection(String n, Map<String,String> v)
ManifestHeaderProcessor.NameValueCollectionaddToCollection in interface ManifestHeaderProcessor.NameValueCollectionpublic String toString()
toString in class AbstractCollection<ManifestHeaderProcessor.NameValuePair>Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.