Uses of Class
org.apache.juneau.collections.ControlledArrayList
Packages that use ControlledArrayList
Package
Description
HTTP Header Beans
HTTP Part Beans
- 
Uses of ControlledArrayList in org.apache.juneau.collectionsMethods in org.apache.juneau.collections that return ControlledArrayListModifier and TypeMethodDescriptionControlledArrayList.setUnmodifiable()Specifies whether this bean should be unmodifiable.
- 
Uses of ControlledArrayList in org.apache.juneau.http.headerSubclasses of ControlledArrayList in org.apache.juneau.http.headerModifier and TypeClassDescriptionclassA simple list of HTTP headers with various convenience methods.static final classRepresents no header list in annotations.
- 
Uses of ControlledArrayList in org.apache.juneau.http.partSubclasses of ControlledArrayList in org.apache.juneau.http.partModifier and TypeClassDescriptionclassAn simple list of HTTP parts (form-data, query-parameters, path-parameters).static final classRepresents no part list in annotations.