public class KeyValue extends Object
KeyValues.
This is a simple value type; mutating it won't affect your Transaction or
the Database.| Constructor and Description |
|---|
KeyValue(byte[] key,
byte[] value)
Constructs a new
KeyValue from the specified key and value. |
public KeyValue(byte[] key,
byte[] value)
KeyValue from the specified key and value.key - the key portion of the pairvalue - the value portion of the pair