Package oracle.kv
Class KeyValue
- java.lang.Object
-
- oracle.kv.KeyValue
-
public class KeyValue extends java.lang.ObjectRepresents a key/value pair.The KeyValue is used as element of input argument EntryStream<KeyValue> for
put, the key and value properties will always be non-null.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeygetKey()Returns the Key part of the KV pair.ValuegetValue()Returns the Value part of the KV pair.java.lang.StringtoString()
-