public class KeyValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
key
The key
|
long |
timeStamp
Optional time-stamp for the object.
|
java.lang.Object |
value
The value
|
Constructor and Description |
---|
KeyValue()
Create a new instance of KeyValue
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
String-based representation of the key-value.
|