Map.Entry
public class MapEntry extends Object implements Map.Entry
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(MapEntry that) |
|
boolean |
equals(Object that) |
|
Object |
getKey() |
|
Object |
getValue() |
|
protected int |
hash(Object object) |
Helper method to handle object hashes for possibly null values
|
int |
hashCode() |
|
void |
setKey(Object key) |
|
Object |
setValue(Object value) |
|
String |
toString() |