public class KeyValue<K,V> extends Object
K
key
V
value
KeyValue(K key, V value)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final K key
public final V value
public KeyValue(K key, V value)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014. All rights reserved.