com.uwyn.rife.datastructures
Class KeyValue
java.lang.Object
com.uwyn.rife.datastructures.KeyValue
- All Implemented Interfaces:
- Cloneable
public class KeyValue
- extends Object
- implements Cloneable
KeyValue
public KeyValue(String key,
String value)
getKey
public String getKey()
setKey
public void setKey(String key)
toString
public String toString()
- Overrides:
toString in class Object
getValue
public String getValue()
setValue
public void setValue(String value)
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
clone
public KeyValue clone()
- Overrides:
clone in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.