public class UniquePair<K,V> extends Object implements Map.Entry<K,V>, Serializable
K
key
V
value
UniquePair(K key, V value)
boolean
equals(Object o)
getKey()
getValue()
int
hashCode()
setValue(V v)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final K key
public final V value
public UniquePair(K key, V value)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V v)
setValue
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2014 LSST. All rights reserved.