Package org.apache.aries.util.manifest
Class ManifestHeaderProcessor.NameValueList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<ManifestHeaderProcessor.NameValuePair>
-
- org.apache.aries.util.manifest.ManifestHeaderProcessor.NameValueList
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<ManifestHeaderProcessor.NameValuePair>,Collection<ManifestHeaderProcessor.NameValuePair>,List<ManifestHeaderProcessor.NameValuePair>,RandomAccess,ManifestHeaderProcessor.NameValueCollection
- Enclosing class:
- ManifestHeaderProcessor
public static class ManifestHeaderProcessor.NameValueList extends ArrayList<ManifestHeaderProcessor.NameValuePair> implements ManifestHeaderProcessor.NameValueCollection, List<ManifestHeaderProcessor.NameValuePair>
List of Name/Value- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NameValueList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToCollection(String n, Map<String,String> v)Add this Name & Value to the collection.StringtoString()-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.util.AbstractCollection
containsAll
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Method Detail
-
addToCollection
public void addToCollection(String n, Map<String,String> v)
Description copied from interface:ManifestHeaderProcessor.NameValueCollectionAdd this Name & Value to the collection.- Specified by:
addToCollectionin interfaceManifestHeaderProcessor.NameValueCollection
-
toString
public String toString()
- Overrides:
toStringin classAbstractCollection<ManifestHeaderProcessor.NameValuePair>
-
-