Class URLParameterList

All Implemented Interfaces:
ICommonsCollection<URLParameter>, ICommonsIterable<URLParameter>, ICommonsList<URLParameter>, ICloneable<ICommonsList<URLParameter>>, IHasSize, IGenericImplTrait<URLParameterList>, IURLParameterList<URLParameterList>, Serializable, Cloneable, Iterable<URLParameter>, Collection<URLParameter>, List<URLParameter>, RandomAccess, SequencedCollection<URLParameter>

@NotThreadSafe public class URLParameterList extends CommonsArrayList<URLParameter> implements IURLParameterList<URLParameterList>
A list of URL parameters with a sanity API. It allows for multiple URL parameters with the same name and thereby maintaining the order of the URL parameters.
Author:
Philip Helger
See Also: