| Constructor and Description |
|---|
KeyValue(Key key,
Value value)
Creates a KeyValue, key and value should be non-null.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
getKey()
Returns the Key part of the KV pair.
|
Value |
getValue()
Returns the Value part of the KV pair.
|
String |
toString() |
Copyright (c) 2011, 2017 Oracle and/or its affiliates. All rights reserved.