java.lang.Object | +--org.apache.commons.collections.keyvalue.AbstractKeyValueAll Implemented Interfaces:
Object | The key |
Object | The value |
AbstractKeyValue(Object key, Object value) Constructs a new pair with the specified key and given value. |
Object | getKey() Gets the key from the pair. |
Object | getValue() Gets the value from the pair. |
String | toString() Gets a debugging String view of the pair. |
protected Object key
protected Object value
protected AbstractKeyValue(Object key, Object value)
public Object getKey()
public Object getValue()
public String toString()