public class KeyValuePair extends Object implements Serializable
| Constructor and Description |
|---|
KeyValuePair() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey()
Gets the Key.
|
String |
getValue()
Gets the value.
|
int |
hashCode() |
KeyValuePair |
setKey(String newKey)
Sets the key.
|
void |
setValue(String value)
Sets the value.
|
String |
toString() |
public String getKey()
public KeyValuePair setKey(String newKey)
newKey - The key.KeyValuePair itself.public String getValue()
public void setValue(String value)
value - The value.Copyright © 2017 SDL Group. All rights reserved.