Returns a mutable list view of the query parameters. @return the mutable list of entries
()
| 115 | * @return the mutable list of entries |
| 116 | */ |
| 117 | public List<Entry> asList() { |
| 118 | return entries; |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * Returns the "raw" query string representation of these parameters, suitable for passing to the |
no outgoing calls