public class KeyValuePair extends Object implements Serializable
KeyValuePair()
KeyValuePair(String key, String value)
boolean
equals(Object obj)
String
getKey()
getValue()
int
hashCode()
void
setKey(String key)
setValue(String value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public KeyValuePair()
public KeyValuePair(String key, String value)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2025. All rights reserved.