public class KeyValuePair extends Object
KeyValuePair(String key, String value)
boolean
equals(Object obj)
String
getKey()
getValue()
int
hashCode()
isValueEmpty()
void
setKey(String key)
setValue(String value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public KeyValuePair(String key, String value)
public void setKey(String key)
public String getKey()
public void setValue(String value)
public String getValue()
public boolean isValueEmpty()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2004–2017 52north.org. All rights reserved.