public static class PairedTextEncodedStringNullTerminated.ValuePairs extends Object
Constructor and Description |
---|
ValuePairs() |
Modifier and Type | Method and Description |
---|---|
void |
add(Pair pair) |
void |
add(String key,
String value)
Add String Data type to the value list
|
boolean |
equals(Object obj) |
List<Pair> |
getMapping()
Return the list of values
|
int |
getNumberOfPairs() |
int |
getNumberOfValues() |
String |
toString()
Return the list of values as a single string separated by a colon,comma
|
public void add(Pair pair)
public void add(String key, String value)
value
- to add to the listpublic int getNumberOfValues()
public String toString()
public int getNumberOfPairs()
Copyright © 2005–2020 jthink.net. All rights reserved.