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) |
Copyright © 2019. All rights reserved.