com.mockobjects
public class MapEntry extends Object implements Entry
Constructor Summary | |
---|---|
MapEntry(Object aKey, Object aValue) |
Method Summary | |
---|---|
boolean | equals(Object o) |
Object | getKey() |
Object | getValue() |
int | hashCode() |
Object | setValue(Object aValue) |
String | toString() |