K
V
public class KeyValue<K,V> extends Object
KeyValue(K k, V v)
boolean
equals(Object obj)
getKey()
getValue()
void
setKey(K k)
setValue(V v)
String
toString()
getClass, hashCode, notify, notifyAll, wait, wait, wait
public KeyValue(K k, V v)
public V getValue()
public K getKey()
public void setKey(K k)
public void setValue(V v)
public String toString()
toString
Object
public boolean equals(Object obj)
equals
Copyright © 2020 Alibaba Cloud Computing. All rights reserved.