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

public static final class PartList.Void extends PartList
Represents no part list in annotations.
See Also:
  • Constructor Details

    • Void

      public Void()