public static class TextTerminalData.KeyValue
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
key
The key of this pair
|
java.lang.Object |
value
The value of this pair
|
| Constructor and Description |
|---|
KeyValue(java.lang.String key,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |