public class QueryParams extends LinkedHashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static QueryParams |
EMPTY |
| Constructor and Description |
|---|
QueryParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Generate the query string from all the [key, value] pairs
|
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 static final QueryParams EMPTY
public String toString()
toString in class AbstractMap<String,String>Copyright © 2020. All rights reserved.