Java.Util.IMapEntry Members

The members of Java.Util.IMapEntry are listed below.

Public Properties

[read-only]
KeyJava.Lang.Object. Returns the key.
[read-only]
ValueJava.Lang.Object. Returns the value.

Public Methods

Equals(Java.Lang.Object) : bool
Compares the specified object to this Map.Entry and returns if they are equal.
GetHashCode() : int
Returns an integer hash code for the receiver.
SetValue(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.