public class URLParamMap extends LinkedHashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
URLParamMap(String url) |
| Modifier and Type | Method and Description |
|---|---|
URLParamMap |
addParam(String name,
String value,
boolean override)
Adds a param to the existing params
|
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic URLParamMap(String url)
public URLParamMap addParam(String name, String value, boolean override)
name - the parameter namevalue - the parameter valueoverride - should an existing parameter by this name be overridden?public String toString()
toString in class AbstractMap<String,String>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}