| Modifier and Type | Method and Description |
|---|---|
void |
clear()
|
boolean |
containsKey(Object
|
boolean |
containsValue(Object
|
Set |
entrySet()
|
boolean |
equals(Object
|
String |
get(Object
|
String |
getName()
|
int |
hashCode()
|
protected static boolean |
isContinued(String
|
boolean |
isEmpty()
|
Set |
keySet()
|
String |
put(String
|
void |
putAll(Map
|
String |
remove(Object
|
int |
size()
|
protected static String |
splitKeyValue(String
|
String |
toString()
|
Collection |
values()
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected static boolean isContinued(Stringline)
public StringgetName()
public void clear()
public boolean containsKey(Objectkey)
public boolean containsValue(Objectvalue)
public boolean isEmpty()
public int size()
public Collection<String > values()
public StringtoString()
public boolean equals(Objectobj)
public int hashCode()