public class KeyValuePair extends Object
Key and value are Strings.
String
KeyValuePair(String key, String value)
boolean
equals(Object obj)
getKey()
getValue()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public KeyValuePair(String key, String value)
public String getKey()
public String getValue()
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2017 SAP SE. All Rights Reserved.