Uses of Class
org.apache.juneau.commons.collections.ControlledArrayList
Packages that use ControlledArrayList
Package
Description
Enhanced collection utilities that extend the standard Java Collections Framework with fluent APIs,
specialized collection types, and caching capabilities.
HTTP Header Beans
HTTP Part Beans
-
Uses of ControlledArrayList in org.apache.juneau.commons.collections
Methods in org.apache.juneau.commons.collections that return ControlledArrayListModifier and TypeMethodDescriptionControlledArrayList.setUnmodifiable()Makes this list unmodifiable through standardListinterface methods. -
Uses of ControlledArrayList in org.apache.juneau.http.header
Subclasses 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.part
Subclasses 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.