public class Pair<K,V> extends Object implements Map.Entry<K,V>, Serializable
boolean
equals(Object pOther)
K
getKey()
V
getValue()
int
hashCode()
static <K,V> Pair<K,V>
of(K key, V value)
setValue(V pValue)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <K,V> Pair<K,V> of(K key, V value)
public V getValue()
getValue
Map.Entry<K,V>
public V setValue(V pValue)
setValue
public K getKey()
getKey
public boolean equals(Object pOther)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2008-2013. All Rights Reserved.