N
- Type of 'Name'V
- Type of 'Value'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, trimToSize
equals, hashCode
containsAll
public ManifestHeaderProcessor.NameValueList()
public void addToCollection(String n, Map<String,String> v)
ManifestHeaderProcessor.NameValueCollection
addToCollection
in interface ManifestHeaderProcessor.NameValueCollection
public String toString()
toString
in class AbstractCollection<ManifestHeaderProcessor.NameValuePair>
Copyright © 2013. All Rights Reserved.