com.mockobjects

Class MapEntry

public class MapEntry extends Object implements Entry

A public MapEntry data type that can be used where the Map.Entry interface is required (needed because the Sun implementation is package protected)
Constructor Summary
MapEntry(Object aKey, Object aValue)
Method Summary
booleanequals(Object o)
ObjectgetKey()
ObjectgetValue()
inthashCode()
ObjectsetValue(Object aValue)
StringtoString()

Constructor Detail

MapEntry

public MapEntry(Object aKey, Object aValue)

Method Detail

equals

public boolean equals(Object o)

getKey

public Object getKey()

getValue

public Object getValue()

hashCode

public int hashCode()

setValue

public Object setValue(Object aValue)

toString

public String toString()
Copyright © 2002 Mock Objects. All Rights Reserved.