Serializable, Cloneable, Map<String,String>public class QueryParams extends LinkedHashMap<String,String>
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>| Modifier and Type | Field | Description |
|---|---|---|
static QueryParams |
EMPTY |
| Constructor | Description |
|---|---|
QueryParams() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
toString() |
equals, hashCodeclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuescompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static final QueryParams EMPTY
public String toString()
toString in class AbstractMap<String,String>Copyright © 2018. All rights reserved.