public class MapEntry extends Object
A Map.Entry implementation.
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-2014 The Codehaus. All rights reserved.