The members of Java.Util.Objects are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | Compare(Java.Lang.Object, Java.Lang.Object, IComparator)Documentation for this section has not yet been entered. | |
static | DeepEquals(Java.Lang.Object, Java.Lang.Object)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)Null-safe equivalent of a.equals(b). | |
static | Hash(params Java.Lang.Object[])Documentation for this section has not yet been entered. | |
static | HashCode(Java.Lang.Object)Returns 0 for null or o.hashCode(). | |
static | RequireNonNull(Java.Lang.Object)Documentation for this section has not yet been entered. | |
static | RequireNonNull(Java.Lang.Object, string)Documentation for this section has not yet been entered. | |
static | ToString(Java.Lang.Object)Returns "null" for null or o.toString(). | |
static | ToString(Java.Lang.Object, string)Returns nullString for null or o.toString(). |