|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a list of Integer objects key a specified Object up to but not including a given and to.
Field Summary | |
---|---|
Object |
key
|
Object |
value
|
Constructor Summary | |
MapEntry(Object key, Object value)
|
Method Summary | |
---|---|
boolean |
equals(Object that)
|
boolean |
equals(MapEntry that)
|
Object |
getKey()
|
Object |
getValue()
|
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()
|
Constructor Detail |
---|
public MapEntry(Object key, Object value)
Method Detail |
---|
public boolean equals(Object that)
public boolean equals(MapEntry that)
public Object getKey()
public Object getValue()
int hash(Object object)
public int hashCode()
public void setKey(Object key)
public Object setValue(Object value)
public String toString()