Package com.drew.lang
Class KeyValuePair
- java.lang.Object
 - 
- com.drew.lang.KeyValuePair
 
 
- 
public class KeyValuePair extends java.lang.ObjectModels a key/value pair, where both are non-nullStringValueobjects. 
- 
- 
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.StringgetKey()StringValuegetValue() 
 - 
 
- 
- 
Constructor Detail
- 
KeyValuePair
public KeyValuePair(java.lang.String key, StringValue value) 
 - 
 
- 
Method Detail
- 
getKey
public java.lang.String getKey()
 
- 
getValue
public StringValue getValue()
 
 - 
 
 -