| Modifier and Type | Class and Description |
|---|---|
static class |
URLParam.URLParamMap.Node |
| Constructor and Description |
|---|
URLParamMap(URLParam urlParam) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,String>> |
entrySet() |
boolean |
equals(Object o) |
String |
get(Object key) |
URLParam |
getUrlParam() |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
String |
put(String key,
String value) |
void |
putAll(Map<? extends String,? extends String> m) |
String |
remove(Object key) |
int |
size() |
Collection<String> |
values() |
getClass, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic URLParamMap(URLParam urlParam)
public boolean containsKey(Object key)
containsKey in interface Map<String,String>public boolean containsValue(Object value)
containsValue in interface Map<String,String>public URLParam getUrlParam()
public boolean equals(Object o)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.