Package org.apache.juneau.http.part
Class PartList.Void
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
org.apache.juneau.collections.ControlledArrayList<NameValuePair>
org.apache.juneau.http.part.PartList
org.apache.juneau.http.part.PartList.Void
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterable<NameValuePair>,- Collection<NameValuePair>,- List<NameValuePair>,- RandomAccess
- Enclosing class:
- PartList
Represents no part list in annotations.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.juneau.http.part.PartListPartList.Void
- 
Field SummaryFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.juneau.http.part.PartListappend, append, append, append, append, caseInsensitive, contains, copy, create, forEach, forEach, forEachValue, forEachValue, get, get, get, getAll, getAll, getFirst, getLast, getValues, of, of, ofPairs, partIterator, partIterator, prepend, prepend, prepend, prepend, prepend, remove, remove, remove, remove, remove, resolving, resolving, set, set, set, set, set, setDefault, setDefault, setDefault, setDefault, setUnmodifiable, stream, toStringMethods inherited from class org.apache.juneau.collections.ControlledArrayListadd, add, addAll, addAll, assertModifiable, clear, isModifiable, iterator, listIterator, listIterator, overrideAdd, overrideAdd, overrideAddAll, overrideAddAll, overrideClear, overrideIterator, overrideListIterator, overrideRemove, overrideRemove, overrideRemoveAll, overrideRemoveIf, overrideReplaceAll, overrideRetainAll, overrideSet, overrideSort, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, sort, subListMethods inherited from class java.util.ArrayListclone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, lastIndexOf, removeRange, size, spliterator, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollectioncontainsAllMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArrayMethods inherited from interface java.util.ListcontainsAll
- 
Constructor Details- 
Voidpublic Void()
 
-