E - F - public final class MapEntry<E,F> extends Object implements Map.Entry<E,F>, Serializable
Map.Entry detached from map.| Constructor and Description |
|---|
MapEntry(E key,
F value)
Default constructor.
|
MapEntry(Map.Entry<E,F> entry)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
E |
getKey() |
F |
getValue() |
int |
hashCode() |
F |
setValue(F value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean equals(Object o)
public int hashCode()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.