Hi Richard Sorry, I haven't noticed the words. However, it might be clearer if the first sentence in the doc says "Represents a www-form-urlencoded query string containing an ordered list of parameters".
Something else: Is it worthwhile to make the class Serializable? Thanks Max kennardconsulting wrote: > Max, > > Sure. The JavaDoc already spends a bit of time clarifying this. For example: > > "When modifying parameters, the ordering of existing parameters is > maintained. Parameters are set and removed in-place, while appended > parameters are added to the end of the query string." > > "The order the parameters are created in corresponds to the iteration order > of the Map." > > "The values in the parameter map are Lists of type String, and their > ordering is consistent with their ordering in the query string" > > But further suggestions are welcome. > > Regards, > > Richard.