public static class UrlBuilder.ParamMap extends LinkedHashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ParamMap() |
ParamMap(List<String> strings) |
ParamMap(Map<String,String> map) |
ParamMap(String... strings) |
| Modifier and Type | Method and Description |
|---|---|
void |
put(String key,
boolean value) |
void |
put(String key,
int value) |
void |
put(UrlBuilder.ParamMap params) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic ParamMap()
public ParamMap(String... strings)
public void put(String key, int value)
public void put(String key, boolean value)
public void put(UrlBuilder.ParamMap params)
Copyright © 2021. All rights reserved.