public class KeyValue extends Object implements Comparable<KeyValue>
public String getKey()
public void setKey(String key)
key - the key to setpublic Object getValue()
public void setValue(Object value)
value - the value to setpublic int compareTo(KeyValue o)
compareTo in interface Comparable<KeyValue>Copyright © 2013-2014 Cinovo AG. All Rights Reserved.