Constructor and Description |
---|
MapEntry(K _key,
V _value)
Construct a new Entry
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Checks if another object is equal to this one, i.e.
|
K |
getKey() |
V |
getValue() |
int |
hashCode()
Creates a hashcode combining both keys and values.
|
K |
setKey(K _key)
Allow the key to be changed
|
V |
setValue(V _value) |
String |
toString() |
public boolean equals(Object o)
Terrier 4.0. Copyright © 2004-2014 University of Glasgow