public class KeyValue extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
key |
String |
position |
Object |
value |
| Constructor and Description |
|---|
KeyValue() |
KeyValue(String key,
Object value) |
KeyValue(String key,
String value) |
KeyValue(String key,
String position,
Object value) |
KeyValue(String key,
String position,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
Object value) |
void |
add(String key,
String value) |
void |
add(String key,
String position,
Object value) |
void |
add(String key,
String position,
String value) |
static void |
printKeyValue(List<KeyValue> values,
String prefix)
print values for key values with prefix
prefix: eg.
|
Copyright © 2021. All rights reserved.