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