public class KeyValuePair extends Object
KeyValuePair represents a object which contains a string key and a string value.| Constructor and Description |
|---|
KeyValuePair(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
KeyStringValuePair |
transform() |
public String getKey()
public String getValue()
public KeyStringValuePair transform()
Copyright © 2019 The Apache Software Foundation. All rights reserved.