public class NameValuePairs
extends java.util.LinkedHashMap<java.lang.String,java.lang.String>
| Constructor and Description |
|---|
NameValuePairs()
Constructs name value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
parseInto(java.lang.String s,
NameValuePairs nvp)
Parses a string into name value pairs.
|
java.lang.String |
toString()
Show the content of this name value container as
string representation.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic java.lang.String toString()
toString in class java.util.AbstractMap<java.lang.String,java.lang.String>public static boolean parseInto(java.lang.String s,
NameValuePairs nvp)
s - stringnvp - name value pairs