public class MapEntry extends Object
A Map.Entry implementation.
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
equals(Object that) |
|
boolean |
equals(MapEntry 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() |
Helper method to handle object hashes for possibly null values
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.