Java.Util.Objects Members

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

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
Compare(Java.Lang.Object, Java.Lang.Object, IComparator) : int
Documentation for this section has not yet been entered.
static
DeepEquals(Java.Lang.Object, Java.Lang.Object) : bool
Returns true if both arguments are null, the result of Arrays.Equals(Boolean[], System.Boolean[]) if both arguments are primitive arrays, the result of Arrays.DeepEquals(Java.Lang.Object[], Java.Lang.Object[]) if both arguments are arrays of reference types, and the result of Java.Lang.Object.Equals(Java.Lang.Object) otherwise.
static
Equals(Java.Lang.Object, Java.Lang.Object) : bool
Null-safe equivalent of a.equals(b).
static
Hash(params Java.Lang.Object[]) : int
Documentation for this section has not yet been entered.
static
HashCode(Java.Lang.Object) : int
Returns 0 for null or o.hashCode().
static
RequireNonNull(Java.Lang.Object) : Java.Lang.Object
Documentation for this section has not yet been entered.
static
RequireNonNull(Java.Lang.Object, string) : Java.Lang.Object
Documentation for this section has not yet been entered.
static
ToString(Java.Lang.Object) : string
Returns "null" for null or o.toString().
static
ToString(Java.Lang.Object, string) : string
Returns nullString for null or o.toString().