Objects
JniPeerMembers
ThresholdClass
ThresholdType
CheckFromIndexSize(Int32, Int32, Int32)
CheckFromIndexSize(Int64, Int64, Int64)
CheckFromToIndex(Int32, Int32, Int32)
CheckFromToIndex(Int64, Int64, Int64)
CheckIndex(Int32, Int32)
CheckIndex(Int64, Int64)
Compare(Object, Object, IComparator)
DeepEquals(Object, Object)
Equals(Object, Object)
Hash(Object[])
HashCode(Object)
IsNull(Object)
NonNull(Object)
RequireNonNull(Object)
RequireNonNull(Object, ISupplier)
RequireNonNull(Object, String)
RequireNonNullElse(Object, Object)
RequireNonNullElseGet(Object, ISupplier)
ToString(Object)
ToString(Object, String)
monoandroid
namespace Java.Util
{
[Register("java/util/Objects", DoNotGenerateAcw = true)]
public sealed class Objects : Object
{
[Register("equals", "(Ljava/lang/Object;Ljava/lang/Object;)Z", "")]
public static bool Equals(Object? a, Object? b);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API