org.crosswire.common.util
Class KeyValuePair
java.lang.Object
org.crosswire.common.util.KeyValuePair
public class KeyValuePair
- extends Object
Encapsulates the key and value together.
- Author:
- chrisburrell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
private String key
value
private String value
KeyValuePair
public KeyValuePair(String key,
String value)
- Parameters:
key
- the keyvalue
- the value
getKey
public String getKey()
- Returns:
- the key
getValue
public String getValue()
- Returns:
- the value