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
{
[JavaTypeParameters(new[] { "T" })]
[Register("requireNonNull", "(Ljava/lang/Object;Ljava/util/function/Supplier;)Ljava/lang/Object;", "", ApiSince = 24)]
public static Object! RequireNonNull(Object? obj, ISupplier! messageSupplier);
}
}
.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