public class KeyValuePair
extends java.lang.Object
Constructor and Description |
---|
KeyValuePair(java.lang.String key,
java.lang.String value)
Create a new KeyValuePair with the given key
and value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
The key of this KeyValuePair.
|
java.lang.String |
getValue()
The value of this KeyValuePair.
|