Package com.drew.lang
Class KeyValuePair
- java.lang.Object
-
- com.drew.lang.KeyValuePair
-
public class KeyValuePair extends java.lang.Object
Models a key/value pair, where both are non-nullStringValue
objects.
-
-
Constructor Summary
Constructors Constructor Description KeyValuePair(java.lang.String key, StringValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
StringValue
getValue()
-
-
-
Constructor Detail
-
KeyValuePair
public KeyValuePair(java.lang.String key, StringValue value)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getValue
public StringValue getValue()
-
-