public class SimpleImmutableEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
| Constructor and Description |
|---|
SimpleImmutableEntry(K key,
V value) |
SimpleImmutableEntry(Map.Entry<K,V> me) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V arg0) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean equals(Object o)
public int hashCode()
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.