public class KeyValuePair<K,V> extends Object implements Serializable
protected K
key
protected V
value
KeyValuePair()
KeyValuePair(K key, V value)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected K key
protected V value
public KeyValuePair()
public KeyValuePair(K key, V value)
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2018. All rights reserved.