public class UniquePair<K,V> extends Object implements Map.Entry<K,V>, Serializable
| Constructor and Description |
|---|
UniquePair(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V v) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean equals(Object o)
Copyright © 2022 LSST. All rights reserved.