K
V
public final class Pair<K,V> extends Object implements Map.Entry<K,V>, Serializable
Pair()
Pair(K key, V value)
boolean
equals(Object obj)
getKey()
getValue()
int
hashCode()
void
setKey(K key)
setValue(V value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(K key, V value)
key
value
public boolean equals(Object obj)
equals
Map.Entry<K,V>
Object
Object.equals(java.lang.Object)
public K getKey()
getKey
public V getValue()
getValue
public int hashCode()
hashCode
Object.hashCode()
public void setKey(K key)
public V setValue(V value)
setValue
Copyright © 2009–2014 IRD. All rights reserved.