K
V
public final class Pair<K,V> extends Object
Pair(K key, V value)
boolean
equals(Object obj)
getKey()
getValue()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair(K key, V value)
key
value
public K getKey()
public V getValue()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.