From ef0132e19a324a89cc79603780f10ce35a3a8120 Mon Sep 17 00:00:00 2001 From: Simon Rozsival Date: Tue, 9 Jun 2026 17:53:25 +0200 Subject: [PATCH] Remove Java.Base Remove the standalone java.base binding assembly and its reference assembly output now that the Java.Runtime.Environment-based desktop Java path is being removed. Also remove Java.Interop.Sdk special handling for Java.Base references and stale docs/comments. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/copilot-instructions.md | 1 - .github/skills/build-and-test/SKILL.md | 1 - Java.Interop.sln | 7 - build-tools/Java.Interop.Sdk/Sdk/Sdk.targets | 4 - src/Java.Base-ref.cs | 11534 ---------------- src/Java.Base/Java.Base.csproj | 28 - src/Java.Base/Java.Base.targets | 101 - src/Java.Base/Java.IO/PrintStream.cs | 13 - src/Java.Base/Java.IO/Writer.cs | 13 - src/Java.Base/Java.Lang/Class.cs | 14 - src/Java.Base/Java.Lang/Double.cs | 16 - src/Java.Base/Java.Lang/Float.cs | 16 - src/Java.Base/Java.Lang/ICharSequence.cs | 25 - src/Java.Base/Java.Lang/Integer.cs | 16 - src/Java.Base/Java.Lang/Long.cs | 16 - src/Java.Base/Java.Lang/Object.cs | 14 - src/Java.Base/Java.Lang/String.cs | 29 - src/Java.Base/Java.Lang/StringBuffer.cs | 18 - src/Java.Base/Java.Lang/StringBuilder.cs | 18 - src/Java.Base/Java.Lang/Thread.cs | 30 - src/Java.Base/Java.Lang/Throwable.cs | 14 - src/Java.Base/Transforms/Metadata.xml | 123 - src/Java.Base/Transforms/enumflags | 2 - src/Java.Base/Transforms/map.csv | 1345 -- src/Java.Base/Transforms/methodmap.csv | 332 - .../JniPeerMembers.JniInstanceMethods.cs | 4 - ...ExplicitInterfaceImplementationProperty.cs | 2 +- 27 files changed, 1 insertion(+), 13735 deletions(-) delete mode 100644 src/Java.Base-ref.cs delete mode 100644 src/Java.Base/Java.Base.csproj delete mode 100644 src/Java.Base/Java.Base.targets delete mode 100644 src/Java.Base/Java.IO/PrintStream.cs delete mode 100644 src/Java.Base/Java.IO/Writer.cs delete mode 100644 src/Java.Base/Java.Lang/Class.cs delete mode 100644 src/Java.Base/Java.Lang/Double.cs delete mode 100644 src/Java.Base/Java.Lang/Float.cs delete mode 100644 src/Java.Base/Java.Lang/ICharSequence.cs delete mode 100644 src/Java.Base/Java.Lang/Integer.cs delete mode 100644 src/Java.Base/Java.Lang/Long.cs delete mode 100644 src/Java.Base/Java.Lang/Object.cs delete mode 100644 src/Java.Base/Java.Lang/String.cs delete mode 100644 src/Java.Base/Java.Lang/StringBuffer.cs delete mode 100644 src/Java.Base/Java.Lang/StringBuilder.cs delete mode 100644 src/Java.Base/Java.Lang/Thread.cs delete mode 100644 src/Java.Base/Java.Lang/Throwable.cs delete mode 100644 src/Java.Base/Transforms/Metadata.xml delete mode 100644 src/Java.Base/Transforms/enumflags delete mode 100644 src/Java.Base/Transforms/map.csv delete mode 100644 src/Java.Base/Transforms/methodmap.csv diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 3faf4373d..d658d4755 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -36,7 +36,6 @@ - **`Java.Interop/`**: Main JNI binding library with core types and runtime - **`Java.Interop.Dynamic/`**: C# 4.0 `dynamic` provider for runtime method invocation - **`Java.Interop.Export/`**: `[Export]` attribute support for exposing managed methods to Java -- **`Java.Base/`**: Bindings for core Java types (`java.lang.*`, etc.) ### Code Generation Tools (`tools/`) - **`generator/`**: Primary tool for generating C# bindings from Java API descriptions diff --git a/.github/skills/build-and-test/SKILL.md b/.github/skills/build-and-test/SKILL.md index 7b7d5d38b..0c9a9428a 100644 --- a/.github/skills/build-and-test/SKILL.md +++ b/.github/skills/build-and-test/SKILL.md @@ -56,7 +56,6 @@ Common test projects: - `Java.Interop-Tests` — core JNI binding tests (largest suite) - `Java.Interop.Export-Tests` — export attribute tests - `Java.Interop.Dynamic-Tests` — dynamic invocation tests -- `Java.Base-Tests` — Java.Base binding tests - `generator-Tests` — C# binding generator tests - `Java.Interop.Tools.JavaCallableWrappers-Tests` — JCW generation tests diff --git a/Java.Interop.sln b/Java.Interop.sln index aaf22c0fb..b6b5e2ad0 100644 --- a/Java.Interop.sln +++ b/Java.Interop.sln @@ -83,8 +83,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Java.Interop.Tools.JavaType EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Java.Interop.Tools.JavaTypeSystem-Tests", "tests\Java.Interop.Tools.JavaTypeSystem-Tests\Java.Interop.Tools.JavaTypeSystem-Tests.csproj", "{11942DE9-AEC2-4B95-87AB-CA707C37643D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Java.Base", "src\Java.Base\Java.Base.csproj", "{30DCECA5-16FD-4FD0-883C-E5E83B11565D}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Java.Interop.Tools.Maven", "src\Java.Interop.Tools.Maven\Java.Interop.Tools.Maven.csproj", "{DA458F90-218B-4FE3-995F-AF4B27895FA2}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Java.Interop.Tools.Maven-Tests", "tests\Java.Interop.Tools.Maven-Tests\Java.Interop.Tools.Maven-Tests.csproj", "{6BC04C7F-949E-4F93-BF1F-E3B1DF0B888D}" @@ -239,10 +237,6 @@ Global {11942DE9-AEC2-4B95-87AB-CA707C37643D}.Debug|Any CPU.Build.0 = Debug|Any CPU {11942DE9-AEC2-4B95-87AB-CA707C37643D}.Release|Any CPU.ActiveCfg = Release|Any CPU {11942DE9-AEC2-4B95-87AB-CA707C37643D}.Release|Any CPU.Build.0 = Release|Any CPU - {30DCECA5-16FD-4FD0-883C-E5E83B11565D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {30DCECA5-16FD-4FD0-883C-E5E83B11565D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {30DCECA5-16FD-4FD0-883C-E5E83B11565D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {30DCECA5-16FD-4FD0-883C-E5E83B11565D}.Release|Any CPU.Build.0 = Release|Any CPU {DA458F90-218B-4FE3-995F-AF4B27895FA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DA458F90-218B-4FE3-995F-AF4B27895FA2}.Debug|Any CPU.Build.0 = Debug|Any CPU {DA458F90-218B-4FE3-995F-AF4B27895FA2}.Release|Any CPU.ActiveCfg = Release|Any CPU @@ -295,7 +289,6 @@ Global {BF5A4019-F2FF-45AC-949D-EF7E8C94196B} = {271C9F30-F679-4793-942B-0D9527CB3E2F} {B173F53B-986C-4E0D-881C-063BBB116E1D} = {0998E45F-8BCE-4791-A944-962CD54E2D80} {11942DE9-AEC2-4B95-87AB-CA707C37643D} = {271C9F30-F679-4793-942B-0D9527CB3E2F} - {30DCECA5-16FD-4FD0-883C-E5E83B11565D} = {0998E45F-8BCE-4791-A944-962CD54E2D80} {DA458F90-218B-4FE3-995F-AF4B27895FA2} = {0998E45F-8BCE-4791-A944-962CD54E2D80} {6BC04C7F-949E-4F93-BF1F-E3B1DF0B888D} = {271C9F30-F679-4793-942B-0D9527CB3E2F} {C2AF6ACF-04F6-4B41-95EA-97A372C075F9} = {40B3CE2F-B8DE-45CD-A43A-0F1A89BDB803} diff --git a/build-tools/Java.Interop.Sdk/Sdk/Sdk.targets b/build-tools/Java.Interop.Sdk/Sdk/Sdk.targets index c03d99af0..466fd6bd5 100644 --- a/build-tools/Java.Interop.Sdk/Sdk/Sdk.targets +++ b/build-tools/Java.Interop.Sdk/Sdk/Sdk.targets @@ -150,10 +150,6 @@ <_RefAsmDir Include="@(ReferencePathWithRefAssemblies->'%(RootDir)%(Directory).'->Distinct())" /> <_Lib Include="@(_RefAsmDir->'-L "%(Identity)"')" /> - <_JavaBaseRef Include="@(ReferencePathWithRefAssemblies)" - Condition=" '%(FileName)' == 'Java.Base' " - /> - <_Ref Include="@(_JavaBaseRef->'-r "%(FullPath)"')" /> -// This code was generated by a tool. -// GenAPI Version: 8.0.14.30103 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ -namespace Java.IO -{ - [Java.Interop.JniTypeSignatureAttribute("java/io/BufferedInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class BufferedInputStream : Java.IO.FilterInputStream - { - protected BufferedInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;)V")] - public BufferedInputStream(Java.IO.InputStream? @in) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;I)V")] - public BufferedInputStream(Java.IO.InputStream? @in, int size) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - protected Java.Interop.JavaSByteArray? Buf { get { throw null; } set { } } - protected int Count { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int Marklimit { get { throw null; } set { } } - protected int Markpos { get { throw null; } set { } } - protected int Pos { get { throw null; } set { } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/BufferedOutputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class BufferedOutputStream : Java.IO.FilterOutputStream - { - protected BufferedOutputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;)V")] - public BufferedOutputStream(Java.IO.OutputStream? @out) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;I)V")] - public BufferedOutputStream(Java.IO.OutputStream? @out, int size) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - protected Java.Interop.JavaSByteArray? Buf { get { throw null; } set { } } - protected int Count { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/BufferedReader", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class BufferedReader : Java.IO.Reader - { - protected BufferedReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Reader;)V")] - public BufferedReader(Java.IO.Reader? @in) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Reader;I)V")] - public BufferedReader(Java.IO.Reader? @in, int sz) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("read", "([CII)I")] - public override int Read(Java.Interop.JavaCharArray? cbuf, int off, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLine", "()Ljava/lang/String;")] - public virtual string? ReadLine() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/BufferedWriter", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class BufferedWriter : Java.IO.Writer - { - protected BufferedWriter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Writer;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public BufferedWriter(Java.IO.Writer? @out) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Writer;I)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public BufferedWriter(Java.IO.Writer? @out, int sz) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public override void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("newLine", "()V")] - public virtual void NewLine() { } - [Java.Interop.JniMethodSignatureAttribute("write", "([CII)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public override void Write(Java.Interop.JavaCharArray? cbuf, int off, int len) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ByteArrayInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ByteArrayInputStream : Java.IO.InputStream - { - [Java.Interop.JniConstructorSignatureAttribute("([B)V")] - public ByteArrayInputStream(Java.Interop.JavaSByteArray? buf) { } - [Java.Interop.JniConstructorSignatureAttribute("([BII)V")] - public ByteArrayInputStream(Java.Interop.JavaSByteArray? buf, int offset, int length) { } - protected ByteArrayInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - protected Java.Interop.JavaSByteArray? Buf { get { throw null; } set { } } - protected int Count { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int MarkedPosition { get { throw null; } set { } } - protected int Pos { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public override int Read() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ByteArrayOutputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ByteArrayOutputStream : Java.IO.OutputStream - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ByteArrayOutputStream() { } - protected ByteArrayOutputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public ByteArrayOutputStream(int size) { } - protected Java.Interop.JavaSByteArray? Buf { get { throw null; } set { } } - protected int Count { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - [Java.Interop.JniMethodSignatureAttribute("size", "()I")] - public virtual int Size() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toByteArray", "()[B")] - public virtual Java.Interop.JavaSByteArray? ToByteArray() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(I)Ljava/lang/String;")] - [System.ObsoleteAttribute("deprecated")] - public virtual string? ToString(int hibyte) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(Ljava/lang/String;)Ljava/lang/String;")] - public virtual string? ToString(string? charsetName) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - public override void Write(int b) { } - [Java.Interop.JniMethodSignatureAttribute("writeBytes", "([B)V")] - public virtual void WriteBytes(Java.Interop.JavaSByteArray? b) { } - [Java.Interop.JniMethodSignatureAttribute("writeTo", "(Ljava/io/OutputStream;)V")] - public virtual void WriteTo(Java.IO.OutputStream? @out) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/CharArrayReader", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class CharArrayReader : Java.IO.Reader - { - [Java.Interop.JniConstructorSignatureAttribute("([C)V")] - public CharArrayReader(Java.Interop.JavaCharArray? buf) { } - [Java.Interop.JniConstructorSignatureAttribute("([CII)V")] - public CharArrayReader(Java.Interop.JavaCharArray? buf, int offset, int length) { } - protected CharArrayReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - protected Java.Interop.JavaCharArray? Buf { get { throw null; } set { } } - protected int Count { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int MarkedPos { get { throw null; } set { } } - protected int Pos { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("read", "([CII)I")] - public override int Read(Java.Interop.JavaCharArray? cbuf, int off, int len) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/CharArrayWriter", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class CharArrayWriter : Java.IO.Writer - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public CharArrayWriter() { } - protected CharArrayWriter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public CharArrayWriter(int initialSize) { } - protected Java.Interop.JavaCharArray? Buf { get { throw null; } set { } } - protected int Count { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public override void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - [Java.Interop.JniMethodSignatureAttribute("size", "()I")] - public virtual int Size() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toCharArray", "()[C")] - public virtual Java.Interop.JavaCharArray? ToCharArray() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("write", "([CII)V")] - public override void Write(Java.Interop.JavaCharArray? c, int off, int len) { } - [Java.Interop.JniMethodSignatureAttribute("writeTo", "(Ljava/io/Writer;)V")] - public virtual void WriteTo(Java.IO.Writer? @out) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/CharConversionException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class CharConversionException : Java.IO.IOException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public CharConversionException() { } - protected CharConversionException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public CharConversionException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/Console", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Console : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.IFlushable, System.IDisposable - { - internal Console() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/Console;")] - public Java.IO.Console? Format(string? fmt, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/Console;")] - public Java.IO.Console? Printf(string? format, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reader", "()Ljava/io/Reader;")] - public Java.IO.Reader? Reader() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLine", "()Ljava/lang/String;")] - public string? ReadLine() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLine", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;")] - public string? ReadLine(string? fmt, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readPassword", "()[C")] - public Java.Interop.JavaCharArray? ReadPassword() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readPassword", "(Ljava/lang/String;[Ljava/lang/Object;)[C")] - public Java.Interop.JavaCharArray? ReadPassword(string? fmt, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("writer", "()Ljava/io/PrintWriter;")] - public Java.IO.PrintWriter? Writer() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/DataInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class DataInputStream : Java.IO.FilterInputStream, Java.Interop.IJavaPeerable, Java.IO.IDataInput, System.IDisposable - { - protected DataInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;)V")] - public DataInputStream(Java.IO.InputStream? @in) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("read", "([B)I")] - public sealed override int Read(Java.Interop.JavaSByteArray? b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "([BII)I")] - public sealed override int Read(Java.Interop.JavaSByteArray? b, int off, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readBoolean", "()Z")] - public bool ReadBoolean() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readByte", "()B")] - public sbyte ReadByte() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readChar", "()C")] - public char ReadChar() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readDouble", "()D")] - public double ReadDouble() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readFloat", "()F")] - public float ReadFloat() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readFully", "([B)V")] - public void ReadFully(Java.Interop.JavaSByteArray? b) { } - [Java.Interop.JniMethodSignatureAttribute("readFully", "([BII)V")] - public void ReadFully(Java.Interop.JavaSByteArray? b, int off, int len) { } - [Java.Interop.JniMethodSignatureAttribute("readInt", "()I")] - public int ReadInt() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLine", "()Ljava/lang/String;")] - [System.ObsoleteAttribute("deprecated")] - public string? ReadLine() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLong", "()J")] - public long ReadLong() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readShort", "()S")] - public short ReadShort() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUnsignedByte", "()I")] - public int ReadUnsignedByte() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUnsignedShort", "()I")] - public int ReadUnsignedShort() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUTF", "()Ljava/lang/String;")] - public string? ReadUTF() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUTF", "(Ljava/io/DataInput;)Ljava/lang/String;")] - public static string? ReadUTF(Java.IO.IDataInput? @in) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("skipBytes", "(I)I")] - public int SkipBytes(int n) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/DataOutputStream", GenerateJavaPeer=false)] - public partial class DataOutputStream : Java.IO.FilterOutputStream, Java.Interop.IJavaPeerable, Java.IO.IDataOutput, System.IDisposable - { - protected DataOutputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public DataOutputStream(Java.IO.OutputStream? @out) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int Written { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("size", "()I")] - public int Size() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("writeBoolean", "(Z)V")] - public void WriteBoolean(bool v) { } - [Java.Interop.JniMethodSignatureAttribute("writeByte", "(I)V")] - public void WriteByte(int v) { } - [Java.Interop.JniMethodSignatureAttribute("writeBytes", "(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public void WriteBytes(string? s) { } - [Java.Interop.JniMethodSignatureAttribute("writeChar", "(I)V")] - public void WriteChar(int v) { } - [Java.Interop.JniMethodSignatureAttribute("writeChars", "(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public void WriteChars(string? s) { } - [Java.Interop.JniMethodSignatureAttribute("writeDouble", "(D)V")] - public void WriteDouble(double v) { } - [Java.Interop.JniMethodSignatureAttribute("writeFloat", "(F)V")] - public void WriteFloat(float v) { } - [Java.Interop.JniMethodSignatureAttribute("writeInt", "(I)V")] - public void WriteInt(int v) { } - [Java.Interop.JniMethodSignatureAttribute("writeLong", "(J)V")] - public void WriteLong(long v) { } - [Java.Interop.JniMethodSignatureAttribute("writeShort", "(I)V")] - public void WriteShort(int v) { } - [Java.Interop.JniMethodSignatureAttribute("writeUTF", "(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public void WriteUTF(string? str) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/EOFException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class EOFException : Java.IO.IOException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public EOFException() { } - protected EOFException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public EOFException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/File", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class File : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.IComparable, System.IDisposable - { - protected File(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;Ljava/lang/String;)V")] - public File(Java.IO.File? parent, string? child) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public File(string? pathname) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/String;)V")] - public File(string? parent, string? child) { } - public virtual Java.IO.File? AbsoluteFile { get { throw null; } } - public virtual string? AbsolutePath { get { throw null; } } - public virtual Java.IO.File? CanonicalFile { get { throw null; } } - public virtual string? CanonicalPath { get { throw null; } } - public virtual long FreeSpace { get { throw null; } } - public virtual bool IsAbsolute { get { throw null; } } - public virtual bool IsDirectory { get { throw null; } } - public virtual bool IsFile { get { throw null; } } - public virtual bool IsHidden { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual string? Name { get { throw null; } } - public virtual string? Parent { get { throw null; } } - public virtual Java.IO.File? ParentFile { get { throw null; } } - public virtual string? Path { get { throw null; } } - public static string? PathSeparator { get { throw null; } } - public static char PathSeparatorChar { get { throw null; } } - public static string? Separator { get { throw null; } } - public static char SeparatorChar { get { throw null; } } - public virtual long TotalSpace { get { throw null; } } - public virtual long UsableSpace { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("canExecute", "()Z")] - public virtual bool CanExecute() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("canRead", "()Z")] - public virtual bool CanRead() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("canWrite", "()Z")] - public virtual bool CanWrite() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/io/File;)I")] - public virtual int CompareTo(Java.IO.File? pathname) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("createNewFile", "()Z")] - public virtual bool CreateNewFile() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("createTempFile", "(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;")] - public static Java.IO.File? CreateTempFile(string? prefix, string? suffix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("createTempFile", "(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File;")] - public static Java.IO.File? CreateTempFile(string? prefix, string? suffix, Java.IO.File? directory) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("delete", "()Z")] - public virtual bool Delete() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("deleteOnExit", "()V")] - public virtual void DeleteOnExit() { } - [Java.Interop.JniMethodSignatureAttribute("exists", "()Z")] - public virtual bool Exists() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastModified", "()J")] - public virtual long LastModified() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("length", "()J")] - public virtual long Length() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("list", "()[Ljava/lang/String;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? List() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("list", "(Ljava/io/FilenameFilter;)[Ljava/lang/String;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? List(Java.IO.IFilenameFilter? filter) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("listFiles", "()[Ljava/io/File;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? ListFiles() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("listFiles", "(Ljava/io/FileFilter;)[Ljava/io/File;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? ListFiles(Java.IO.IFileFilter? filter) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("listFiles", "(Ljava/io/FilenameFilter;)[Ljava/io/File;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? ListFiles(Java.IO.IFilenameFilter? filter) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("listRoots", "()[Ljava/io/File;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? ListRoots() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("mkdir", "()Z")] - public virtual bool Mkdir() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("mkdirs", "()Z")] - public virtual bool Mkdirs() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("renameTo", "(Ljava/io/File;)Z")] - public virtual bool RenameTo(Java.IO.File? dest) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setExecutable", "(Z)Z")] - public virtual bool SetExecutable(bool executable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setExecutable", "(ZZ)Z")] - public virtual bool SetExecutable(bool executable, bool ownerOnly) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setLastModified", "(J)Z")] - public virtual bool SetLastModified(long time) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setReadable", "(Z)Z")] - public virtual bool SetReadable(bool readable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setReadable", "(ZZ)Z")] - public virtual bool SetReadable(bool readable, bool ownerOnly) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setReadOnly", "()Z")] - public virtual bool SetReadOnly() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setWritable", "(Z)Z")] - public virtual bool SetWritable(bool writable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setWritable", "(ZZ)Z")] - public virtual bool SetWritable(bool writable, bool ownerOnly) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FileDescriptor", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class FileDescriptor : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public FileDescriptor() { } - public static Java.IO.FileDescriptor? Err { get { throw null; } } - public static Java.IO.FileDescriptor? In { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.IO.FileDescriptor? Out { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("sync", "()V")] - public void Sync() { } - [Java.Interop.JniMethodSignatureAttribute("valid", "()Z")] - public bool Valid() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FileInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class FileInputStream : Java.IO.InputStream - { - protected FileInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;)V")] - public FileInputStream(Java.IO.File? file) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/FileDescriptor;)V")] - public FileInputStream(Java.IO.FileDescriptor? fdObj) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public FileInputStream(string? name) { } - public Java.IO.FileDescriptor? FD { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public override int Read() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FileNotFoundException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class FileNotFoundException : Java.IO.IOException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public FileNotFoundException() { } - protected FileNotFoundException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FileNotFoundException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FileOutputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class FileOutputStream : Java.IO.OutputStream - { - protected FileOutputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;)V")] - public FileOutputStream(Java.IO.File? file) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;Z)V")] - public FileOutputStream(Java.IO.File? file, bool append) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/FileDescriptor;)V")] - public FileOutputStream(Java.IO.FileDescriptor? fdObj) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public FileOutputStream(string? name) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Z)V")] - public FileOutputStream(string? name, bool append) { } - public Java.IO.FileDescriptor? FD { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - public override void Write(int b) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FileReader", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class FileReader : Java.IO.InputStreamReader - { - protected FileReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FileReader(Java.IO.File? file) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/FileDescriptor;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FileReader(Java.IO.FileDescriptor? fd) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FileReader(string? fileName) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FileWriter", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class FileWriter : Java.IO.OutputStreamWriter - { - protected FileWriter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;)V")] - public FileWriter(Java.IO.File? file) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;Z)V")] - public FileWriter(Java.IO.File? file, bool append) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/FileDescriptor;)V")] - public FileWriter(Java.IO.FileDescriptor? fd) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public FileWriter(string? fileName) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Z)V")] - public FileWriter(string? fileName, bool append) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FilterInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class FilterInputStream : Java.IO.InputStream - { - protected FilterInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;)V")] - protected FilterInputStream(Java.IO.InputStream? @in) { } - protected Java.IO.InputStream? In { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public override int Read() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FilterOutputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class FilterOutputStream : Java.IO.OutputStream - { - protected FilterOutputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;)V")] - public FilterOutputStream(Java.IO.OutputStream? @out) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected Java.IO.OutputStream? Out { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - public override void Write(int b) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FilterReader", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.FilterReaderInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class FilterReader : Java.IO.Reader - { - protected FilterReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Reader;)V")] - protected FilterReader(Java.IO.Reader? @in) { } - protected Java.IO.Reader? In { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("read", "([CII)I")] - public override int Read(Java.Interop.JavaCharArray? cbuf, int off, int len) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FilterWriter", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.FilterWriterInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class FilterWriter : Java.IO.Writer - { - protected FilterWriter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Writer;)V")] - protected FilterWriter(Java.IO.Writer? @out) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected Java.IO.Writer? Out { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public override void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("write", "([CII)V")] - public override void Write(Java.Interop.JavaCharArray? cbuf, int off, int len) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/Closeable", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.ICloseableInvoker))] - public partial interface ICloseable : Java.Interop.IJavaPeerable, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - void Java.Lang.IAutoCloseable.Close(); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/DataInput", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IDataInputInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IDataInput : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("readBoolean", "()Z")] - bool ReadBoolean(); - [Java.Interop.JniMethodSignatureAttribute("readByte", "()B")] - sbyte ReadByte(); - [Java.Interop.JniMethodSignatureAttribute("readChar", "()C")] - char ReadChar(); - [Java.Interop.JniMethodSignatureAttribute("readDouble", "()D")] - double ReadDouble(); - [Java.Interop.JniMethodSignatureAttribute("readFloat", "()F")] - float ReadFloat(); - [Java.Interop.JniMethodSignatureAttribute("readFully", "([B)V")] - void ReadFully(Java.Interop.JavaSByteArray? p0); - [Java.Interop.JniMethodSignatureAttribute("readFully", "([BII)V")] - void ReadFully(Java.Interop.JavaSByteArray? p0, int p1, int p2); - [Java.Interop.JniMethodSignatureAttribute("readInt", "()I")] - int ReadInt(); - [Java.Interop.JniMethodSignatureAttribute("readLine", "()Ljava/lang/String;")] - string? ReadLine(); - [Java.Interop.JniMethodSignatureAttribute("readLong", "()J")] - long ReadLong(); - [Java.Interop.JniMethodSignatureAttribute("readShort", "()S")] - short ReadShort(); - [Java.Interop.JniMethodSignatureAttribute("readUnsignedByte", "()I")] - int ReadUnsignedByte(); - [Java.Interop.JniMethodSignatureAttribute("readUnsignedShort", "()I")] - int ReadUnsignedShort(); - [Java.Interop.JniMethodSignatureAttribute("readUTF", "()Ljava/lang/String;")] - string? ReadUTF(); - [Java.Interop.JniMethodSignatureAttribute("skipBytes", "(I)I")] - int SkipBytes(int p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/DataOutput", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IDataOutputInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IDataOutput : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("write", "([B)V")] - void Write(Java.Interop.JavaSByteArray? p0); - [Java.Interop.JniMethodSignatureAttribute("write", "([BII)V")] - void Write(Java.Interop.JavaSByteArray? p0, int p1, int p2); - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - void Write(int p0); - [Java.Interop.JniMethodSignatureAttribute("writeBoolean", "(Z)V")] - void WriteBoolean(bool p0); - [Java.Interop.JniMethodSignatureAttribute("writeByte", "(I)V")] - void WriteByte(int p0); - [Java.Interop.JniMethodSignatureAttribute("writeBytes", "(Ljava/lang/String;)V")] - void WriteBytes(string? p0); - [Java.Interop.JniMethodSignatureAttribute("writeChar", "(I)V")] - void WriteChar(int p0); - [Java.Interop.JniMethodSignatureAttribute("writeChars", "(Ljava/lang/String;)V")] - void WriteChars(string? p0); - [Java.Interop.JniMethodSignatureAttribute("writeDouble", "(D)V")] - void WriteDouble(double p0); - [Java.Interop.JniMethodSignatureAttribute("writeFloat", "(F)V")] - void WriteFloat(float p0); - [Java.Interop.JniMethodSignatureAttribute("writeInt", "(I)V")] - void WriteInt(int p0); - [Java.Interop.JniMethodSignatureAttribute("writeLong", "(J)V")] - void WriteLong(long p0); - [Java.Interop.JniMethodSignatureAttribute("writeShort", "(I)V")] - void WriteShort(int p0); - [Java.Interop.JniMethodSignatureAttribute("writeUTF", "(Ljava/lang/String;)V")] - void WriteUTF(string? p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/Externalizable", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IExternalizableInvoker))] - public partial interface IExternalizable : Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("readExternal", "(Ljava/io/ObjectInput;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void ReadExternal(Java.IO.IObjectInput? p0); - [Java.Interop.JniMethodSignatureAttribute("writeExternal", "(Ljava/io/ObjectOutput;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void WriteExternal(Java.IO.IObjectOutput? p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FileFilter", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IFileFilterInvoker))] - public partial interface IFileFilter : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(Ljava/io/File;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - bool Accept(Java.IO.File? p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/FilenameFilter", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IFilenameFilterInvoker))] - public partial interface IFilenameFilter : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(Ljava/io/File;Ljava/lang/String;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - bool Accept(Java.IO.File? p0, string? p1); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/Flushable", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IFlushableInvoker))] - public partial interface IFlushable : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - void Flush(); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/InputStream", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.InputStreamInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class InputStream : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ICloseable, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InputStream() { } - protected InputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("available", "()I")] - public virtual int Available() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public virtual void Close() { } - [Java.Interop.JniMethodSignatureAttribute("mark", "(I)V")] - public virtual void Mark(int readlimit) { } - [Java.Interop.JniMethodSignatureAttribute("markSupported", "()Z")] - public virtual bool MarkSupported() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nullInputStream", "()Ljava/io/InputStream;")] - public static Java.IO.InputStream? NullInputStream() { throw null; } - public abstract int Read(); - [Java.Interop.JniMethodSignatureAttribute("read", "([B)I")] - public virtual int Read(Java.Interop.JavaSByteArray? b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "([BII)I")] - public virtual int Read(Java.Interop.JavaSByteArray? b, int off, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readAllBytes", "()[B")] - public virtual Java.Interop.JavaSByteArray? ReadAllBytes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readNBytes", "([BII)I")] - public virtual int ReadNBytes(Java.Interop.JavaSByteArray? b, int off, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readNBytes", "(I)[B")] - public virtual Java.Interop.JavaSByteArray? ReadNBytes(int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - [Java.Interop.JniMethodSignatureAttribute("skip", "(J)J")] - public virtual long Skip(long n) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("skipNBytes", "(J)V")] - public virtual void SkipNBytes(long n) { } - [Java.Interop.JniMethodSignatureAttribute("transferTo", "(Ljava/io/OutputStream;)J")] - public virtual long TransferTo(Java.IO.OutputStream? @out) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/InputStreamReader", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class InputStreamReader : Java.IO.Reader - { - protected InputStreamReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;)V")] - public InputStreamReader(Java.IO.InputStream? @in) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;Ljava/lang/String;)V")] - public InputStreamReader(Java.IO.InputStream? @in, string? charsetName) { } - public virtual string? Encoding { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("read", "([CII)I")] - public override int Read(Java.Interop.JavaCharArray? cbuf, int off, int len) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/InterruptedIOException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InterruptedIOException : Java.IO.IOException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InterruptedIOException() { } - protected InterruptedIOException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InterruptedIOException(string? s) { } - public int BytesTransferred { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/InvalidClassException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class InvalidClassException : Java.IO.ObjectStreamException - { - protected InvalidClassException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public InvalidClassException(string? reason) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/String;)V")] - public InvalidClassException(string? cname, string? reason) { } - public string? Classname { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/InvalidObjectException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InvalidObjectException : Java.IO.ObjectStreamException - { - protected InvalidObjectException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InvalidObjectException(string? reason) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInput", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IObjectInputInvoker))] - public partial interface IObjectInput : Java.Interop.IJavaPeerable, Java.IO.IDataInput, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("available", "()I")] - int Available(); - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - void Java.Lang.IAutoCloseable.Close(); - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - int Read(); - [Java.Interop.JniMethodSignatureAttribute("read", "([B)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int Read(Java.Interop.JavaSByteArray? p0); - [Java.Interop.JniMethodSignatureAttribute("read", "([BII)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int Read(Java.Interop.JavaSByteArray? p0, int p1, int p2); - [Java.Interop.JniMethodSignatureAttribute("readObject", "()Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? ReadObject(); - [Java.Interop.JniMethodSignatureAttribute("skip", "(J)J")] - long Skip(long p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInputFilter", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IObjectInputFilterInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IObjectInputFilter : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("allowFilter", "(Ljava/util/function/Predicate;Ljava/io/ObjectInputFilter$Status;)Ljava/io/ObjectInputFilter;")] - static Java.IO.IObjectInputFilter? AllowFilter(Java.Util.Function.IPredicate? predicate, Java.IO.IObjectInputFilter.Status? otherStatus) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("checkInput", "(Ljava/io/ObjectInputFilter$FilterInfo;)Ljava/io/ObjectInputFilter$Status;")] - Java.IO.IObjectInputFilter.Status? CheckInput(Java.IO.IObjectInputFilter.IFilterInfo? p0); - [Java.Interop.JniMethodSignatureAttribute("merge", "(Ljava/io/ObjectInputFilter;Ljava/io/ObjectInputFilter;)Ljava/io/ObjectInputFilter;")] - static Java.IO.IObjectInputFilter? Merge(Java.IO.IObjectInputFilter? filter, Java.IO.IObjectInputFilter? anotherFilter) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("rejectFilter", "(Ljava/util/function/Predicate;Ljava/io/ObjectInputFilter$Status;)Ljava/io/ObjectInputFilter;")] - static Java.IO.IObjectInputFilter? RejectFilter(Java.Util.Function.IPredicate? predicate, Java.IO.IObjectInputFilter.Status? otherStatus) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("rejectUndecidedClass", "(Ljava/io/ObjectInputFilter;)Ljava/io/ObjectInputFilter;")] - static Java.IO.IObjectInputFilter? RejectUndecidedClass(Java.IO.IObjectInputFilter? filter) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInputFilter$Config", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Config : Java.Lang.Object - { - internal Config() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.IO.IObjectInputFilter? SerialFilter { get { throw null; } set { } } - public static Java.Util.Function.IBinaryOperator? SerialFilterFactory { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("createFilter", "(Ljava/lang/String;)Ljava/io/ObjectInputFilter;")] - public static Java.IO.IObjectInputFilter? CreateFilter(string? pattern) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInputFilter$Config$Global", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public sealed partial class Global : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.IObjectInputFilter, System.IDisposable - { - internal Global() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("checkInput", "(Ljava/io/ObjectInputFilter$FilterInfo;)Ljava/io/ObjectInputFilter$Status;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public Java.IO.IObjectInputFilter.Status? CheckInput(Java.IO.IObjectInputFilter.IFilterInfo? filterInfo) { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInputFilter$FilterInfo", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IObjectInputFilter.IFilterInfoInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial interface IFilterInfo : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("arrayLength", "()J")] - long ArrayLength(); - [Java.Interop.JniMethodSignatureAttribute("depth", "()J")] - long Depth(); - [Java.Interop.JniMethodSignatureAttribute("references", "()J")] - long References(); - [Java.Interop.JniMethodSignatureAttribute("serialClass", "()Ljava/lang/Class;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Class? SerialClass(); - [Java.Interop.JniMethodSignatureAttribute("streamBytes", "()J")] - long StreamBytes(); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInputFilter$Status", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Status : Java.Lang.Enum - { - internal Status() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.IO.IObjectInputFilter.Status Allowed { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.IO.IObjectInputFilter.Status Rejected { get { throw null; } } - public static Java.IO.IObjectInputFilter.Status Undecided { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/io/ObjectInputFilter$Status;")] - public static Java.IO.IObjectInputFilter.Status ValueOf(string name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/io/ObjectInputFilter$Status;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInputValidation", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IObjectInputValidationInvoker))] - public partial interface IObjectInputValidation : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("validateObject", "()V")] - void ValidateObject(); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectOutput", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.IObjectOutputInvoker))] - public partial interface IObjectOutput : Java.Interop.IJavaPeerable, Java.IO.IDataOutput, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - void Flush(); - [Java.Interop.JniMethodSignatureAttribute("write", "([B)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Java.IO.IDataOutput.Write(Java.Interop.JavaSByteArray? p0); - [Java.Interop.JniMethodSignatureAttribute("write", "([BII)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Java.IO.IDataOutput.Write(Java.Interop.JavaSByteArray? p0, int p1, int p2); - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - void Java.IO.IDataOutput.Write(int p0); - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - void Java.Lang.IAutoCloseable.Close(); - [Java.Interop.JniMethodSignatureAttribute("writeObject", "(Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void WriteObject(Java.Lang.Object? p0); - } - public partial interface IObjectStreamConstants - { - public const int BaseWireHandle = 8257536; - public const int ProtocolVersion1 = 1; - public const int ProtocolVersion2 = 2; - public const sbyte ScBlockData = (sbyte)8; - public const sbyte ScEnum = (sbyte)16; - public const sbyte ScExternalizable = (sbyte)4; - public const sbyte ScSerializable = (sbyte)2; - public const sbyte ScWriteMethod = (sbyte)1; - public const short StreamMagic = (short)-21267; - public const short StreamVersion = (short)5; - public const sbyte TcArray = (sbyte)117; - public const sbyte TcBase = (sbyte)112; - public const sbyte TcBlockdata = (sbyte)119; - public const sbyte TcBlockdatalong = (sbyte)122; - public const sbyte TcClass = (sbyte)118; - public const sbyte TcClassdesc = (sbyte)114; - public const sbyte TcEndblockdata = (sbyte)120; - public const sbyte TcEnum = (sbyte)126; - public const sbyte TcException = (sbyte)123; - public const sbyte TcLongstring = (sbyte)124; - public const sbyte TcMax = (sbyte)126; - public const sbyte TcNull = (sbyte)112; - public const sbyte TcObject = (sbyte)115; - public const sbyte TcProxyclassdesc = (sbyte)125; - public const sbyte TcReference = (sbyte)113; - public const sbyte TcReset = (sbyte)121; - public const sbyte TcString = (sbyte)116; - } - [Java.Interop.JniTypeSignatureAttribute("java/io/IOError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IOError : Java.Lang.Error - { - protected IOError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IOError(Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/IOException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IOException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IOException() { } - protected IOException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IOException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IOException(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IOException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/Serial", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.ISerialInvoker))] - public partial interface ISerial : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/io/Serializable", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.ISerializableInvoker))] - public partial interface ISerializable : Java.Interop.IJavaPeerable, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/io/LineNumberInputStream", GenerateJavaPeer=false)] - [System.ObsoleteAttribute("This class is obsoleted in this android platform")] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class LineNumberInputStream : Java.IO.FilterInputStream - { - protected LineNumberInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LineNumberInputStream(Java.IO.InputStream? @in) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - public virtual int LineNumber { get { throw null; } set { } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/LineNumberReader", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class LineNumberReader : Java.IO.BufferedReader - { - protected LineNumberReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Reader;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LineNumberReader(Java.IO.Reader? @in) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Reader;I)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LineNumberReader(Java.IO.Reader? @in, int sz) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - public virtual int LineNumber { get { throw null; } set { } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/NotActiveException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NotActiveException : Java.IO.ObjectStreamException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NotActiveException() { } - protected NotActiveException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NotActiveException(string? reason) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/NotSerializableException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NotSerializableException : Java.IO.ObjectStreamException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NotSerializableException() { } - protected NotSerializableException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NotSerializableException(string? classname) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ObjectInputStream : Java.IO.InputStream, Java.Interop.IJavaPeerable, Java.IO.IDataInput, Java.IO.IObjectInput, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected ObjectInputStream() { } - protected ObjectInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;)V")] - public ObjectInputStream(Java.IO.InputStream? @in) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public Java.IO.IObjectInputFilter? ObjectInputFilter { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("defaultReadObject", "()V")] - public virtual void DefaultReadObject() { } - [Java.Interop.JniMethodSignatureAttribute("enableResolveObject", "(Z)Z")] - protected virtual bool EnableResolveObject(bool enable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public override int Read() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readBoolean", "()Z")] - public virtual bool ReadBoolean() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readByte", "()B")] - public virtual sbyte ReadByte() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readChar", "()C")] - public virtual char ReadChar() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readClassDescriptor", "()Ljava/io/ObjectStreamClass;")] - protected virtual Java.IO.ObjectStreamClass? ReadClassDescriptor() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readDouble", "()D")] - public virtual double ReadDouble() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readFields", "()Ljava/io/ObjectInputStream$GetField;")] - public virtual Java.IO.ObjectInputStream.GetField? ReadFields() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readFloat", "()F")] - public virtual float ReadFloat() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readFully", "([B)V")] - public virtual void ReadFully(Java.Interop.JavaSByteArray? buf) { } - [Java.Interop.JniMethodSignatureAttribute("readFully", "([BII)V")] - public virtual void ReadFully(Java.Interop.JavaSByteArray? buf, int off, int len) { } - [Java.Interop.JniMethodSignatureAttribute("readInt", "()I")] - public virtual int ReadInt() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLine", "()Ljava/lang/String;")] - [System.ObsoleteAttribute("deprecated")] - public virtual string? ReadLine() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLong", "()J")] - public virtual long ReadLong() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readObject", "()Ljava/lang/Object;")] - public Java.Lang.Object? ReadObject() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readObjectOverride", "()Ljava/lang/Object;")] - protected virtual Java.Lang.Object? ReadObjectOverride() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readShort", "()S")] - public virtual short ReadShort() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readStreamHeader", "()V")] - protected virtual void ReadStreamHeader() { } - [Java.Interop.JniMethodSignatureAttribute("readUnshared", "()Ljava/lang/Object;")] - public virtual Java.Lang.Object? ReadUnshared() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUnsignedByte", "()I")] - public virtual int ReadUnsignedByte() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUnsignedShort", "()I")] - public virtual int ReadUnsignedShort() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUTF", "()Ljava/lang/String;")] - public virtual string? ReadUTF() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("registerValidation", "(Ljava/io/ObjectInputValidation;I)V")] - public virtual void RegisterValidation(Java.IO.IObjectInputValidation? obj, int prio) { } - [Java.Interop.JniMethodSignatureAttribute("resolveClass", "(Ljava/io/ObjectStreamClass;)Ljava/lang/Class;")] - protected virtual Java.Lang.Class? ResolveClass(Java.IO.ObjectStreamClass? desc) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveObject", "(Ljava/lang/Object;)Ljava/lang/Object;")] - protected virtual Java.Lang.Object? ResolveObject(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveProxyClass", "([Ljava/lang/String;)Ljava/lang/Class;")] - protected virtual Java.Lang.Class? ResolveProxyClass([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? interfaces) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("skipBytes", "(I)I")] - public virtual int SkipBytes(int len) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectInputStream$GetField", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.ObjectInputStream.GetFieldInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public abstract partial class GetField : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public GetField() { } - protected GetField(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public abstract Java.IO.ObjectStreamClass? ObjectStreamClass { [Java.Interop.JniMethodSignatureAttribute("getObjectStreamClass", "()Ljava/io/ObjectStreamClass;")] get; } - public abstract bool Defaulted(string? p0); - public abstract Java.Lang.Object? Get(string? p0, Java.Lang.Object? p1); - public abstract bool Get(string? p0, bool p1); - public abstract char Get(string? p0, char p1); - public abstract double Get(string? p0, double p1); - public abstract short Get(string? p0, short p1); - public abstract int Get(string? p0, int p1); - public abstract long Get(string? p0, long p1); - public abstract sbyte Get(string? p0, sbyte p1); - public abstract float Get(string? p0, float p1); - } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public static partial class InterfaceConsts - { - public const int BaseWireHandle = 8257536; - public const int ProtocolVersion1 = 1; - public const int ProtocolVersion2 = 2; - public const sbyte ScBlockData = (sbyte)8; - public const sbyte ScEnum = (sbyte)16; - public const sbyte ScExternalizable = (sbyte)4; - public const sbyte ScSerializable = (sbyte)2; - public const sbyte ScWriteMethod = (sbyte)1; - public const short StreamMagic = (short)-21267; - public const short StreamVersion = (short)5; - public const sbyte TcArray = (sbyte)117; - public const sbyte TcBase = (sbyte)112; - public const sbyte TcBlockdata = (sbyte)119; - public const sbyte TcBlockdatalong = (sbyte)122; - public const sbyte TcClass = (sbyte)118; - public const sbyte TcClassdesc = (sbyte)114; - public const sbyte TcEndblockdata = (sbyte)120; - public const sbyte TcEnum = (sbyte)126; - public const sbyte TcException = (sbyte)123; - public const sbyte TcLongstring = (sbyte)124; - public const sbyte TcMax = (sbyte)126; - public const sbyte TcNull = (sbyte)112; - public const sbyte TcObject = (sbyte)115; - public const sbyte TcProxyclassdesc = (sbyte)125; - public const sbyte TcReference = (sbyte)113; - public const sbyte TcReset = (sbyte)121; - public const sbyte TcString = (sbyte)116; - } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectOutputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ObjectOutputStream : Java.IO.OutputStream, Java.Interop.IJavaPeerable, Java.IO.IDataOutput, Java.IO.IObjectOutput, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected ObjectOutputStream() { } - protected ObjectOutputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;)V")] - public ObjectOutputStream(Java.IO.OutputStream? @out) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("annotateClass", "(Ljava/lang/Class;)V")] - protected virtual void AnnotateClass(Java.Lang.Class? cl) { } - [Java.Interop.JniMethodSignatureAttribute("annotateProxyClass", "(Ljava/lang/Class;)V")] - protected virtual void AnnotateProxyClass(Java.Lang.Class? cl) { } - [Java.Interop.JniMethodSignatureAttribute("defaultWriteObject", "()V")] - public virtual void DefaultWriteObject() { } - [Java.Interop.JniMethodSignatureAttribute("drain", "()V")] - protected virtual void Drain() { } - [Java.Interop.JniMethodSignatureAttribute("enableReplaceObject", "(Z)Z")] - protected virtual bool EnableReplaceObject(bool enable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("putFields", "()Ljava/io/ObjectOutputStream$PutField;")] - public virtual Java.IO.ObjectOutputStream.PutField? PutFields() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("replaceObject", "(Ljava/lang/Object;)Ljava/lang/Object;")] - protected virtual Java.Lang.Object? ReplaceObject(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - public override void Write(int val) { } - [Java.Interop.JniMethodSignatureAttribute("writeBoolean", "(Z)V")] - public virtual void WriteBoolean(bool val) { } - [Java.Interop.JniMethodSignatureAttribute("writeByte", "(I)V")] - public virtual void WriteByte(int val) { } - [Java.Interop.JniMethodSignatureAttribute("writeBytes", "(Ljava/lang/String;)V")] - public virtual void WriteBytes(string? str) { } - [Java.Interop.JniMethodSignatureAttribute("writeChar", "(I)V")] - public virtual void WriteChar(int val) { } - [Java.Interop.JniMethodSignatureAttribute("writeChars", "(Ljava/lang/String;)V")] - public virtual void WriteChars(string? str) { } - [Java.Interop.JniMethodSignatureAttribute("writeClassDescriptor", "(Ljava/io/ObjectStreamClass;)V")] - protected virtual void WriteClassDescriptor(Java.IO.ObjectStreamClass? desc) { } - [Java.Interop.JniMethodSignatureAttribute("writeDouble", "(D)V")] - public virtual void WriteDouble(double val) { } - [Java.Interop.JniMethodSignatureAttribute("writeFields", "()V")] - public virtual void WriteFields() { } - [Java.Interop.JniMethodSignatureAttribute("writeFloat", "(F)V")] - public virtual void WriteFloat(float val) { } - [Java.Interop.JniMethodSignatureAttribute("writeInt", "(I)V")] - public virtual void WriteInt(int val) { } - [Java.Interop.JniMethodSignatureAttribute("writeLong", "(J)V")] - public virtual void WriteLong(long val) { } - [Java.Interop.JniMethodSignatureAttribute("writeObject", "(Ljava/lang/Object;)V")] - public void WriteObject(Java.Lang.Object? obj) { } - [Java.Interop.JniMethodSignatureAttribute("writeObjectOverride", "(Ljava/lang/Object;)V")] - protected virtual void WriteObjectOverride(Java.Lang.Object? obj) { } - [Java.Interop.JniMethodSignatureAttribute("writeShort", "(I)V")] - public virtual void WriteShort(int val) { } - [Java.Interop.JniMethodSignatureAttribute("writeStreamHeader", "()V")] - protected virtual void WriteStreamHeader() { } - [Java.Interop.JniMethodSignatureAttribute("writeUnshared", "(Ljava/lang/Object;)V")] - public virtual void WriteUnshared(Java.Lang.Object? obj) { } - [Java.Interop.JniMethodSignatureAttribute("writeUTF", "(Ljava/lang/String;)V")] - public virtual void WriteUTF(string? str) { } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public static partial class InterfaceConsts - { - public const int BaseWireHandle = 8257536; - public const int ProtocolVersion1 = 1; - public const int ProtocolVersion2 = 2; - public const sbyte ScBlockData = (sbyte)8; - public const sbyte ScEnum = (sbyte)16; - public const sbyte ScExternalizable = (sbyte)4; - public const sbyte ScSerializable = (sbyte)2; - public const sbyte ScWriteMethod = (sbyte)1; - public const short StreamMagic = (short)-21267; - public const short StreamVersion = (short)5; - public const sbyte TcArray = (sbyte)117; - public const sbyte TcBase = (sbyte)112; - public const sbyte TcBlockdata = (sbyte)119; - public const sbyte TcBlockdatalong = (sbyte)122; - public const sbyte TcClass = (sbyte)118; - public const sbyte TcClassdesc = (sbyte)114; - public const sbyte TcEndblockdata = (sbyte)120; - public const sbyte TcEnum = (sbyte)126; - public const sbyte TcException = (sbyte)123; - public const sbyte TcLongstring = (sbyte)124; - public const sbyte TcMax = (sbyte)126; - public const sbyte TcNull = (sbyte)112; - public const sbyte TcObject = (sbyte)115; - public const sbyte TcProxyclassdesc = (sbyte)125; - public const sbyte TcReference = (sbyte)113; - public const sbyte TcReset = (sbyte)121; - public const sbyte TcString = (sbyte)116; - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectOutputStream$PutField", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.ObjectOutputStream.PutFieldInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public abstract partial class PutField : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public PutField() { } - protected PutField(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public abstract void Put(string p0, Java.Lang.Object p1); - public abstract void Put(string p0, bool p1); - public abstract void Put(string p0, char p1); - public abstract void Put(string p0, double p1); - public abstract void Put(string p0, short p1); - public abstract void Put(string p0, int p1); - public abstract void Put(string p0, long p1); - public abstract void Put(string p0, sbyte p1); - public abstract void Put(string p0, float p1); - [System.ObsoleteAttribute("deprecated")] - public abstract void Write(Java.IO.IObjectOutput p0); - } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectStreamClass", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ObjectStreamClass : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected ObjectStreamClass(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual string? Name { get { throw null; } } - [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? NoFields { get { throw null; } } - public virtual long SerialVersionUID { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("forClass", "()Ljava/lang/Class;")] - public virtual Java.Lang.Class? ForClass() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getField", "(Ljava/lang/String;)Ljava/io/ObjectStreamField;")] - public virtual Java.IO.ObjectStreamField? GetField(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getFields", "()[Ljava/io/ObjectStreamField;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetFields() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lookup", "(Ljava/lang/Class;)Ljava/io/ObjectStreamClass;")] - public static Java.IO.ObjectStreamClass? Lookup(Java.Lang.Class? cl) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lookupAny", "(Ljava/lang/Class;)Ljava/io/ObjectStreamClass;")] - public static Java.IO.ObjectStreamClass? LookupAny(Java.Lang.Class? cl) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectStreamException", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.ObjectStreamExceptionInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public abstract partial class ObjectStreamException : Java.IO.IOException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected ObjectStreamException() { } - protected ObjectStreamException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected ObjectStreamException(string? message) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectStreamField", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ObjectStreamField : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - protected ObjectStreamField(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Class;)V")] - public ObjectStreamField(string? name, Java.Lang.Class? type) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Class;Z)V")] - public ObjectStreamField(string? name, Java.Lang.Class? type, bool unshared) { } - public virtual bool IsPrimitive { get { throw null; } } - public virtual bool IsUnshared { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual string? Name { get { throw null; } } - public virtual int Offset { get { throw null; } } - public virtual Java.Lang.Class? Type { get { throw null; } } - public virtual char TypeCode { get { throw null; } } - public virtual string? TypeString { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Object;)I")] - public virtual int CompareTo(Java.Lang.Object? obj) { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setOffset", "(I)V")] - protected virtual void SetOffset(int offset) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/OptionalDataException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class OptionalDataException : Java.IO.ObjectStreamException - { - protected OptionalDataException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public bool Eof { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - public int Length { get { throw null; } set { } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/OutputStream", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.OutputStreamInvoker))] - public abstract partial class OutputStream : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ICloseable, Java.IO.IFlushable, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public OutputStream() { } - protected OutputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public virtual void Close() { } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public virtual void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("nullOutputStream", "()Ljava/io/OutputStream;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.IO.OutputStream? NullOutputStream() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("write", "([B)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void Write(Java.Interop.JavaSByteArray? b) { } - [Java.Interop.JniMethodSignatureAttribute("write", "([BII)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void Write(Java.Interop.JavaSByteArray? b, int off, int len) { } - public abstract void Write(int p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/io/OutputStreamWriter", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class OutputStreamWriter : Java.IO.Writer - { - protected OutputStreamWriter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;)V")] - public OutputStreamWriter(Java.IO.OutputStream? @out) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;Ljava/lang/String;)V")] - public OutputStreamWriter(Java.IO.OutputStream? @out, string? charsetName) { } - public virtual string? Encoding { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public override void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("write", "([CII)V")] - public override void Write(Java.Interop.JavaCharArray? cbuf, int off, int len) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/PipedInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class PipedInputStream : Java.IO.InputStream - { - protected const int PipeSize = 1024; - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public PipedInputStream() { } - protected PipedInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/PipedOutputStream;)V")] - public PipedInputStream(Java.IO.PipedOutputStream? src) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/PipedOutputStream;I)V")] - public PipedInputStream(Java.IO.PipedOutputStream? src, int pipeSize) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public PipedInputStream(int pipeSize) { } - protected Java.Interop.JavaSByteArray? Buffer { get { throw null; } set { } } - protected int In { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int Out { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("connect", "(Ljava/io/PipedOutputStream;)V")] - public virtual void Connect(Java.IO.PipedOutputStream? src) { } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public override int Read() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("receive", "(I)V")] - protected virtual void Receive(int b) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/PipedOutputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class PipedOutputStream : Java.IO.OutputStream - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public PipedOutputStream() { } - protected PipedOutputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/PipedInputStream;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public PipedOutputStream(Java.IO.PipedInputStream? snk) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("connect", "(Ljava/io/PipedInputStream;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void Connect(Java.IO.PipedInputStream? snk) { } - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - public override void Write(int b) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/PipedReader", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class PipedReader : Java.IO.Reader - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public PipedReader() { } - protected PipedReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/PipedWriter;)V")] - public PipedReader(Java.IO.PipedWriter? src) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/PipedWriter;I)V")] - public PipedReader(Java.IO.PipedWriter? src, int pipeSize) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public PipedReader(int pipeSize) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("connect", "(Ljava/io/PipedWriter;)V")] - public virtual void Connect(Java.IO.PipedWriter? src) { } - [Java.Interop.JniMethodSignatureAttribute("read", "([CII)I")] - public override int Read(Java.Interop.JavaCharArray? cbuf, int off, int len) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/PipedWriter", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class PipedWriter : Java.IO.Writer - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public PipedWriter() { } - protected PipedWriter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/PipedReader;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public PipedWriter(Java.IO.PipedReader? snk) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("connect", "(Ljava/io/PipedReader;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void Connect(Java.IO.PipedReader? snk) { } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public override void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("write", "([CII)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public override void Write(Java.Interop.JavaCharArray? cbuf, int off, int len) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/PrintStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class PrintStream : Java.IO.FilterOutputStream, Java.Interop.IJavaPeerable, Java.IO.ICloseable, Java.Lang.IAppendable, Java.Lang.IAutoCloseable, System.IDisposable - { - protected PrintStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;)V")] - public PrintStream(Java.IO.File? file) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;Ljava/lang/String;)V")] - public PrintStream(Java.IO.File? file, string? csn) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;)V")] - public PrintStream(Java.IO.OutputStream? @out) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;Z)V")] - public PrintStream(Java.IO.OutputStream? @out, bool autoFlush) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;ZLjava/lang/String;)V")] - public PrintStream(Java.IO.OutputStream? @out, bool autoFlush, string? encoding) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public PrintStream(string? fileName) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/String;)V")] - public PrintStream(string? fileName, string? csn) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;)Ljava/io/PrintStream;")] - public virtual Java.IO.PrintStream? Append(Java.Lang.ICharSequence? csq) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/io/PrintStream;")] - public virtual Java.IO.PrintStream? Append(Java.Lang.ICharSequence? csq, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(C)Ljava/io/PrintStream;")] - public virtual Java.IO.PrintStream? Append(char c) { throw null; } - public Java.IO.PrintStream? Append(string? csq) { throw null; } - public Java.IO.PrintStream? Append(string? csq, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("checkError", "()Z")] - public virtual bool CheckError() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("clearError", "()V")] - protected virtual void ClearError() { } - [Java.Interop.JniMethodSignatureAttribute("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;")] - public virtual Java.IO.PrintStream? Format(string? format, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - Java.Lang.IAppendable? Java.Lang.IAppendable.Append(Java.Lang.ICharSequence? p0) { throw null; } - Java.Lang.IAppendable? Java.Lang.IAppendable.Append(Java.Lang.ICharSequence? p0, int p1, int p2) { throw null; } - Java.Lang.IAppendable? Java.Lang.IAppendable.Append(char p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("print", "([C)V")] - public virtual void Print(Java.Interop.JavaCharArray? s) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(Ljava/lang/Object;)V")] - public virtual void Print(Java.Lang.Object? obj) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(Z)V")] - public virtual void Print(bool b) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(C)V")] - public virtual void Print(char c) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(D)V")] - public virtual void Print(double d) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(I)V")] - public virtual void Print(int i) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(J)V")] - public virtual void Print(long l) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(F)V")] - public virtual void Print(float f) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(Ljava/lang/String;)V")] - public virtual void Print(string? s) { } - [Java.Interop.JniMethodSignatureAttribute("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintStream;")] - public virtual Java.IO.PrintStream? Printf(string? format, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("println", "()V")] - public virtual void Println() { } - [Java.Interop.JniMethodSignatureAttribute("println", "([C)V")] - public virtual void Println(Java.Interop.JavaCharArray? x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(Ljava/lang/Object;)V")] - public virtual void Println(Java.Lang.Object? x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(Z)V")] - public virtual void Println(bool x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(C)V")] - public virtual void Println(char x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(D)V")] - public virtual void Println(double x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(I)V")] - public virtual void Println(int x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(J)V")] - public virtual void Println(long x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(F)V")] - public virtual void Println(float x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(Ljava/lang/String;)V")] - public virtual void Println(string? x) { } - [Java.Interop.JniMethodSignatureAttribute("setError", "()V")] - protected virtual void SetError() { } - [Java.Interop.JniMethodSignatureAttribute("writeBytes", "([B)V")] - public virtual void WriteBytes(Java.Interop.JavaSByteArray? buf) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/PrintWriter", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class PrintWriter : Java.IO.Writer - { - protected PrintWriter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;)V")] - public PrintWriter(Java.IO.File? file) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;Ljava/lang/String;)V")] - public PrintWriter(Java.IO.File? file, string? csn) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;)V")] - public PrintWriter(Java.IO.OutputStream? @out) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/OutputStream;Z)V")] - public PrintWriter(Java.IO.OutputStream? @out, bool autoFlush) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Writer;)V")] - public PrintWriter(Java.IO.Writer? @out) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Writer;Z)V")] - public PrintWriter(Java.IO.Writer? @out, bool autoFlush) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public PrintWriter(string? fileName) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/String;)V")] - public PrintWriter(string? fileName, string? csn) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected Java.IO.Writer? Out { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("checkError", "()Z")] - public virtual bool CheckError() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("clearError", "()V")] - protected virtual void ClearError() { } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public override void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;")] - public virtual Java.IO.PrintWriter? Format(string? format, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("print", "([C)V")] - public virtual void Print(Java.Interop.JavaCharArray? s) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(Ljava/lang/Object;)V")] - public virtual void Print(Java.Lang.Object? obj) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(Z)V")] - public virtual void Print(bool b) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(C)V")] - public virtual void Print(char c) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(D)V")] - public virtual void Print(double d) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(I)V")] - public virtual void Print(int i) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(J)V")] - public virtual void Print(long l) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(F)V")] - public virtual void Print(float f) { } - [Java.Interop.JniMethodSignatureAttribute("print", "(Ljava/lang/String;)V")] - public virtual void Print(string? s) { } - [Java.Interop.JniMethodSignatureAttribute("printf", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;")] - public virtual Java.IO.PrintWriter? Printf(string? format, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("println", "()V")] - public virtual void Println() { } - [Java.Interop.JniMethodSignatureAttribute("println", "([C)V")] - public virtual void Println(Java.Interop.JavaCharArray? x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(Ljava/lang/Object;)V")] - public virtual void Println(Java.Lang.Object? x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(Z)V")] - public virtual void Println(bool x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(C)V")] - public virtual void Println(char x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(D)V")] - public virtual void Println(double x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(I)V")] - public virtual void Println(int x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(J)V")] - public virtual void Println(long x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(F)V")] - public virtual void Println(float x) { } - [Java.Interop.JniMethodSignatureAttribute("println", "(Ljava/lang/String;)V")] - public virtual void Println(string? x) { } - [Java.Interop.JniMethodSignatureAttribute("setError", "()V")] - protected virtual void SetError() { } - [Java.Interop.JniMethodSignatureAttribute("write", "([CII)V")] - public override void Write(Java.Interop.JavaCharArray? buf, int off, int len) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/PushbackInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class PushbackInputStream : Java.IO.FilterInputStream - { - protected PushbackInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;)V")] - public PushbackInputStream(Java.IO.InputStream? @in) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;I)V")] - public PushbackInputStream(Java.IO.InputStream? @in, int size) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - protected Java.Interop.JavaSByteArray? Buf { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int Pos { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("unread", "([B)V")] - public virtual void Unread(Java.Interop.JavaSByteArray? b) { } - [Java.Interop.JniMethodSignatureAttribute("unread", "([BII)V")] - public virtual void Unread(Java.Interop.JavaSByteArray? b, int off, int len) { } - [Java.Interop.JniMethodSignatureAttribute("unread", "(I)V")] - public virtual void Unread(int b) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/PushbackReader", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class PushbackReader : Java.IO.FilterReader - { - protected PushbackReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Reader;)V")] - public PushbackReader(Java.IO.Reader? @in) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Reader;I)V")] - public PushbackReader(Java.IO.Reader? @in, int size) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("unread", "([C)V")] - public virtual void Unread(Java.Interop.JavaCharArray? cbuf) { } - [Java.Interop.JniMethodSignatureAttribute("unread", "([CII)V")] - public virtual void Unread(Java.Interop.JavaCharArray? cbuf, int off, int len) { } - [Java.Interop.JniMethodSignatureAttribute("unread", "(I)V")] - public virtual void Unread(int c) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/RandomAccessFile", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class RandomAccessFile : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ICloseable, Java.IO.IDataInput, Java.IO.IDataOutput, Java.Lang.IAutoCloseable, System.IDisposable - { - protected RandomAccessFile(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/File;Ljava/lang/String;)V")] - public RandomAccessFile(Java.IO.File? file, string? mode) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/String;)V")] - public RandomAccessFile(string? name, string? mode) { } - public Java.IO.FileDescriptor? FD { get { throw null; } } - public virtual long FilePointer { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public virtual void Close() { } - [Java.Interop.JniMethodSignatureAttribute("length", "()J")] - public virtual long Length() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public virtual int Read() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "([B)I")] - public virtual int Read(Java.Interop.JavaSByteArray? b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "([BII)I")] - public virtual int Read(Java.Interop.JavaSByteArray? b, int off, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readBoolean", "()Z")] - public bool ReadBoolean() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readByte", "()B")] - public sbyte ReadByte() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readChar", "()C")] - public char ReadChar() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readDouble", "()D")] - public double ReadDouble() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readFloat", "()F")] - public float ReadFloat() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readFully", "([B)V")] - public void ReadFully(Java.Interop.JavaSByteArray? b) { } - [Java.Interop.JniMethodSignatureAttribute("readFully", "([BII)V")] - public void ReadFully(Java.Interop.JavaSByteArray? b, int off, int len) { } - [Java.Interop.JniMethodSignatureAttribute("readInt", "()I")] - public int ReadInt() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLine", "()Ljava/lang/String;")] - public string? ReadLine() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLong", "()J")] - public long ReadLong() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readShort", "()S")] - public short ReadShort() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUnsignedByte", "()I")] - public int ReadUnsignedByte() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUnsignedShort", "()I")] - public int ReadUnsignedShort() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readUTF", "()Ljava/lang/String;")] - public string? ReadUTF() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("seek", "(J)V")] - public virtual void Seek(long pos) { } - [Java.Interop.JniMethodSignatureAttribute("setLength", "(J)V")] - public virtual void SetLength(long p0) { } - [Java.Interop.JniMethodSignatureAttribute("skipBytes", "(I)I")] - public virtual int SkipBytes(int n) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("write", "([B)V")] - public virtual void Write(Java.Interop.JavaSByteArray? b) { } - [Java.Interop.JniMethodSignatureAttribute("write", "([BII)V")] - public virtual void Write(Java.Interop.JavaSByteArray? b, int off, int len) { } - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - public virtual void Write(int b) { } - [Java.Interop.JniMethodSignatureAttribute("writeBoolean", "(Z)V")] - public void WriteBoolean(bool v) { } - [Java.Interop.JniMethodSignatureAttribute("writeByte", "(I)V")] - public void WriteByte(int v) { } - [Java.Interop.JniMethodSignatureAttribute("writeBytes", "(Ljava/lang/String;)V")] - public void WriteBytes(string? s) { } - [Java.Interop.JniMethodSignatureAttribute("writeChar", "(I)V")] - public void WriteChar(int v) { } - [Java.Interop.JniMethodSignatureAttribute("writeChars", "(Ljava/lang/String;)V")] - public void WriteChars(string? s) { } - [Java.Interop.JniMethodSignatureAttribute("writeDouble", "(D)V")] - public void WriteDouble(double v) { } - [Java.Interop.JniMethodSignatureAttribute("writeFloat", "(F)V")] - public void WriteFloat(float v) { } - [Java.Interop.JniMethodSignatureAttribute("writeInt", "(I)V")] - public void WriteInt(int v) { } - [Java.Interop.JniMethodSignatureAttribute("writeLong", "(J)V")] - public void WriteLong(long v) { } - [Java.Interop.JniMethodSignatureAttribute("writeShort", "(I)V")] - public void WriteShort(int v) { } - [Java.Interop.JniMethodSignatureAttribute("writeUTF", "(Ljava/lang/String;)V")] - public void WriteUTF(string? str) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/Reader", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.ReaderInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class Reader : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ICloseable, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected Reader() { } - protected Reader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;)V")] - protected Reader(Java.Lang.Object? @lock) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected Java.Lang.Object? Lock { get { throw null; } set { } } - public abstract void Close(); - [Java.Interop.JniMethodSignatureAttribute("mark", "(I)V")] - public virtual void Mark(int readAheadLimit) { } - [Java.Interop.JniMethodSignatureAttribute("markSupported", "()Z")] - public virtual bool MarkSupported() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nullReader", "()Ljava/io/Reader;")] - public static Java.IO.Reader? NullReader() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public virtual int Read() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "([C)I")] - public virtual int Read(Java.Interop.JavaCharArray? cbuf) { throw null; } - public abstract int Read(Java.Interop.JavaCharArray? p0, int p1, int p2); - [Java.Interop.JniMethodSignatureAttribute("ready", "()Z")] - public virtual bool Ready() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - [Java.Interop.JniMethodSignatureAttribute("skip", "(J)J")] - public virtual long Skip(long n) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("transferTo", "(Ljava/io/Writer;)J")] - public virtual long TransferTo(Java.IO.Writer? @out) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/SequenceInputStream", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class SequenceInputStream : Java.IO.InputStream - { - protected SequenceInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;Ljava/io/InputStream;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public SequenceInputStream(Java.IO.InputStream? s1, Java.IO.InputStream? s2) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public override int Read() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/StreamCorruptedException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class StreamCorruptedException : Java.IO.ObjectStreamException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public StreamCorruptedException() { } - protected StreamCorruptedException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public StreamCorruptedException(string? reason) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/StreamTokenizer", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class StreamTokenizer : Java.Lang.Object - { - public const int TtEof = -1; - public const int TtEol = 10; - public const int TtNumber = -2; - public const int TtWord = -3; - protected StreamTokenizer(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/InputStream;)V")] - [System.ObsoleteAttribute("deprecated")] - public StreamTokenizer(Java.IO.InputStream? @is) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/Reader;)V")] - public StreamTokenizer(Java.IO.Reader? r) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public double Nval { get { throw null; } set { } } - public string? Sval { get { throw null; } set { } } - public int Ttype { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("commentChar", "(I)V")] - public virtual void CommentChar(int ch) { } - [Java.Interop.JniMethodSignatureAttribute("eolIsSignificant", "(Z)V")] - public virtual void EolIsSignificant(bool flag) { } - [Java.Interop.JniMethodSignatureAttribute("lineno", "()I")] - public virtual int Lineno() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lowerCaseMode", "(Z)V")] - public virtual void LowerCaseMode(bool fl) { } - [Java.Interop.JniMethodSignatureAttribute("ordinaryChar", "(I)V")] - public virtual void OrdinaryChar(int ch) { } - [Java.Interop.JniMethodSignatureAttribute("ordinaryChars", "(II)V")] - public virtual void OrdinaryChars(int low, int hi) { } - [Java.Interop.JniMethodSignatureAttribute("parseNumbers", "()V")] - public virtual void ParseNumbers() { } - [Java.Interop.JniMethodSignatureAttribute("pushBack", "()V")] - public virtual void PushBack() { } - [Java.Interop.JniMethodSignatureAttribute("quoteChar", "(I)V")] - public virtual void QuoteChar(int ch) { } - [Java.Interop.JniMethodSignatureAttribute("resetSyntax", "()V")] - public virtual void ResetSyntax() { } - [Java.Interop.JniMethodSignatureAttribute("slashSlashComments", "(Z)V")] - public virtual void SlashSlashComments(bool flag) { } - [Java.Interop.JniMethodSignatureAttribute("slashStarComments", "(Z)V")] - public virtual void SlashStarComments(bool flag) { } - [Java.Interop.JniMethodSignatureAttribute("whitespaceChars", "(II)V")] - public virtual void WhitespaceChars(int low, int hi) { } - [Java.Interop.JniMethodSignatureAttribute("wordChars", "(II)V")] - public virtual void WordChars(int low, int hi) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/StringBufferInputStream", GenerateJavaPeer=false)] - [System.ObsoleteAttribute("This class is obsoleted in this android platform")] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class StringBufferInputStream : Java.IO.InputStream - { - protected StringBufferInputStream(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public StringBufferInputStream(string? s) { } - protected string? Buffer { get { throw null; } set { } } - protected int Count { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int Pos { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("read", "()I")] - public override int Read() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/StringReader", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class StringReader : Java.IO.Reader - { - protected StringReader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public StringReader(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("read", "([CII)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public override int Read(Java.Interop.JavaCharArray? cbuf, int off, int len) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/StringWriter", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class StringWriter : Java.IO.Writer - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public StringWriter() { } - protected StringWriter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public StringWriter(int initialSize) { } - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - public virtual Java.Lang.StringBuffer? Buffer { [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public override void Close() { } - [Java.Interop.JniMethodSignatureAttribute("flush", "()V")] - public override void Flush() { } - [Java.Interop.JniMethodSignatureAttribute("write", "([CII)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public override void Write(Java.Interop.JavaCharArray? cbuf, int off, int len) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/SyncFailedException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class SyncFailedException : Java.IO.IOException - { - protected SyncFailedException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public SyncFailedException(string? desc) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/UncheckedIOException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class UncheckedIOException : Java.Lang.RuntimeException - { - protected UncheckedIOException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/io/IOException;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UncheckedIOException(Java.IO.IOException? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/io/IOException;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UncheckedIOException(string? message, Java.IO.IOException? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/UnsupportedEncodingException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class UnsupportedEncodingException : Java.IO.IOException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public UnsupportedEncodingException() { } - protected UnsupportedEncodingException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UnsupportedEncodingException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/UTFDataFormatException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class UTFDataFormatException : Java.IO.IOException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public UTFDataFormatException() { } - protected UTFDataFormatException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UTFDataFormatException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/WriteAbortedException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class WriteAbortedException : Java.IO.ObjectStreamException - { - protected WriteAbortedException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Exception;)V")] - public WriteAbortedException(string? s, Java.Lang.Exception? ex) { } - [System.ObsoleteAttribute("deprecated")] - public Java.Lang.Exception? Detail { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/io/Writer", GenerateJavaPeer=false, InvokerType=typeof(Java.IO.WriterInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class Writer : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ICloseable, Java.IO.IFlushable, Java.Lang.IAppendable, Java.Lang.IAutoCloseable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected Writer() { } - protected Writer(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;)V")] - protected Writer(Java.Lang.Object? @lock) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected Java.Lang.Object? Lock { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;)Ljava/io/Writer;")] - public virtual Java.IO.Writer? Append(Java.Lang.ICharSequence? csq) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/io/Writer;")] - public virtual Java.IO.Writer? Append(Java.Lang.ICharSequence? csq, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(C)Ljava/io/Writer;")] - public virtual Java.IO.Writer? Append(char c) { throw null; } - public Java.IO.Writer? Append(string? csq) { throw null; } - public Java.IO.Writer? Append(string? csq, int start, int end) { throw null; } - public abstract void Close(); - public abstract void Flush(); - Java.Lang.IAppendable? Java.Lang.IAppendable.Append(Java.Lang.ICharSequence? p0) { throw null; } - Java.Lang.IAppendable? Java.Lang.IAppendable.Append(Java.Lang.ICharSequence? p0, int p1, int p2) { throw null; } - Java.Lang.IAppendable? Java.Lang.IAppendable.Append(char p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nullWriter", "()Ljava/io/Writer;")] - public static Java.IO.Writer? NullWriter() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("write", "([C)V")] - public virtual void Write(Java.Interop.JavaCharArray? cbuf) { } - public abstract void Write(Java.Interop.JavaCharArray? p0, int p1, int p2); - [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")] - public virtual void Write(int c) { } - [Java.Interop.JniMethodSignatureAttribute("write", "(Ljava/lang/String;)V")] - public virtual void Write(string? str) { } - [Java.Interop.JniMethodSignatureAttribute("write", "(Ljava/lang/String;II)V")] - public virtual void Write(string? str, int off, int len) { } - } -} -namespace Java.Lang -{ - [Java.Interop.JniTypeSignatureAttribute("java/lang/AbstractMethodError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class AbstractMethodError : Java.Lang.IncompatibleClassChangeError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AbstractMethodError() { } - protected AbstractMethodError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public AbstractMethodError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ArithmeticException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ArithmeticException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ArithmeticException() { } - protected ArithmeticException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ArithmeticException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ArrayIndexOutOfBoundsException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ArrayIndexOutOfBoundsException : Java.Lang.IndexOutOfBoundsException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ArrayIndexOutOfBoundsException() { } - protected ArrayIndexOutOfBoundsException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public ArrayIndexOutOfBoundsException(int index) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ArrayIndexOutOfBoundsException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ArrayStoreException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ArrayStoreException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ArrayStoreException() { } - protected ArrayStoreException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ArrayStoreException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/AssertionError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class AssertionError : Java.Lang.Error - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AssertionError() { } - protected AssertionError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public AssertionError(Java.Lang.Object? detailMessage) { } - [Java.Interop.JniConstructorSignatureAttribute("(Z)V")] - public AssertionError(bool detailMessage) { } - [Java.Interop.JniConstructorSignatureAttribute("(C)V")] - public AssertionError(char detailMessage) { } - [Java.Interop.JniConstructorSignatureAttribute("(D)V")] - public AssertionError(double detailMessage) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public AssertionError(int detailMessage) { } - [Java.Interop.JniConstructorSignatureAttribute("(J)V")] - public AssertionError(long detailMessage) { } - [Java.Interop.JniConstructorSignatureAttribute("(F)V")] - public AssertionError(float detailMessage) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public AssertionError(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Boolean", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Boolean : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.IComparable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("(Z)V")] - [System.ObsoleteAttribute("deprecated")] - public Boolean(bool value) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.ObsoleteAttribute("deprecated")] - public Boolean(string? s) { } - public static Java.Lang.Boolean? False { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Boolean? True { get { throw null; } } - public static Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("booleanValue", "()Z")] - public bool BooleanValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compare", "(ZZ)I")] - public static int Compare(bool x, bool y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Boolean;)I")] - public int CompareTo(Java.Lang.Boolean? b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getBoolean", "(Ljava/lang/String;)Z")] - public static bool GetBoolean(string? name) { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "(Z)I")] - public static int HashCode(bool value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("logicalAnd", "(ZZ)Z")] - public static bool LogicalAnd(bool a, bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("logicalOr", "(ZZ)Z")] - public static bool LogicalOr(bool a, bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("logicalXor", "(ZZ)Z")] - public static bool LogicalXor(bool a, bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseBoolean", "(Ljava/lang/String;)Z")] - public static bool ParseBoolean(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(Z)Ljava/lang/String;")] - public static string? ToString(bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Z)Ljava/lang/Boolean;")] - public static Java.Lang.Boolean? ValueOf(bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Boolean;")] - public static Java.Lang.Boolean? ValueOf(string? s) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/BootstrapMethodError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class BootstrapMethodError : Java.Lang.LinkageError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public BootstrapMethodError() { } - protected BootstrapMethodError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public BootstrapMethodError(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public BootstrapMethodError(string? s) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public BootstrapMethodError(string? s, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Byte", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Byte : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - public const int Bytes = 1; - public const sbyte MaxValue = (sbyte)127; - public const sbyte MinValue = (sbyte)-128; - public const int Size = 8; - [Java.Interop.JniConstructorSignatureAttribute("(B)V")] - [System.ObsoleteAttribute("deprecated")] - public Byte(sbyte value) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.ObsoleteAttribute("deprecated")] - public Byte(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compare", "(BB)I")] - public static int Compare(sbyte x, sbyte y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Byte;)I")] - public int CompareTo(Java.Lang.Byte? anotherByte) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareUnsigned", "(BB)I")] - public static int CompareUnsigned(sbyte x, sbyte y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decode", "(Ljava/lang/String;)Ljava/lang/Byte;")] - public static Java.Lang.Byte? Decode(string? nm) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "(B)I")] - public static int HashCode(sbyte value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseByte", "(Ljava/lang/String;)B")] - public static sbyte ParseByte(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseByte", "(Ljava/lang/String;I)B")] - public static sbyte ParseByte(string? s, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(B)Ljava/lang/String;")] - public static string? ToString(sbyte b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedInt", "(B)I")] - public static int ToUnsignedInt(sbyte x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedLong", "(B)J")] - public static long ToUnsignedLong(sbyte x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(B)Ljava/lang/Byte;")] - public static Java.Lang.Byte? ValueOf(sbyte b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Byte;")] - public static Java.Lang.Byte? ValueOf(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;I)Ljava/lang/Byte;")] - public static Java.Lang.Byte? ValueOf(string? s, int radix) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Character", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Character : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.IComparable, System.IDisposable - { - public const int Bytes = 2; - public const sbyte CombiningSpacingMark = (sbyte)8; - public const sbyte ConnectorPunctuation = (sbyte)23; - public const sbyte Control = (sbyte)15; - public const sbyte CurrencySymbol = (sbyte)26; - public const sbyte DashPunctuation = (sbyte)20; - public const sbyte DecimalDigitNumber = (sbyte)9; - public const sbyte DirectionalityArabicNumber = (sbyte)6; - public const sbyte DirectionalityBoundaryNeutral = (sbyte)9; - public const sbyte DirectionalityCommonNumberSeparator = (sbyte)7; - public const sbyte DirectionalityEuropeanNumber = (sbyte)3; - public const sbyte DirectionalityEuropeanNumberSeparator = (sbyte)4; - public const sbyte DirectionalityEuropeanNumberTerminator = (sbyte)5; - public const sbyte DirectionalityFirstStrongIsolate = (sbyte)21; - public const sbyte DirectionalityLeftToRight = (sbyte)0; - public const sbyte DirectionalityLeftToRightEmbedding = (sbyte)14; - public const sbyte DirectionalityLeftToRightIsolate = (sbyte)19; - public const sbyte DirectionalityLeftToRightOverride = (sbyte)15; - public const sbyte DirectionalityNonspacingMark = (sbyte)8; - public const sbyte DirectionalityOtherNeutrals = (sbyte)13; - public const sbyte DirectionalityParagraphSeparator = (sbyte)10; - public const sbyte DirectionalityPopDirectionalFormat = (sbyte)18; - public const sbyte DirectionalityPopDirectionalIsolate = (sbyte)22; - public const sbyte DirectionalityRightToLeft = (sbyte)1; - public const sbyte DirectionalityRightToLeftArabic = (sbyte)2; - public const sbyte DirectionalityRightToLeftEmbedding = (sbyte)16; - public const sbyte DirectionalityRightToLeftIsolate = (sbyte)20; - public const sbyte DirectionalityRightToLeftOverride = (sbyte)17; - public const sbyte DirectionalitySegmentSeparator = (sbyte)11; - public const sbyte DirectionalityUndefined = (sbyte)-1; - public const sbyte DirectionalityWhitespace = (sbyte)12; - public const sbyte EnclosingMark = (sbyte)7; - public const sbyte EndPunctuation = (sbyte)22; - public const sbyte FinalQuotePunctuation = (sbyte)30; - public const sbyte Format = (sbyte)16; - public const sbyte InitialQuotePunctuation = (sbyte)29; - public const sbyte LetterNumber = (sbyte)10; - public const sbyte LineSeparator = (sbyte)13; - public const sbyte LowercaseLetter = (sbyte)2; - public const sbyte MathSymbol = (sbyte)25; - public const int MaxCodePoint = 1114111; - public const char MaxHighSurrogate = '\uDBFF'; - public const char MaxLowSurrogate = '\uDFFF'; - public const int MaxRadix = 36; - public const char MaxSurrogate = '\uDFFF'; - public const char MaxValue = '\uFFFF'; - public const int MinCodePoint = 0; - public const char MinHighSurrogate = '\uD800'; - public const char MinLowSurrogate = '\uDC00'; - public const int MinRadix = 2; - public const int MinSupplementaryCodePoint = 65536; - public const char MinSurrogate = '\uD800'; - public const char MinValue = '\0'; - public const sbyte ModifierLetter = (sbyte)4; - public const sbyte ModifierSymbol = (sbyte)27; - public const sbyte NonSpacingMark = (sbyte)6; - public const sbyte OtherLetter = (sbyte)5; - public const sbyte OtherNumber = (sbyte)11; - public const sbyte OtherPunctuation = (sbyte)24; - public const sbyte OtherSymbol = (sbyte)28; - public const sbyte ParagraphSeparator = (sbyte)14; - public const sbyte PrivateUse = (sbyte)18; - public const int Size = 16; - public const sbyte SpaceSeparator = (sbyte)12; - public const sbyte StartPunctuation = (sbyte)21; - public const sbyte Surrogate = (sbyte)19; - public const sbyte TitlecaseLetter = (sbyte)3; - public const sbyte Unassigned = (sbyte)0; - public const sbyte UppercaseLetter = (sbyte)1; - [Java.Interop.JniConstructorSignatureAttribute("(C)V")] - [System.ObsoleteAttribute("deprecated")] - public Character(char value) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("charCount", "(I)I")] - public static int CharCount(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("charValue", "()C")] - public char CharValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointAt", "([CI)I")] - public static int CodePointAt(Java.Interop.JavaCharArray? a, int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointAt", "([CII)I")] - public static int CodePointAt(Java.Interop.JavaCharArray? a, int index, int limit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointAt", "(Ljava/lang/CharSequence;I)I")] - public static int CodePointAt(Java.Lang.ICharSequence? seq, int index) { throw null; } - public static int CodePointAt(string? seq, int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointBefore", "([CI)I")] - public static int CodePointBefore(Java.Interop.JavaCharArray? a, int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointBefore", "([CII)I")] - public static int CodePointBefore(Java.Interop.JavaCharArray? a, int index, int start) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointBefore", "(Ljava/lang/CharSequence;I)I")] - public static int CodePointBefore(Java.Lang.ICharSequence? seq, int index) { throw null; } - public static int CodePointBefore(string? seq, int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointCount", "([CII)I")] - public static int CodePointCount(Java.Interop.JavaCharArray? a, int offset, int count) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointCount", "(Ljava/lang/CharSequence;II)I")] - public static int CodePointCount(Java.Lang.ICharSequence? seq, int beginIndex, int endIndex) { throw null; } - public static int CodePointCount(string? seq, int beginIndex, int endIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointOf", "(Ljava/lang/String;)I")] - public static int CodePointOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compare", "(CC)I")] - public static int Compare(char x, char y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Character;)I")] - public int CompareTo(Java.Lang.Character? anotherCharacter) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("digit", "(CI)I")] - public static int Digit(char ch, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("digit", "(II)I")] - public static int Digit(int codePoint, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("forDigit", "(II)C")] - public static char ForDigit(int digit, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDirectionality", "(C)B")] - public static sbyte GetDirectionality(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDirectionality", "(I)B")] - public static sbyte GetDirectionality(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getName", "(I)Ljava/lang/String;")] - public static string? GetName(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getNumericValue", "(C)I")] - public static int GetNumericValue(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getNumericValue", "(I)I")] - public static int GetNumericValue(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getType", "(C)I")] - public static int GetType(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getType", "(I)I")] - public static int GetType(int codePoint) { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "(C)I")] - public static int HashCode(char value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("highSurrogate", "(I)C")] - public static char HighSurrogate(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isAlphabetic", "(I)Z")] - public static bool IsAlphabetic(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isBmpCodePoint", "(I)Z")] - public static bool IsBmpCodePoint(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isDefined", "(C)Z")] - public static bool IsDefined(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isDefined", "(I)Z")] - public static bool IsDefined(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isDigit", "(C)Z")] - public static bool IsDigit(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isDigit", "(I)Z")] - public static bool IsDigit(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isHighSurrogate", "(C)Z")] - public static bool IsHighSurrogate(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isIdentifierIgnorable", "(C)Z")] - public static bool IsIdentifierIgnorable(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isIdentifierIgnorable", "(I)Z")] - public static bool IsIdentifierIgnorable(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isIdeographic", "(I)Z")] - public static bool IsIdeographic(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isISOControl", "(C)Z")] - public static bool IsISOControl(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isISOControl", "(I)Z")] - public static bool IsISOControl(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isJavaIdentifierPart", "(C)Z")] - public static bool IsJavaIdentifierPart(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isJavaIdentifierPart", "(I)Z")] - public static bool IsJavaIdentifierPart(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isJavaIdentifierStart", "(C)Z")] - public static bool IsJavaIdentifierStart(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isJavaIdentifierStart", "(I)Z")] - public static bool IsJavaIdentifierStart(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isJavaLetter", "(C)Z")] - [System.ObsoleteAttribute("deprecated")] - public static bool IsJavaLetter(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isJavaLetterOrDigit", "(C)Z")] - [System.ObsoleteAttribute("deprecated")] - public static bool IsJavaLetterOrDigit(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isLetter", "(C)Z")] - public static bool IsLetter(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isLetter", "(I)Z")] - public static bool IsLetter(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isLetterOrDigit", "(C)Z")] - public static bool IsLetterOrDigit(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isLetterOrDigit", "(I)Z")] - public static bool IsLetterOrDigit(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isLowerCase", "(C)Z")] - public static bool IsLowerCase(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isLowerCase", "(I)Z")] - public static bool IsLowerCase(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isLowSurrogate", "(C)Z")] - public static bool IsLowSurrogate(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isMirrored", "(C)Z")] - public static bool IsMirrored(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isMirrored", "(I)Z")] - public static bool IsMirrored(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isSpace", "(C)Z")] - [System.ObsoleteAttribute("deprecated")] - public static bool IsSpace(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isSpaceChar", "(C)Z")] - public static bool IsSpaceChar(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isSpaceChar", "(I)Z")] - public static bool IsSpaceChar(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isSupplementaryCodePoint", "(I)Z")] - public static bool IsSupplementaryCodePoint(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isSurrogate", "(C)Z")] - public static bool IsSurrogate(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isSurrogatePair", "(CC)Z")] - public static bool IsSurrogatePair(char high, char low) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isTitleCase", "(C)Z")] - public static bool IsTitleCase(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isTitleCase", "(I)Z")] - public static bool IsTitleCase(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isUnicodeIdentifierPart", "(C)Z")] - public static bool IsUnicodeIdentifierPart(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isUnicodeIdentifierPart", "(I)Z")] - public static bool IsUnicodeIdentifierPart(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isUnicodeIdentifierStart", "(C)Z")] - public static bool IsUnicodeIdentifierStart(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isUnicodeIdentifierStart", "(I)Z")] - public static bool IsUnicodeIdentifierStart(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isUpperCase", "(C)Z")] - public static bool IsUpperCase(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isUpperCase", "(I)Z")] - public static bool IsUpperCase(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isValidCodePoint", "(I)Z")] - public static bool IsValidCodePoint(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isWhitespace", "(C)Z")] - public static bool IsWhitespace(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isWhitespace", "(I)Z")] - public static bool IsWhitespace(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lowSurrogate", "(I)C")] - public static char LowSurrogate(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("offsetByCodePoints", "([CIIII)I")] - public static int OffsetByCodePoints(Java.Interop.JavaCharArray? a, int start, int count, int index, int codePointOffset) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("offsetByCodePoints", "(Ljava/lang/CharSequence;II)I")] - public static int OffsetByCodePoints(Java.Lang.ICharSequence? seq, int index, int codePointOffset) { throw null; } - public static int OffsetByCodePoints(string? seq, int index, int codePointOffset) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reverseBytes", "(C)C")] - public static char ReverseBytes(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toChars", "(I)[C")] - public static Java.Interop.JavaCharArray? ToChars(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toChars", "(I[CI)I")] - public static int ToChars(int codePoint, Java.Interop.JavaCharArray? dst, int dstIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toCodePoint", "(CC)I")] - public static int ToCodePoint(char high, char low) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toLowerCase", "(C)C")] - public static char ToLowerCase(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toLowerCase", "(I)I")] - public static int ToLowerCase(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(C)Ljava/lang/String;")] - public static string? ToString(char c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(I)Ljava/lang/String;")] - public static string? ToString(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toTitleCase", "(C)C")] - public static char ToTitleCase(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toTitleCase", "(I)I")] - public static int ToTitleCase(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUpperCase", "(C)C")] - public static char ToUpperCase(char ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUpperCase", "(I)I")] - public static int ToUpperCase(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(C)Ljava/lang/Character;")] - public static Java.Lang.Character? ValueOf(char c) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Character$Subset", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class Subset : Java.Lang.Object - { - protected Subset(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected Subset(string? name) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("equals", "(Ljava/lang/Object;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed override bool Equals(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "()I")] - public sealed override int GetHashCode() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed override string? ToString() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Character$UnicodeBlock", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class UnicodeBlock : Java.Lang.Character.Subset - { - internal UnicodeBlock() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.Lang.Character.UnicodeBlock Adlam { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock AegeanNumbers { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Ahom { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock AlchemicalSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock AlphabeticPresentationForms { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock AnatolianHieroglyphs { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock AncientGreekMusicalNotation { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock AncientGreekNumbers { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock AncientSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Arabic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ArabicExtendedA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ArabicMathematicalAlphabeticSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ArabicPresentationFormsA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ArabicPresentationFormsB { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ArabicSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Armenian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Arrows { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Avestan { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Balinese { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Bamum { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock BamumSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock BasicLatin { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock BassaVah { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Batak { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Bengali { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Bhaiksuki { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock BlockElements { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Bopomofo { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock BopomofoExtended { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock BoxDrawing { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Brahmi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock BraillePatterns { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Buginese { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Buhid { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ByzantineMusicalSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Carian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CaucasianAlbanian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Chakma { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Cham { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Cherokee { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CherokeeSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ChessSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Chorasmian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkCompatibility { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkCompatibilityForms { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkCompatibilityIdeographs { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkCompatibilityIdeographsSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkRadicalsSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkStrokes { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkSymbolsAndPunctuation { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkUnifiedIdeographs { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkUnifiedIdeographsExtensionA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkUnifiedIdeographsExtensionB { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkUnifiedIdeographsExtensionC { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkUnifiedIdeographsExtensionD { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkUnifiedIdeographsExtensionE { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkUnifiedIdeographsExtensionF { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CjkUnifiedIdeographsExtensionG { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CombiningDiacriticalMarks { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CombiningDiacriticalMarksExtended { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CombiningDiacriticalMarksSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CombiningHalfMarks { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CombiningMarksForSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CommonIndicNumberForms { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ControlPictures { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Coptic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CopticEpactNumbers { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CountingRodNumerals { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Cuneiform { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CuneiformNumbersAndPunctuation { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CurrencySymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CypriotSyllabary { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Cyrillic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CyrillicExtendedA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CyrillicExtendedB { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CyrillicExtendedC { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock CyrillicSupplementary { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Deseret { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Devanagari { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock DevanagariExtended { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Dingbats { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock DivesAkuru { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Dogra { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock DominoTiles { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Duployan { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EarlyDynasticCuneiform { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EgyptianHieroglyphFormatControls { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EgyptianHieroglyphs { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Elbasan { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Elymaic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Emoticons { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EnclosedAlphanumerics { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EnclosedAlphanumericSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EnclosedCjkLettersAndMonths { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EnclosedIdeographicSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Ethiopic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EthiopicExtended { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EthiopicExtendedA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock EthiopicSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock GeneralPunctuation { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock GeometricShapes { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock GeometricShapesExtended { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Georgian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock GeorgianExtended { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock GeorgianSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Glagolitic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock GlagoliticSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Gothic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Grantha { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Greek { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock GreekExtended { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Gujarati { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock GunjalaGondi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Gurmukhi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HalfwidthAndFullwidthForms { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HangulCompatibilityJamo { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HangulJamo { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HangulJamoExtendedA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HangulJamoExtendedB { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HangulSyllables { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HanifiRohingya { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Hanunoo { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Hatran { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Hebrew { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HighPrivateUseSurrogates { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock HighSurrogates { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Hiragana { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock IdeographicDescriptionCharacters { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock IdeographicSymbolsAndPunctuation { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ImperialAramaic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock IndicSiyaqNumbers { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock InscriptionalPahlavi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock InscriptionalParthian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock IpaExtensions { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Javanese { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Kaithi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock KanaExtendedA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock KanaSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Kanbun { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock KangxiRadicals { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Kannada { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Katakana { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock KatakanaPhoneticExtensions { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock KayahLi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Kharoshthi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock KhitanSmallScript { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Khmer { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock KhmerSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Khojki { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Khudawadi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Lao { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Latin1Supplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LatinExtendedA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LatinExtendedAdditional { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LatinExtendedB { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LatinExtendedC { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LatinExtendedD { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LatinExtendedE { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Lepcha { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LetterlikeSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Limbu { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LinearA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LinearBIdeograms { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LinearBSyllabary { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Lisu { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LisuSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock LowSurrogates { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Lycian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Lydian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Mahajani { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MahjongTiles { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Makasar { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Malayalam { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Mandaic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Manichaean { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Marchen { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MasaramGondi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MathematicalAlphanumericSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MathematicalOperators { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MayanNumerals { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Medefaidrin { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MeeteiMayek { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MeeteiMayekExtensions { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MendeKikakui { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MeroiticCursive { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MeroiticHieroglyphs { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Miao { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MiscellaneousMathematicalSymbolsA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MiscellaneousMathematicalSymbolsB { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MiscellaneousSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MiscellaneousSymbolsAndArrows { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MiscellaneousSymbolsAndPictographs { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MiscellaneousTechnical { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Modi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ModifierToneLetters { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Mongolian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MongolianSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Mro { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Multani { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MusicalSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Myanmar { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MyanmarExtendedA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock MyanmarExtendedB { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Nabataean { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Nandinagari { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Newa { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock NewTaiLue { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Nko { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock NumberForms { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Nushu { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock NyiakengPuachueHmong { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Ogham { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OlChiki { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OldHungarian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OldItalic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OldNorthArabian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OldPermic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OldPersian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OldSogdian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OldSouthArabian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OldTurkic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OpticalCharacterRecognition { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Oriya { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OrnamentalDingbats { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Osage { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Osmanya { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock OttomanSiyaqNumbers { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PahawhHmong { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Palmyrene { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PauCinHau { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PhagsPa { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PhaistosDisc { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Phoenician { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PhoneticExtensions { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PhoneticExtensionsSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PlayingCards { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PrivateUseArea { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock PsalterPahlavi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Rejang { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock RumiNumeralSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Runic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Samaritan { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Saurashtra { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Sharada { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Shavian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ShorthandFormatControls { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Siddham { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Sinhala { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SinhalaArchaicNumbers { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SmallFormVariants { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SmallKanaExtension { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Sogdian { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SoraSompeng { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Soyombo { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SpacingModifierLetters { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Specials { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Sundanese { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SundaneseSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SuperscriptsAndSubscripts { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SupplementalArrowsA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SupplementalArrowsB { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SupplementalArrowsC { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SupplementalMathematicalOperators { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SupplementalPunctuation { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SupplementalSymbolsAndPictographs { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SupplementaryPrivateUseAreaA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SupplementaryPrivateUseAreaB { get { throw null; } } - [System.ObsoleteAttribute("deprecated")] - public static Java.Lang.Character.UnicodeBlock SurrogatesArea { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SuttonSignwriting { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SylotiNagri { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SymbolsAndPictographsExtendedA { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SymbolsForLegacyComputing { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Syriac { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock SyriacSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Tagalog { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Tagbanwa { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Tags { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock TaiLe { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock TaiTham { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock TaiViet { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock TaiXuanJingSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Takri { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Tamil { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock TamilSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Tangut { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock TangutComponents { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock TangutSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Telugu { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Thaana { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Thai { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Tibetan { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Tifinagh { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Tirhuta { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock TransportAndMapSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Ugaritic { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock UnifiedCanadianAboriginalSyllabics { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock UnifiedCanadianAboriginalSyllabicsExtended { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Vai { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock VariationSelectors { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock VariationSelectorsSupplement { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock VedicExtensions { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock VerticalForms { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Wancho { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock WarangCiti { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock Yezidi { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock YijingHexagramSymbols { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock YiRadicals { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock YiSyllables { get { throw null; } } - public static Java.Lang.Character.UnicodeBlock ZanabazarSquare { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("forName", "(Ljava/lang/String;)Ljava/lang/Character$UnicodeBlock;")] - public static Java.Lang.Character.UnicodeBlock ForName(string blockName) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("of", "(C)Ljava/lang/Character$UnicodeBlock;")] - public static Java.Lang.Character.UnicodeBlock Of(char c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("of", "(I)Ljava/lang/Character$UnicodeBlock;")] - public static Java.Lang.Character.UnicodeBlock Of(int codePoint) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Character$UnicodeScript", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class UnicodeScript : Java.Lang.Enum - { - internal UnicodeScript() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.Lang.Character.UnicodeScript Adlam { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Ahom { get { throw null; } } - public static Java.Lang.Character.UnicodeScript AnatolianHieroglyphs { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Arabic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Armenian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Avestan { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Balinese { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Bamum { get { throw null; } } - public static Java.Lang.Character.UnicodeScript BassaVah { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Batak { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Bengali { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Bhaiksuki { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Bopomofo { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Brahmi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Braille { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Buginese { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Buhid { get { throw null; } } - public static Java.Lang.Character.UnicodeScript CanadianAboriginal { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Carian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript CaucasianAlbanian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Chakma { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Cham { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Cherokee { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Chorasmian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Common { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Coptic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Cuneiform { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Cypriot { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Cyrillic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Deseret { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Devanagari { get { throw null; } } - public static Java.Lang.Character.UnicodeScript DivesAkuru { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Dogra { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Duployan { get { throw null; } } - public static Java.Lang.Character.UnicodeScript EgyptianHieroglyphs { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Elbasan { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Elymaic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Ethiopic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Georgian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Glagolitic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Gothic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Grantha { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Greek { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Gujarati { get { throw null; } } - public static Java.Lang.Character.UnicodeScript GunjalaGondi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Gurmukhi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Han { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Hangul { get { throw null; } } - public static Java.Lang.Character.UnicodeScript HanifiRohingya { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Hanunoo { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Hatran { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Hebrew { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Hiragana { get { throw null; } } - public static Java.Lang.Character.UnicodeScript ImperialAramaic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Inherited { get { throw null; } } - public static Java.Lang.Character.UnicodeScript InscriptionalPahlavi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript InscriptionalParthian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Javanese { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Character.UnicodeScript Kaithi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Kannada { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Katakana { get { throw null; } } - public static Java.Lang.Character.UnicodeScript KayahLi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Kharoshthi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript KhitanSmallScript { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Khmer { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Khojki { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Khudawadi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Lao { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Latin { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Lepcha { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Limbu { get { throw null; } } - public static Java.Lang.Character.UnicodeScript LinearA { get { throw null; } } - public static Java.Lang.Character.UnicodeScript LinearB { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Lisu { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Lycian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Lydian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Mahajani { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Makasar { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Malayalam { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Mandaic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Manichaean { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Marchen { get { throw null; } } - public static Java.Lang.Character.UnicodeScript MasaramGondi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Medefaidrin { get { throw null; } } - public static Java.Lang.Character.UnicodeScript MeeteiMayek { get { throw null; } } - public static Java.Lang.Character.UnicodeScript MendeKikakui { get { throw null; } } - public static Java.Lang.Character.UnicodeScript MeroiticCursive { get { throw null; } } - public static Java.Lang.Character.UnicodeScript MeroiticHieroglyphs { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Miao { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Modi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Mongolian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Mro { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Multani { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Myanmar { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Nabataean { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Nandinagari { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Newa { get { throw null; } } - public static Java.Lang.Character.UnicodeScript NewTaiLue { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Nko { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Nushu { get { throw null; } } - public static Java.Lang.Character.UnicodeScript NyiakengPuachueHmong { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Ogham { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OlChiki { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OldHungarian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OldItalic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OldNorthArabian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OldPermic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OldPersian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OldSogdian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OldSouthArabian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript OldTurkic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Oriya { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Osage { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Osmanya { get { throw null; } } - public static Java.Lang.Character.UnicodeScript PahawhHmong { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Palmyrene { get { throw null; } } - public static Java.Lang.Character.UnicodeScript PauCinHau { get { throw null; } } - public static Java.Lang.Character.UnicodeScript PhagsPa { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Phoenician { get { throw null; } } - public static Java.Lang.Character.UnicodeScript PsalterPahlavi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Rejang { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Runic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Samaritan { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Saurashtra { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Sharada { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Shavian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Siddham { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Signwriting { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Sinhala { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Sogdian { get { throw null; } } - public static Java.Lang.Character.UnicodeScript SoraSompeng { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Soyombo { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Sundanese { get { throw null; } } - public static Java.Lang.Character.UnicodeScript SylotiNagri { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Syriac { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Tagalog { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Tagbanwa { get { throw null; } } - public static Java.Lang.Character.UnicodeScript TaiLe { get { throw null; } } - public static Java.Lang.Character.UnicodeScript TaiTham { get { throw null; } } - public static Java.Lang.Character.UnicodeScript TaiViet { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Takri { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Tamil { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Tangut { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Telugu { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Thaana { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Thai { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Tibetan { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Tifinagh { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Tirhuta { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Ugaritic { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Unknown { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Vai { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Wancho { get { throw null; } } - public static Java.Lang.Character.UnicodeScript WarangCiti { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Yezidi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript Yi { get { throw null; } } - public static Java.Lang.Character.UnicodeScript ZanabazarSquare { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("forName", "(Ljava/lang/String;)Ljava/lang/Character$UnicodeScript;")] - public static Java.Lang.Character.UnicodeScript ForName(string scriptName) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("of", "(I)Ljava/lang/Character$UnicodeScript;")] - public static Java.Lang.Character.UnicodeScript Of(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Character$UnicodeScript;")] - public static Java.Lang.Character.UnicodeScript ValueOf(string name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/Character$UnicodeScript;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/Class", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Class : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IGenericDeclaration, Java.Lang.Reflect.IType, System.IDisposable - { - internal Class() { } - public Java.Lang.Reflect.IAnnotatedType? AnnotatedSuperclass { get { throw null; } } - public string? CanonicalName { get { throw null; } } - public Java.Lang.ClassLoader? ClassLoader { get { throw null; } } - public Java.Lang.Class? ComponentType { get { throw null; } } - public Java.Lang.Class? DeclaringClass { get { throw null; } } - public Java.Lang.Class? EnclosingClass { get { throw null; } } - public Java.Lang.Reflect.Constructor? EnclosingConstructor { get { throw null; } } - public Java.Lang.Reflect.Method? EnclosingMethod { get { throw null; } } - public Java.Lang.Reflect.IType? GenericSuperclass { get { throw null; } } - public bool IsAnnotation { get { throw null; } } - public bool IsAnonymousClass { get { throw null; } } - public bool IsArray { get { throw null; } } - public bool IsEnum { get { throw null; } } - public bool IsHidden { get { throw null; } } - public bool IsInterface { get { throw null; } } - public bool IsLocalClass { get { throw null; } } - public bool IsMemberClass { get { throw null; } } - public bool IsPrimitive { get { throw null; } } - public bool IsRecord { get { throw null; } } - public bool IsSealed { get { throw null; } } - public bool IsSynthetic { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int Modifiers { get { throw null; } } - public Java.Lang.Module? Module { get { throw null; } } - public string? Name { get { throw null; } } - public Java.Lang.Class? NestHost { get { throw null; } } - public Java.Lang.Package? Package { get { throw null; } } - public string? PackageName { get { throw null; } } - public string? SimpleName { get { throw null; } } - public Java.Lang.Class? Superclass { get { throw null; } } - public string? TypeName { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("arrayType", "()Ljava/lang/Class;")] - public Java.Lang.Class? ArrayType() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("asSubclass", "(Ljava/lang/Class;)Ljava/lang/Class;")] - public Java.Lang.Class? AsSubclass(Java.Lang.Class? clazz) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cast", "(Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? Cast(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("descriptorString", "()Ljava/lang/String;")] - public string? DescriptorString() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("desiredAssertionStatus", "()Z")] - public bool DesiredAssertionStatus() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("forName", "(Ljava/lang/Module;Ljava/lang/String;)Ljava/lang/Class;")] - public static Java.Lang.Class? ForName(Java.Lang.Module? module, string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("forName", "(Ljava/lang/String;)Ljava/lang/Class;")] - public static Java.Lang.Class? ForName(string? className) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("forName", "(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;")] - public static Java.Lang.Class? ForName(string? name, bool initialize, Java.Lang.ClassLoader? loader) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotatedInterfaces", "()[Ljava/lang/reflect/AnnotatedType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetAnnotatedInterfaces() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "A extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public Java.Lang.Object? GetAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetAnnotations() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "A extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getClasses", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetClasses() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getConstructor", "([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;")] - public Java.Lang.Reflect.Constructor? GetConstructor([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? parameterTypes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getConstructors", "()[Ljava/lang/reflect/Constructor;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetConstructors() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "A extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public Java.Lang.Object? GetDeclaredAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredAnnotations() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "A extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredClasses", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredClasses() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredConstructor", "([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;")] - public Java.Lang.Reflect.Constructor? GetDeclaredConstructor([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? parameterTypes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredConstructors", "()[Ljava/lang/reflect/Constructor;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredConstructors() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredField", "(Ljava/lang/String;)Ljava/lang/reflect/Field;")] - public Java.Lang.Reflect.Field? GetDeclaredField(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredFields", "()[Ljava/lang/reflect/Field;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredFields() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;")] - public Java.Lang.Reflect.Method? GetDeclaredMethod(string? name, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? parameterTypes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredMethods", "()[Ljava/lang/reflect/Method;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredMethods() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getEnumConstants", "()[Ljava/lang/Object;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetEnumConstants() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getField", "(Ljava/lang/String;)Ljava/lang/reflect/Field;")] - public Java.Lang.Reflect.Field? GetField(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getFields", "()[Ljava/lang/reflect/Field;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetFields() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getGenericInterfaces", "()[Ljava/lang/reflect/Type;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetGenericInterfaces() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getInterfaces", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetInterfaces() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getMethod", "(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;")] - public Java.Lang.Reflect.Method? GetMethod(string? name, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? parameterTypes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getMethods", "()[Ljava/lang/reflect/Method;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetMethods() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getNestMembers", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetNestMembers() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getPermittedSubclasses", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetPermittedSubclasses() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getRecordComponents", "()[Ljava/lang/reflect/RecordComponent;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetRecordComponents() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getResourceAsStream", "(Ljava/lang/String;)Ljava/io/InputStream;")] - public Java.IO.InputStream? GetResourceAsStream(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getSigners", "()[Ljava/lang/Object;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetSigners() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getTypeParameters", "()[Ljava/lang/reflect/TypeVariable;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetTypeParameters() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("componentType", "()Ljava/lang/Class;")] - public Java.Lang.Class? InvokeComponentType() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isAnnotationPresent", "(Ljava/lang/Class;)Z")] - public bool IsAnnotationPresent(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isAssignableFrom", "(Ljava/lang/Class;)Z")] - public bool IsAssignableFrom(Java.Lang.Class? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isInstance", "(Ljava/lang/Object;)Z")] - public bool IsInstance(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isNestmateOf", "(Ljava/lang/Class;)Z")] - public bool IsNestmateOf(Java.Lang.Class? c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("newInstance", "()Ljava/lang/Object;")] - [System.ObsoleteAttribute("deprecated")] - public Java.Lang.Object? NewInstance() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toGenericString", "()Ljava/lang/String;")] - public string? ToGenericString() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ClassCastException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ClassCastException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ClassCastException() { } - protected ClassCastException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ClassCastException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ClassCircularityError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ClassCircularityError : Java.Lang.LinkageError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ClassCircularityError() { } - protected ClassCircularityError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ClassCircularityError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ClassFormatError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ClassFormatError : Java.Lang.LinkageError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ClassFormatError() { } - protected ClassFormatError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ClassFormatError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ClassLoader", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.ClassLoaderInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class ClassLoader : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected ClassLoader() { } - protected ClassLoader(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/ClassLoader;)V")] - protected ClassLoader(Java.Lang.ClassLoader? parent) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/ClassLoader;)V")] - protected ClassLoader(string? name, Java.Lang.ClassLoader? parent) { } - public bool IsRegisteredAsParallelCapable { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual string? Name { get { throw null; } } - public Java.Lang.ClassLoader? Parent { get { throw null; } } - public static Java.Lang.ClassLoader? PlatformClassLoader { get { throw null; } } - public static Java.Lang.ClassLoader? SystemClassLoader { get { throw null; } } - public Java.Lang.Module? UnnamedModule { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("clearAssertionStatus", "()V")] - public virtual void ClearAssertionStatus() { } - [Java.Interop.JniMethodSignatureAttribute("defineClass", "([BII)Ljava/lang/Class;")] - [System.ObsoleteAttribute("deprecated")] - protected Java.Lang.Class? DefineClass(Java.Interop.JavaSByteArray? b, int off, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defineClass", "(Ljava/lang/String;[BII)Ljava/lang/Class;")] - protected Java.Lang.Class? DefineClass(string? name, Java.Interop.JavaSByteArray? b, int off, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findClass", "(Ljava/lang/String;)Ljava/lang/Class;")] - protected virtual Java.Lang.Class? FindClass(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findClass", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Class;")] - protected virtual Java.Lang.Class? FindClass(string? moduleName, string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findLibrary", "(Ljava/lang/String;)Ljava/lang/String;")] - protected virtual string? FindLibrary(string? libname) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findLoadedClass", "(Ljava/lang/String;)Ljava/lang/Class;")] - protected Java.Lang.Class? FindLoadedClass(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findSystemClass", "(Ljava/lang/String;)Ljava/lang/Class;")] - protected Java.Lang.Class? FindSystemClass(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getClassLoadingLock", "(Ljava/lang/String;)Ljava/lang/Object;")] - protected virtual Java.Lang.Object? GetClassLoadingLock(string? className) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDefinedPackage", "(Ljava/lang/String;)Ljava/lang/Package;")] - public Java.Lang.Package? GetDefinedPackage(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDefinedPackages", "()[Ljava/lang/Package;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDefinedPackages() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getPackage", "(Ljava/lang/String;)Ljava/lang/Package;")] - [System.ObsoleteAttribute("deprecated")] - protected virtual Java.Lang.Package? GetPackage(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getPackages", "()[Ljava/lang/Package;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - protected virtual Java.Interop.JavaObjectArray? GetPackages() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getResourceAsStream", "(Ljava/lang/String;)Ljava/io/InputStream;")] - public virtual Java.IO.InputStream? GetResourceAsStream(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getSystemResourceAsStream", "(Ljava/lang/String;)Ljava/io/InputStream;")] - public static Java.IO.InputStream? GetSystemResourceAsStream(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("loadClass", "(Ljava/lang/String;)Ljava/lang/Class;")] - public virtual Java.Lang.Class? LoadClass(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("loadClass", "(Ljava/lang/String;Z)Ljava/lang/Class;")] - protected virtual Java.Lang.Class? LoadClass(string? name, bool resolve) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("registerAsParallelCapable", "()Z")] - protected static bool RegisterAsParallelCapable() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveClass", "(Ljava/lang/Class;)V")] - protected void ResolveClass(Java.Lang.Class? c) { } - [Java.Interop.JniMethodSignatureAttribute("setClassAssertionStatus", "(Ljava/lang/String;Z)V")] - public virtual void SetClassAssertionStatus(string? className, bool enabled) { } - [Java.Interop.JniMethodSignatureAttribute("setDefaultAssertionStatus", "(Z)V")] - public virtual void SetDefaultAssertionStatus(bool enabled) { } - [Java.Interop.JniMethodSignatureAttribute("setPackageAssertionStatus", "(Ljava/lang/String;Z)V")] - public virtual void SetPackageAssertionStatus(string? packageName, bool enabled) { } - [Java.Interop.JniMethodSignatureAttribute("setSigners", "(Ljava/lang/Class;[Ljava/lang/Object;)V")] - protected void SetSigners(Java.Lang.Class? c, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? signers) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ClassNotFoundException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ClassNotFoundException : Java.Lang.ReflectiveOperationException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ClassNotFoundException() { } - protected ClassNotFoundException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public ClassNotFoundException(string? s) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - public ClassNotFoundException(string? s, Java.Lang.Throwable? ex) { } - public virtual Java.Lang.Throwable? Exception { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/ClassValue", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.ClassValueInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public abstract partial class ClassValue : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected ClassValue() { } - protected ClassValue(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected abstract Java.Lang.Object? ComputeValue(Java.Lang.Class? p0); - [Java.Interop.JniMethodSignatureAttribute("get", "(Ljava/lang/Class;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Object? Get(Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("remove", "(Ljava/lang/Class;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void Remove(Java.Lang.Class? type) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/CloneNotSupportedException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class CloneNotSupportedException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public CloneNotSupportedException() { } - protected CloneNotSupportedException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public CloneNotSupportedException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Compiler", GenerateJavaPeer=false)] - [System.ObsoleteAttribute("This class is obsoleted in this android platform")] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class Compiler : Java.Lang.Object - { - internal Compiler() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("command", "(Ljava/lang/Object;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Object? Command(Java.Lang.Object? any) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compileClass", "(Ljava/lang/Class;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static bool CompileClass(Java.Lang.Class? clazz) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compileClasses", "(Ljava/lang/String;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static bool CompileClasses(string? @string) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("disable", "()V")] - public static void Disable() { } - [Java.Interop.JniMethodSignatureAttribute("enable", "()V")] - public static void Enable() { } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Double", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Double : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.Lang.Constants.IConstantDesc, Java.Lang.IComparable, System.IDisposable - { - public const int Bytes = 8; - public const int MaxExponent = 1023; - public const double MaxValue = 1.7976931348623157E+308; - public const int MinExponent = -1022; - public const double MinNormal = 2.2250738585072014E-308; - public const double MinValue = 5E-324; - public const double NaN = 0.0 / 0.0; - public const double NegativeInfinity = -1.0 / 0.0; - public const double PositiveInfinity = 1.0 / 0.0; - public const int Size = 64; - [Java.Interop.JniConstructorSignatureAttribute("(D)V")] - [System.ObsoleteAttribute("deprecated")] - public Double(double value) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.ObsoleteAttribute("deprecated")] - public Double(string? s) { } - public bool IsInfinite { get { throw null; } } - public bool IsNaN { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compare", "(DD)I")] - public static int Compare(double d1, double d2) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Double;)I")] - public int CompareTo(Java.Lang.Double? anotherDouble) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleToLongBits", "(D)J")] - public static long DoubleToLongBits(double value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleToRawLongBits", "(D)J")] - public static long DoubleToRawLongBits(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "(D)I")] - public static int HashCode(double value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isInfinite", "(D)Z")] - public static bool InvokeIsInfinite(double v) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isNaN", "(D)Z")] - public static bool InvokeIsNaN(double v) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isFinite", "(D)Z")] - public static bool IsFinite(double d) { throw null; } - Java.Lang.Object? Java.Lang.Constants.IConstantDesc.ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longBitsToDouble", "(J)D")] - public static double LongBitsToDouble(long p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(DD)D")] - public static double Max(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(DD)D")] - public static double Min(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseDouble", "(Ljava/lang/String;)D")] - public static double ParseDouble(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveConstantDesc", "(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/Double;")] - public Java.Lang.Double? ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sum", "(DD)D")] - public static double Sum(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toHexString", "(D)Ljava/lang/String;")] - public static string? ToHexString(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(D)Ljava/lang/String;")] - public static string? ToString(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(D)Ljava/lang/Double;")] - public static Java.Lang.Double? ValueOf(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Double;")] - public static Java.Lang.Double? ValueOf(string? s) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "E extends java.lang.Enum"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/Enum", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.EnumInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class Enum : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.IComparable, System.IDisposable - { - protected Enum(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;I)V")] - protected Enum(string? name, int ordinal) { } - public Java.Lang.Class? DeclaringClass { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("clone", "()Ljava/lang/Object;")] - protected sealed override Java.Lang.Object? Clone() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Enum;)I")] - public int CompareTo(Java.Lang.Object? o) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("equals", "(Ljava/lang/Object;)Z")] - public sealed override bool Equals(Java.Lang.Object? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "()I")] - public sealed override int GetHashCode() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("finalize", "()V")] - [System.ObsoleteAttribute("deprecated")] - protected sealed override void JavaFinalize() { } - [Java.Interop.JniMethodSignatureAttribute("name", "()Ljava/lang/String;")] - public string? Name() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ordinal", "()I")] - public int Ordinal() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.Enum"})] - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;")] - public static Java.Lang.Object? ValueOf(Java.Lang.Class? enumClass, string? name) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "E extends java.lang.Enum"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/Enum$EnumDesc", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class EnumDesc : Java.Lang.Constants.DynamicConstantDesc - { - internal EnumDesc() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/EnumConstantNotPresentException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class EnumConstantNotPresentException : Java.Lang.RuntimeException - { - protected EnumConstantNotPresentException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Class;Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public EnumConstantNotPresentException(Java.Lang.Class? enumType, string? constantName) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("constantName", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual string? ConstantName() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("enumType", "()Ljava/lang/Class;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Class? EnumType() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Error", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Error : Java.Lang.Throwable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Error() { } - protected Error(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - public Error(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public Error(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - public Error(string? message, Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V")] - protected Error(string? message, Java.Lang.Throwable? cause, bool enableSuppression, bool writableStackTrace) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Exception", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Exception : Java.Lang.Throwable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Exception() { } - protected Exception(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - public Exception(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public Exception(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - public Exception(string? message, Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V")] - protected Exception(string? message, Java.Lang.Throwable? cause, bool enableSuppression, bool writableStackTrace) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ExceptionInInitializerError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ExceptionInInitializerError : Java.Lang.LinkageError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ExceptionInInitializerError() { } - protected ExceptionInInitializerError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - public ExceptionInInitializerError(Java.Lang.Throwable? thrown) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public ExceptionInInitializerError(string? s) { } - public virtual Java.Lang.Throwable? Exception { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Float", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Float : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.Lang.Constants.IConstantDesc, Java.Lang.IComparable, System.IDisposable - { - public const int Bytes = 4; - public const int MaxExponent = 127; - public const float MaxValue = 3.4028235E+38f; - public const int MinExponent = -126; - public const float MinNormal = 1.1754944E-38f; - public const float MinValue = 1E-45f; - public const float NaN = 0.0f / 0.0f; - public const float NegativeInfinity = -1.0f / 0.0f; - public const float PositiveInfinity = 1.0f / 0.0f; - public const int Size = 32; - [Java.Interop.JniConstructorSignatureAttribute("(D)V")] - [System.ObsoleteAttribute("deprecated")] - public Float(double value) { } - [Java.Interop.JniConstructorSignatureAttribute("(F)V")] - [System.ObsoleteAttribute("deprecated")] - public Float(float value) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.ObsoleteAttribute("deprecated")] - public Float(string? s) { } - public bool IsInfinite { get { throw null; } } - public bool IsNaN { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compare", "(FF)I")] - public static int Compare(float f1, float f2) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Float;)I")] - public int CompareTo(Java.Lang.Float? anotherFloat) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatToIntBits", "(F)I")] - public static int FloatToIntBits(float value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatToRawIntBits", "(F)I")] - public static int FloatToRawIntBits(float p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "(F)I")] - public static int HashCode(float value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intBitsToFloat", "(I)F")] - public static float IntBitsToFloat(int p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isInfinite", "(F)Z")] - public static bool InvokeIsInfinite(float v) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isNaN", "(F)Z")] - public static bool InvokeIsNaN(float v) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isFinite", "(F)Z")] - public static bool IsFinite(float f) { throw null; } - Java.Lang.Object? Java.Lang.Constants.IConstantDesc.ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(FF)F")] - public static float Max(float a, float b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(FF)F")] - public static float Min(float a, float b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseFloat", "(Ljava/lang/String;)F")] - public static float ParseFloat(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveConstantDesc", "(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/Float;")] - public Java.Lang.Float? ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sum", "(FF)F")] - public static float Sum(float a, float b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toHexString", "(F)Ljava/lang/String;")] - public static string? ToHexString(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(F)Ljava/lang/String;")] - public static string? ToString(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(F)Ljava/lang/Float;")] - public static Java.Lang.Float? ValueOf(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Float;")] - public static Java.Lang.Float? ValueOf(string? s) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Appendable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.IAppendableInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IAppendable : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/Appendable;")] - Java.Lang.IAppendable? Append(Java.Lang.ICharSequence? p0); - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;")] - Java.Lang.IAppendable? Append(Java.Lang.ICharSequence? p0, int p1, int p2); - [Java.Interop.JniMethodSignatureAttribute("append", "(C)Ljava/lang/Appendable;")] - Java.Lang.IAppendable? Append(char p0); - } - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static partial class IAppendableExtensions - { - public static Java.Lang.IAppendable? Append([System.Runtime.CompilerServices.NullableAttribute((byte)1)] this Java.Lang.IAppendable self, string? p0) { throw null; } - public static Java.Lang.IAppendable? Append([System.Runtime.CompilerServices.NullableAttribute((byte)1)] this Java.Lang.IAppendable self, string? p0, int p1, int p2) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/AutoCloseable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.IAutoCloseableInvoker))] - public partial interface IAutoCloseable : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - void Close(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/CharSequence", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.ICharSequenceInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface ICharSequence : Java.Interop.IJavaPeerable, System.IDisposable - { - bool IsEmpty { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("charAt", "(I)C")] - char CharAt(int p0); - [Java.Interop.JniMethodSignatureAttribute("compare", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)I")] - static int Compare(Java.Lang.ICharSequence? cs1, Java.Lang.ICharSequence? cs2) { throw null; } - static int Compare(string? cs1, string? cs2) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("length", "()I")] - int Length(); - [Java.Interop.JniMethodSignatureAttribute("subSequence", "(II)Ljava/lang/CharSequence;")] - Java.Lang.ICharSequence? SubSequenceFormatted(int p0, int p1); - [Java.Interop.JniMethodSignatureAttribute("toString", "()Ljava/lang/String;")] - string? ToString(); - } - public static partial class ICharSequenceExtensions - { - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - [return: System.Runtime.CompilerServices.NullableAttribute((byte)2)] - public static string? SubSequence(this Java.Lang.ICharSequence self, int p0, int p1) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Lang.ICharSequence[]? ToCharSequenceArray(this string?[]? values) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Cloneable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.ICloneableInvoker))] - public partial interface ICloneable : Java.Interop.IJavaPeerable, System.IDisposable - { - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/Comparable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.IComparableInvoker))] - public partial interface IComparable : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Object;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int CompareTo(Java.Lang.Object? p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Deprecated", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.IDeprecatedInvoker))] - public partial interface IDeprecated : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("forRemoval", "()Z")] - bool ForRemoval(); - [Java.Interop.JniMethodSignatureAttribute("since", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - string? Since(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/FunctionalInterface", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.IFunctionalInterfaceInvoker))] - public partial interface IFunctionalInterface : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IllegalAccessError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IllegalAccessError : Java.Lang.IncompatibleClassChangeError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IllegalAccessError() { } - protected IllegalAccessError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalAccessError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IllegalAccessException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IllegalAccessException : Java.Lang.ReflectiveOperationException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IllegalAccessException() { } - protected IllegalAccessException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalAccessException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IllegalArgumentException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IllegalArgumentException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IllegalArgumentException() { } - protected IllegalArgumentException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalArgumentException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalArgumentException(string? s) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalArgumentException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IllegalCallerException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IllegalCallerException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IllegalCallerException() { } - protected IllegalCallerException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalCallerException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalCallerException(string? s) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalCallerException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IllegalMonitorStateException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IllegalMonitorStateException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IllegalMonitorStateException() { } - protected IllegalMonitorStateException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalMonitorStateException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IllegalStateException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IllegalStateException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IllegalStateException() { } - protected IllegalStateException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalStateException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalStateException(string? s) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalStateException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IllegalThreadStateException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IllegalThreadStateException : Java.Lang.IllegalArgumentException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IllegalThreadStateException() { } - protected IllegalThreadStateException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IllegalThreadStateException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IncompatibleClassChangeError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IncompatibleClassChangeError : Java.Lang.LinkageError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IncompatibleClassChangeError() { } - protected IncompatibleClassChangeError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IncompatibleClassChangeError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/IndexOutOfBoundsException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IndexOutOfBoundsException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public IndexOutOfBoundsException() { } - protected IndexOutOfBoundsException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public IndexOutOfBoundsException(int index) { } - [Java.Interop.JniConstructorSignatureAttribute("(J)V")] - public IndexOutOfBoundsException(long index) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IndexOutOfBoundsException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/InheritableThreadLocal", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InheritableThreadLocal : Java.Lang.ThreadLocal - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InheritableThreadLocal() { } - protected InheritableThreadLocal(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("childValue", "(Ljava/lang/Object;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected virtual Java.Lang.Object? ChildValue(Java.Lang.Object? parentValue) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/InstantiationError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InstantiationError : Java.Lang.IncompatibleClassChangeError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InstantiationError() { } - protected InstantiationError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InstantiationError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/InstantiationException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InstantiationException : Java.Lang.ReflectiveOperationException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InstantiationException() { } - protected InstantiationException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InstantiationException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Integer", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Integer : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.Lang.Constants.IConstantDesc, Java.Lang.IComparable, System.IDisposable - { - public const int Bytes = 4; - public const int MaxValue = 2147483647; - public const int MinValue = -2147483648; - public const int Size = 32; - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - [System.ObsoleteAttribute("deprecated")] - public Integer(int value) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.ObsoleteAttribute("deprecated")] - public Integer(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("bitCount", "(I)I")] - public static int BitCount(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compare", "(II)I")] - public static int Compare(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Integer;)I")] - public int CompareTo(Java.Lang.Integer? anotherInteger) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareUnsigned", "(II)I")] - public static int CompareUnsigned(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decode", "(Ljava/lang/String;)Ljava/lang/Integer;")] - public static Java.Lang.Integer? Decode(string? nm) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("divideUnsigned", "(II)I")] - public static int DivideUnsigned(int dividend, int divisor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getInteger", "(Ljava/lang/String;)Ljava/lang/Integer;")] - public static Java.Lang.Integer? GetInteger(string? nm) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getInteger", "(Ljava/lang/String;Ljava/lang/Integer;)Ljava/lang/Integer;")] - public static Java.Lang.Integer? GetInteger(string? nm, Java.Lang.Integer? val) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getInteger", "(Ljava/lang/String;I)Ljava/lang/Integer;")] - public static Java.Lang.Integer? GetInteger(string? nm, int val) { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "(I)I")] - public static int HashCode(int value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("highestOneBit", "(I)I")] - public static int HighestOneBit(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - Java.Lang.Object? Java.Lang.Constants.IConstantDesc.ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lowestOneBit", "(I)I")] - public static int LowestOneBit(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(II)I")] - public static int Max(int a, int b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(II)I")] - public static int Min(int a, int b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("numberOfLeadingZeros", "(I)I")] - public static int NumberOfLeadingZeros(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("numberOfTrailingZeros", "(I)I")] - public static int NumberOfTrailingZeros(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseInt", "(Ljava/lang/CharSequence;III)I")] - public static int ParseInt(Java.Lang.ICharSequence? s, int beginIndex, int endIndex, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseInt", "(Ljava/lang/String;)I")] - public static int ParseInt(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseInt", "(Ljava/lang/String;I)I")] - public static int ParseInt(string? s, int radix) { throw null; } - public static int ParseInt(string? s, int beginIndex, int endIndex, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseUnsignedInt", "(Ljava/lang/CharSequence;III)I")] - public static int ParseUnsignedInt(Java.Lang.ICharSequence? s, int beginIndex, int endIndex, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseUnsignedInt", "(Ljava/lang/String;)I")] - public static int ParseUnsignedInt(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseUnsignedInt", "(Ljava/lang/String;I)I")] - public static int ParseUnsignedInt(string? s, int radix) { throw null; } - public static int ParseUnsignedInt(string? s, int beginIndex, int endIndex, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("remainderUnsigned", "(II)I")] - public static int RemainderUnsigned(int dividend, int divisor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveConstantDesc", "(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/Integer;")] - public Java.Lang.Integer? ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reverse", "(I)I")] - public static int Reverse(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reverseBytes", "(I)I")] - public static int ReverseBytes(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("rotateLeft", "(II)I")] - public static int RotateLeft(int i, int distance) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("rotateRight", "(II)I")] - public static int RotateRight(int i, int distance) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("signum", "(I)I")] - public static int Signum(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sum", "(II)I")] - public static int Sum(int a, int b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toBinaryString", "(I)Ljava/lang/String;")] - public static string? ToBinaryString(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toHexString", "(I)Ljava/lang/String;")] - public static string? ToHexString(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toOctalString", "(I)Ljava/lang/String;")] - public static string? ToOctalString(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(I)Ljava/lang/String;")] - public static string? ToString(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(II)Ljava/lang/String;")] - public static string? ToString(int i, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedLong", "(I)J")] - public static long ToUnsignedLong(int x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedString", "(I)Ljava/lang/String;")] - public static string? ToUnsignedString(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedString", "(II)Ljava/lang/String;")] - public static string? ToUnsignedString(int i, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(I)Ljava/lang/Integer;")] - public static Java.Lang.Integer? ValueOf(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Integer;")] - public static Java.Lang.Integer? ValueOf(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;I)Ljava/lang/Integer;")] - public static Java.Lang.Integer? ValueOf(string? s, int radix) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/InternalError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InternalError : Java.Lang.VirtualMachineError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InternalError() { } - protected InternalError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InternalError(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InternalError(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InternalError(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/InterruptedException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InterruptedException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InterruptedException() { } - protected InterruptedException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InterruptedException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Override", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.IOverrideInvoker))] - public partial interface IOverride : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Runnable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.IRunnableInvoker))] - public partial interface IRunnable : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("run", "()V")] - void Run(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/SafeVarargs", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.ISafeVarargsInvoker))] - public partial interface ISafeVarargs : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/SuppressWarnings", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.ISuppressWarningsInvoker))] - public partial interface ISuppressWarnings : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("value", "()[Ljava/lang/String;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? Value(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/LayerInstantiationException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class LayerInstantiationException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public LayerInstantiationException() { } - protected LayerInstantiationException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LayerInstantiationException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LayerInstantiationException(string? msg) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LayerInstantiationException(string? msg, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/LinkageError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class LinkageError : Java.Lang.Error - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public LinkageError() { } - protected LinkageError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LinkageError(string? s) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LinkageError(string? s, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Long", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Long : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.Lang.Constants.IConstantDesc, Java.Lang.IComparable, System.IDisposable - { - public const int Bytes = 8; - public const long MaxValue = (long)9223372036854775807; - public const long MinValue = (long)-9223372036854775808; - public const int Size = 64; - [Java.Interop.JniConstructorSignatureAttribute("(J)V")] - [System.ObsoleteAttribute("deprecated")] - public Long(long value) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.ObsoleteAttribute("deprecated")] - public Long(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("bitCount", "(J)I")] - public static int BitCount(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compare", "(JJ)I")] - public static int Compare(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Long;)I")] - public int CompareTo(Java.Lang.Long? anotherLong) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareUnsigned", "(JJ)I")] - public static int CompareUnsigned(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decode", "(Ljava/lang/String;)Ljava/lang/Long;")] - public static Java.Lang.Long? Decode(string? nm) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("divideUnsigned", "(JJ)J")] - public static long DivideUnsigned(long dividend, long divisor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getLong", "(Ljava/lang/String;)Ljava/lang/Long;")] - public static Java.Lang.Long? GetLong(string? nm) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getLong", "(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;")] - public static Java.Lang.Long? GetLong(string? nm, Java.Lang.Long? val) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getLong", "(Ljava/lang/String;J)Ljava/lang/Long;")] - public static Java.Lang.Long? GetLong(string? nm, long val) { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "(J)I")] - public static int HashCode(long value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("highestOneBit", "(J)J")] - public static long HighestOneBit(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - Java.Lang.Object? Java.Lang.Constants.IConstantDesc.ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lowestOneBit", "(J)J")] - public static long LowestOneBit(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(JJ)J")] - public static long Max(long a, long b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(JJ)J")] - public static long Min(long a, long b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("numberOfLeadingZeros", "(J)I")] - public static int NumberOfLeadingZeros(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("numberOfTrailingZeros", "(J)I")] - public static int NumberOfTrailingZeros(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseLong", "(Ljava/lang/CharSequence;III)J")] - public static long ParseLong(Java.Lang.ICharSequence? s, int beginIndex, int endIndex, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseLong", "(Ljava/lang/String;)J")] - public static long ParseLong(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseLong", "(Ljava/lang/String;I)J")] - public static long ParseLong(string? s, int radix) { throw null; } - public static long ParseLong(string? s, int beginIndex, int endIndex, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseUnsignedLong", "(Ljava/lang/CharSequence;III)J")] - public static long ParseUnsignedLong(Java.Lang.ICharSequence? s, int beginIndex, int endIndex, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseUnsignedLong", "(Ljava/lang/String;)J")] - public static long ParseUnsignedLong(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseUnsignedLong", "(Ljava/lang/String;I)J")] - public static long ParseUnsignedLong(string? s, int radix) { throw null; } - public static long ParseUnsignedLong(string? s, int beginIndex, int endIndex, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("remainderUnsigned", "(JJ)J")] - public static long RemainderUnsigned(long dividend, long divisor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveConstantDesc", "(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/Long;")] - public Java.Lang.Long? ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reverse", "(J)J")] - public static long Reverse(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reverseBytes", "(J)J")] - public static long ReverseBytes(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("rotateLeft", "(JI)J")] - public static long RotateLeft(long i, int distance) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("rotateRight", "(JI)J")] - public static long RotateRight(long i, int distance) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("signum", "(J)I")] - public static int Signum(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sum", "(JJ)J")] - public static long Sum(long a, long b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toBinaryString", "(J)Ljava/lang/String;")] - public static string? ToBinaryString(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toHexString", "(J)Ljava/lang/String;")] - public static string? ToHexString(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toOctalString", "(J)Ljava/lang/String;")] - public static string? ToOctalString(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(J)Ljava/lang/String;")] - public static string? ToString(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(JI)Ljava/lang/String;")] - public static string? ToString(long i, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedString", "(J)Ljava/lang/String;")] - public static string? ToUnsignedString(long i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedString", "(JI)Ljava/lang/String;")] - public static string? ToUnsignedString(long i, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(J)Ljava/lang/Long;")] - public static Java.Lang.Long? ValueOf(long l) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Long;")] - public static Java.Lang.Long? ValueOf(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;I)Ljava/lang/Long;")] - public static Java.Lang.Long? ValueOf(string? s, int radix) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Math", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class Math : Java.Lang.Object - { - internal Math() { } - public const double E = 2.718281828459045; - public const double Pi = 3.141592653589793; - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("abs", "(D)D")] - public static double Abs(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("abs", "(I)I")] - public static int Abs(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("abs", "(J)J")] - public static long Abs(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("abs", "(F)F")] - public static float Abs(float a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("absExact", "(I)I")] - public static int AbsExact(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("absExact", "(J)J")] - public static long AbsExact(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("acos", "(D)D")] - public static double Acos(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addExact", "(II)I")] - public static int AddExact(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addExact", "(JJ)J")] - public static long AddExact(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("asin", "(D)D")] - public static double Asin(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("atan", "(D)D")] - public static double Atan(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("atan2", "(DD)D")] - public static double Atan2(double y, double x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cbrt", "(D)D")] - public static double Cbrt(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ceil", "(D)D")] - public static double Ceil(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("copySign", "(DD)D")] - public static double CopySign(double magnitude, double sign) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("copySign", "(FF)F")] - public static float CopySign(float magnitude, float sign) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cos", "(D)D")] - public static double Cos(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cosh", "(D)D")] - public static double Cosh(double x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decrementExact", "(I)I")] - public static int DecrementExact(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decrementExact", "(J)J")] - public static long DecrementExact(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exp", "(D)D")] - public static double Exp(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("expm1", "(D)D")] - public static double Expm1(double x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floor", "(D)D")] - public static double Floor(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorDiv", "(II)I")] - public static int FloorDiv(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorDiv", "(JI)J")] - public static long FloorDiv(long x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorDiv", "(JJ)J")] - public static long FloorDiv(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorMod", "(II)I")] - public static int FloorMod(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorMod", "(JI)I")] - public static int FloorMod(long x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorMod", "(JJ)J")] - public static long FloorMod(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("fma", "(DDD)D")] - public static double Fma(double a, double b, double c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("fma", "(FFF)F")] - public static float Fma(float a, float b, float c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getExponent", "(D)I")] - public static int GetExponent(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getExponent", "(F)I")] - public static int GetExponent(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hypot", "(DD)D")] - public static double Hypot(double x, double y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("IEEEremainder", "(DD)D")] - public static double IEEEremainder(double f1, double f2) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementExact", "(I)I")] - public static int IncrementExact(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementExact", "(J)J")] - public static long IncrementExact(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("log", "(D)D")] - public static double Log(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("log10", "(D)D")] - public static double Log10(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("log1p", "(D)D")] - public static double Log1p(double x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(DD)D")] - public static double Max(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(II)I")] - public static int Max(int a, int b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(JJ)J")] - public static long Max(long a, long b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(FF)F")] - public static float Max(float a, float b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(DD)D")] - public static double Min(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(II)I")] - public static int Min(int a, int b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(JJ)J")] - public static long Min(long a, long b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(FF)F")] - public static float Min(float a, float b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyExact", "(II)I")] - public static int MultiplyExact(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyExact", "(JI)J")] - public static long MultiplyExact(long x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyExact", "(JJ)J")] - public static long MultiplyExact(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyFull", "(II)J")] - public static long MultiplyFull(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyHigh", "(JJ)J")] - public static long MultiplyHigh(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negateExact", "(I)I")] - public static int NegateExact(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negateExact", "(J)J")] - public static long NegateExact(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextAfter", "(DD)D")] - public static double NextAfter(double start, double direction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextAfter", "(FD)F")] - public static float NextAfter(float start, double direction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextDown", "(D)D")] - public static double NextDown(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextDown", "(F)F")] - public static float NextDown(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextUp", "(D)D")] - public static double NextUp(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextUp", "(F)F")] - public static float NextUp(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("pow", "(DD)D")] - public static double Pow(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("random", "()D")] - public static double Random() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("rint", "(D)D")] - public static double Rint(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("round", "(D)J")] - public static long Round(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("round", "(F)I")] - public static int Round(float a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("scalb", "(DI)D")] - public static double Scalb(double d, int scaleFactor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("scalb", "(FI)F")] - public static float Scalb(float f, int scaleFactor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("signum", "(D)D")] - public static double Signum(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("signum", "(F)F")] - public static float Signum(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sin", "(D)D")] - public static double Sin(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sinh", "(D)D")] - public static double Sinh(double x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sqrt", "(D)D")] - public static double Sqrt(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("subtractExact", "(II)I")] - public static int SubtractExact(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("subtractExact", "(JJ)J")] - public static long SubtractExact(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tan", "(D)D")] - public static double Tan(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tanh", "(D)D")] - public static double Tanh(double x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toDegrees", "(D)D")] - public static double ToDegrees(double angrad) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toIntExact", "(J)I")] - public static int ToIntExact(long value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toRadians", "(D)D")] - public static double ToRadians(double angdeg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ulp", "(D)D")] - public static double Ulp(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ulp", "(F)F")] - public static float Ulp(float f) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Module", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Module : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, System.IDisposable - { - internal Module() { } - public Java.Lang.ClassLoader? ClassLoader { get { throw null; } } - public Java.Lang.Modules.ModuleDescriptor? Descriptor { get { throw null; } } - public bool IsNamed { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public Java.Lang.ModuleLayer? Layer { get { throw null; } } - public string? Name { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("addExports", "(Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/Module;")] - public Java.Lang.Module? AddExports(string? pn, Java.Lang.Module? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addOpens", "(Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/Module;")] - public Java.Lang.Module? AddOpens(string? pn, Java.Lang.Module? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addReads", "(Ljava/lang/Module;)Ljava/lang/Module;")] - public Java.Lang.Module? AddReads(Java.Lang.Module? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addUses", "(Ljava/lang/Class;)Ljava/lang/Module;")] - public Java.Lang.Module? AddUses(Java.Lang.Class? service) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("canRead", "(Ljava/lang/Module;)Z")] - public bool CanRead(Java.Lang.Module? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("canUse", "(Ljava/lang/Class;)Z")] - public bool CanUse(Java.Lang.Class? service) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public Java.Lang.Object? GetAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetAnnotations() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredAnnotations() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getResourceAsStream", "(Ljava/lang/String;)Ljava/io/InputStream;")] - public Java.IO.InputStream? GetResourceAsStream(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isExported", "(Ljava/lang/String;)Z")] - public bool IsExported(string? pn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isExported", "(Ljava/lang/String;Ljava/lang/Module;)Z")] - public bool IsExported(string? pn, Java.Lang.Module? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isOpen", "(Ljava/lang/String;)Z")] - public bool IsOpen(string? pn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isOpen", "(Ljava/lang/String;Ljava/lang/Module;)Z")] - public bool IsOpen(string? pn, Java.Lang.Module? other) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ModuleLayer", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class ModuleLayer : Java.Lang.Object - { - internal ModuleLayer() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("boot", "()Ljava/lang/ModuleLayer;")] - public static Java.Lang.ModuleLayer? Boot() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("configuration", "()Ljava/lang/module/Configuration;")] - public Java.Lang.Modules.Configuration? Configuration() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defineModules", "(Ljava/lang/module/Configuration;Ljava/util/function/Function;)Ljava/lang/ModuleLayer;")] - public Java.Lang.ModuleLayer? DefineModules(Java.Lang.Modules.Configuration? cf, Java.Util.Function.IFunction? clf) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defineModulesWithManyLoaders", "(Ljava/lang/module/Configuration;Ljava/lang/ClassLoader;)Ljava/lang/ModuleLayer;")] - public Java.Lang.ModuleLayer? DefineModulesWithManyLoaders(Java.Lang.Modules.Configuration? cf, Java.Lang.ClassLoader? parentLoader) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defineModulesWithOneLoader", "(Ljava/lang/module/Configuration;Ljava/lang/ClassLoader;)Ljava/lang/ModuleLayer;")] - public Java.Lang.ModuleLayer? DefineModulesWithOneLoader(Java.Lang.Modules.Configuration? cf, Java.Lang.ClassLoader? parentLoader) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("empty", "()Ljava/lang/ModuleLayer;")] - public static Java.Lang.ModuleLayer? Empty() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findLoader", "(Ljava/lang/String;)Ljava/lang/ClassLoader;")] - public Java.Lang.ClassLoader? FindLoader(string? name) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ModuleLayer$Controller", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Controller : Java.Lang.Object - { - internal Controller() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("addExports", "(Ljava/lang/Module;Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/ModuleLayer$Controller;")] - public Java.Lang.ModuleLayer.Controller? AddExports(Java.Lang.Module? source, string? pn, Java.Lang.Module? target) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addOpens", "(Ljava/lang/Module;Ljava/lang/String;Ljava/lang/Module;)Ljava/lang/ModuleLayer$Controller;")] - public Java.Lang.ModuleLayer.Controller? AddOpens(Java.Lang.Module? source, string? pn, Java.Lang.Module? target) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addReads", "(Ljava/lang/Module;Ljava/lang/Module;)Ljava/lang/ModuleLayer$Controller;")] - public Java.Lang.ModuleLayer.Controller? AddReads(Java.Lang.Module? source, Java.Lang.Module? target) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("layer", "()Ljava/lang/ModuleLayer;")] - public Java.Lang.ModuleLayer? Layer() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/NegativeArraySizeException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NegativeArraySizeException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NegativeArraySizeException() { } - protected NegativeArraySizeException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NegativeArraySizeException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/NoClassDefFoundError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NoClassDefFoundError : Java.Lang.LinkageError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NoClassDefFoundError() { } - protected NoClassDefFoundError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NoClassDefFoundError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/NoSuchFieldError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NoSuchFieldError : Java.Lang.IncompatibleClassChangeError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NoSuchFieldError() { } - protected NoSuchFieldError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NoSuchFieldError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/NoSuchFieldException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NoSuchFieldException : Java.Lang.ReflectiveOperationException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NoSuchFieldException() { } - protected NoSuchFieldException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NoSuchFieldException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/NoSuchMethodError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NoSuchMethodError : Java.Lang.IncompatibleClassChangeError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NoSuchMethodError() { } - protected NoSuchMethodError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NoSuchMethodError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/NoSuchMethodException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NoSuchMethodException : Java.Lang.ReflectiveOperationException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NoSuchMethodException() { } - protected NoSuchMethodException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NoSuchMethodException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/NullPointerException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NullPointerException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NullPointerException() { } - protected NullPointerException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NullPointerException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Number", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.NumberInvoker))] - public abstract partial class Number : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Number() { } - protected Number(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("byteValue", "()B")] - public virtual sbyte ByteValue() { throw null; } - public abstract double DoubleValue(); - public abstract float FloatValue(); - public abstract int IntValue(); - public abstract long LongValue(); - [Java.Interop.JniMethodSignatureAttribute("shortValue", "()S")] - public virtual short ShortValue() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/NumberFormatException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class NumberFormatException : Java.Lang.IllegalArgumentException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public NumberFormatException() { } - protected NumberFormatException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public NumberFormatException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Object", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Object : Java.Interop.JavaObject - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Object() { } - public Object(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public Java.Lang.Class? Class { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("clone", "()Ljava/lang/Object;")] - protected virtual Java.Lang.Object? Clone() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("equals", "(Ljava/lang/Object;)Z")] - public virtual bool Equals(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "()I")] - public override int GetHashCode() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("finalize", "()V")] - [System.ObsoleteAttribute("deprecated")] - protected virtual void JavaFinalize() { } - [Java.Interop.JniMethodSignatureAttribute("notify", "()V")] - public void Notify() { } - [Java.Interop.JniMethodSignatureAttribute("notifyAll", "()V")] - public void NotifyAll() { } - [Java.Interop.JniMethodSignatureAttribute("toString", "()Ljava/lang/String;")] - public override string? ToString() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("wait", "()V")] - public void Wait() { } - [Java.Interop.JniMethodSignatureAttribute("wait", "(J)V")] - public void Wait(long p0) { } - [Java.Interop.JniMethodSignatureAttribute("wait", "(JI)V")] - public void Wait(long timeoutMillis, int nanos) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/OutOfMemoryError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class OutOfMemoryError : Java.Lang.VirtualMachineError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public OutOfMemoryError() { } - protected OutOfMemoryError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public OutOfMemoryError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Package", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Package : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, System.IDisposable - { - protected Package(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual string? ImplementationTitle { get { throw null; } } - public virtual string? ImplementationVendor { get { throw null; } } - public virtual string? ImplementationVersion { get { throw null; } } - public virtual bool IsSealed { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual string? Name { get { throw null; } } - public virtual string? SpecificationTitle { get { throw null; } } - public virtual string? SpecificationVendor { get { throw null; } } - public virtual string? SpecificationVersion { get { throw null; } } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "A extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public virtual Java.Lang.Object? GetAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetAnnotations() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "A extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "A extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public virtual Java.Lang.Object? GetDeclaredAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetDeclaredAnnotations() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "A extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetDeclaredAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getPackage", "(Ljava/lang/String;)Ljava/lang/Package;")] - [System.ObsoleteAttribute("deprecated")] - public static Java.Lang.Package? GetPackage(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getPackages", "()[Ljava/lang/Package;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? GetPackages() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isAnnotationPresent", "(Ljava/lang/Class;)Z")] - public virtual bool IsAnnotationPresent(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isCompatibleWith", "(Ljava/lang/String;)Z")] - public virtual bool IsCompatibleWith(string? desired) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Process", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.ProcessInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class Process : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Process() { } - protected Process(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public abstract Java.IO.InputStream? ErrorStream { [Java.Interop.JniMethodSignatureAttribute("getErrorStream", "()Ljava/io/InputStream;")] get; } - public abstract Java.IO.InputStream? InputStream { [Java.Interop.JniMethodSignatureAttribute("getInputStream", "()Ljava/io/InputStream;")] get; } - public virtual bool IsAlive { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public abstract Java.IO.OutputStream? OutputStream { [Java.Interop.JniMethodSignatureAttribute("getOutputStream", "()Ljava/io/OutputStream;")] get; } - public abstract void Destroy(); - [Java.Interop.JniMethodSignatureAttribute("destroyForcibly", "()Ljava/lang/Process;")] - public virtual Java.Lang.Process? DestroyForcibly() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("errorReader", "()Ljava/io/BufferedReader;")] - public Java.IO.BufferedReader? ErrorReader() { throw null; } - public abstract int ExitValue(); - [Java.Interop.JniMethodSignatureAttribute("inputReader", "()Ljava/io/BufferedReader;")] - public Java.IO.BufferedReader? InputReader() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("onExit", "()Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? OnExit() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("outputWriter", "()Ljava/io/BufferedWriter;")] - public Java.IO.BufferedWriter? OutputWriter() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("pid", "()J")] - public virtual long Pid() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("supportsNormalTermination", "()Z")] - public virtual bool SupportsNormalTermination() { throw null; } - public abstract int WaitFor(); - [Java.Interop.JniMethodSignatureAttribute("waitFor", "(JLjava/util/concurrent/TimeUnit;)Z")] - public virtual bool WaitFor(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ProcessBuilder", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class ProcessBuilder : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("([Ljava/lang/String;)V")] - public ProcessBuilder([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params string[]? command) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("command", "([Ljava/lang/String;)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? Command([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params string[]? command) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("directory", "()Ljava/io/File;")] - public Java.IO.File? Directory() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("directory", "(Ljava/io/File;)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? Directory(Java.IO.File? directory) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("inheritIO", "()Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? InheritIO() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectError", "()Ljava/lang/ProcessBuilder$Redirect;")] - public Java.Lang.ProcessBuilder.Redirect? RedirectError() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectError", "(Ljava/io/File;)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? RedirectError(Java.IO.File? file) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectError", "(Ljava/lang/ProcessBuilder$Redirect;)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? RedirectError(Java.Lang.ProcessBuilder.Redirect? destination) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectErrorStream", "()Z")] - public bool RedirectErrorStream() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectErrorStream", "(Z)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? RedirectErrorStream(bool redirectErrorStream) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectInput", "()Ljava/lang/ProcessBuilder$Redirect;")] - public Java.Lang.ProcessBuilder.Redirect? RedirectInput() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectInput", "(Ljava/io/File;)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? RedirectInput(Java.IO.File? file) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectInput", "(Ljava/lang/ProcessBuilder$Redirect;)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? RedirectInput(Java.Lang.ProcessBuilder.Redirect? source) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectOutput", "()Ljava/lang/ProcessBuilder$Redirect;")] - public Java.Lang.ProcessBuilder.Redirect? RedirectOutput() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectOutput", "(Ljava/io/File;)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? RedirectOutput(Java.IO.File? file) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("redirectOutput", "(Ljava/lang/ProcessBuilder$Redirect;)Ljava/lang/ProcessBuilder;")] - public Java.Lang.ProcessBuilder? RedirectOutput(Java.Lang.ProcessBuilder.Redirect? destination) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("start", "()Ljava/lang/Process;")] - public Java.Lang.Process? Start() { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ProcessBuilder$Redirect", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.ProcessBuilder.RedirectInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public abstract partial class Redirect : Java.Lang.Object - { - protected Redirect(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public static Java.Lang.ProcessBuilder.Redirect? Discard { get { throw null; } } - public static Java.Lang.ProcessBuilder.Redirect? Inherit { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.ProcessBuilder.Redirect? Pipe { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("appendTo", "(Ljava/io/File;)Ljava/lang/ProcessBuilder$Redirect;")] - public static Java.Lang.ProcessBuilder.Redirect? AppendTo(Java.IO.File? file) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("file", "()Ljava/io/File;")] - public virtual Java.IO.File? File() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("from", "(Ljava/io/File;)Ljava/lang/ProcessBuilder$Redirect;")] - public static Java.Lang.ProcessBuilder.Redirect? From(Java.IO.File? file) { throw null; } - public abstract Java.Lang.ProcessBuilder.Redirect.Type? InvokeType(); - [Java.Interop.JniMethodSignatureAttribute("to", "(Ljava/io/File;)Ljava/lang/ProcessBuilder$Redirect;")] - public static Java.Lang.ProcessBuilder.Redirect? To(Java.IO.File? file) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ProcessBuilder$Redirect$Type", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Type : Java.Lang.Enum - { - internal Type() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.Lang.ProcessBuilder.Redirect.Type? Append { get { throw null; } } - public static Java.Lang.ProcessBuilder.Redirect.Type? Inherit { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.ProcessBuilder.Redirect.Type? Pipe { get { throw null; } } - public static Java.Lang.ProcessBuilder.Redirect.Type? Read { get { throw null; } } - public static Java.Lang.ProcessBuilder.Redirect.Type? Write { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/ProcessBuilder$Redirect$Type;")] - public static Java.Lang.ProcessBuilder.Redirect.Type? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/ProcessBuilder$Redirect$Type;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Record", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.RecordInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public abstract partial class Record : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected Record() { } - protected Record(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract override bool Equals(Java.Lang.Object? p0); - public abstract new int GetHashCode(); - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract new string? ToString(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ReflectiveOperationException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ReflectiveOperationException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ReflectiveOperationException() { } - protected ReflectiveOperationException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ReflectiveOperationException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ReflectiveOperationException(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ReflectiveOperationException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Runtime", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Runtime : Java.Lang.Object - { - protected Runtime(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("addShutdownHook", "(Ljava/lang/Thread;)V")] - public virtual void AddShutdownHook(Java.Lang.Thread? hook) { } - [Java.Interop.JniMethodSignatureAttribute("availableProcessors", "()I")] - public virtual int AvailableProcessors() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exec", "([Ljava/lang/String;)Ljava/lang/Process;")] - public virtual Java.Lang.Process? Exec([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? cmdarray) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exec", "([Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Process;")] - public virtual Java.Lang.Process? Exec([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? cmdarray, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? envp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exec", "([Ljava/lang/String;[Ljava/lang/String;Ljava/io/File;)Ljava/lang/Process;")] - public virtual Java.Lang.Process? Exec([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? cmdarray, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? envp, Java.IO.File? dir) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exec", "(Ljava/lang/String;)Ljava/lang/Process;")] - public virtual Java.Lang.Process? Exec(string? command) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exec", "(Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Process;")] - public virtual Java.Lang.Process? Exec(string? command, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? envp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exec", "(Ljava/lang/String;[Ljava/lang/String;Ljava/io/File;)Ljava/lang/Process;")] - public virtual Java.Lang.Process? Exec(string? command, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? envp, Java.IO.File? dir) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exit", "(I)V")] - public virtual void Exit(int status) { } - [Java.Interop.JniMethodSignatureAttribute("freeMemory", "()J")] - public virtual long FreeMemory() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("gc", "()V")] - public virtual void Gc() { } - [Java.Interop.JniMethodSignatureAttribute("getRuntime", "()Ljava/lang/Runtime;")] - public static Java.Lang.Runtime? GetRuntime() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("halt", "(I)V")] - public virtual void Halt(int status) { } - [Java.Interop.JniMethodSignatureAttribute("version", "()Ljava/lang/Runtime$Version;")] - public static Java.Lang.Runtime.Version? InvokeVersion() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("load", "(Ljava/lang/String;)V")] - public virtual void Load(string? filename) { } - [Java.Interop.JniMethodSignatureAttribute("loadLibrary", "(Ljava/lang/String;)V")] - public virtual void LoadLibrary(string? libname) { } - [Java.Interop.JniMethodSignatureAttribute("maxMemory", "()J")] - public virtual long MaxMemory() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("removeShutdownHook", "(Ljava/lang/Thread;)Z")] - public virtual bool RemoveShutdownHook(Java.Lang.Thread? hook) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runFinalization", "()V")] - public virtual void RunFinalization() { } - [Java.Interop.JniMethodSignatureAttribute("totalMemory", "()J")] - public virtual long TotalMemory() { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Runtime$Version", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Version : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - internal Version() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Runtime$Version;)I")] - public int CompareTo(Java.Lang.Runtime.Version? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareToIgnoreOptional", "(Ljava/lang/Runtime$Version;)I")] - public int CompareToIgnoreOptional(Java.Lang.Runtime.Version? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("equalsIgnoreOptional", "(Ljava/lang/Object;)Z")] - public bool EqualsIgnoreOptional(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("feature", "()I")] - public int Feature() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("interim", "()I")] - public int Interim() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("major", "()I")] - [System.ObsoleteAttribute("deprecated")] - public int Major() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("minor", "()I")] - [System.ObsoleteAttribute("deprecated")] - public int Minor() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parse", "(Ljava/lang/String;)Ljava/lang/Runtime$Version;")] - public static Java.Lang.Runtime.Version? Parse(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("patch", "()I")] - public int Patch() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("security", "()I")] - [System.ObsoleteAttribute("deprecated")] - public int Security() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("update", "()I")] - public int Update() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/RuntimeException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class RuntimeException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public RuntimeException() { } - protected RuntimeException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - public RuntimeException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public RuntimeException(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - public RuntimeException(string? message, Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V")] - protected RuntimeException(string? message, Java.Lang.Throwable? cause, bool enableSuppression, bool writableStackTrace) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/SecurityException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class SecurityException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public SecurityException() { } - protected SecurityException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public SecurityException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public SecurityException(string? s) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public SecurityException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/SecurityManager", GenerateJavaPeer=false)] - [System.ObsoleteAttribute("This class is obsoleted in this android platform")] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class SecurityManager : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public SecurityManager() { } - protected SecurityManager(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual Java.Lang.Object? SecurityContext { get { throw null; } } - public virtual Java.Lang.ThreadGroup? ThreadGroup { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("checkAccept", "(Ljava/lang/String;I)V")] - public virtual void CheckAccept(string? host, int port) { } - [Java.Interop.JniMethodSignatureAttribute("checkAccess", "(Ljava/lang/Thread;)V")] - public virtual void CheckAccess(Java.Lang.Thread? t) { } - [Java.Interop.JniMethodSignatureAttribute("checkAccess", "(Ljava/lang/ThreadGroup;)V")] - public virtual void CheckAccess(Java.Lang.ThreadGroup? g) { } - [Java.Interop.JniMethodSignatureAttribute("checkConnect", "(Ljava/lang/String;I)V")] - public virtual void CheckConnect(string? host, int port) { } - [Java.Interop.JniMethodSignatureAttribute("checkConnect", "(Ljava/lang/String;ILjava/lang/Object;)V")] - public virtual void CheckConnect(string? host, int port, Java.Lang.Object? context) { } - [Java.Interop.JniMethodSignatureAttribute("checkCreateClassLoader", "()V")] - public virtual void CheckCreateClassLoader() { } - [Java.Interop.JniMethodSignatureAttribute("checkDelete", "(Ljava/lang/String;)V")] - public virtual void CheckDelete(string? file) { } - [Java.Interop.JniMethodSignatureAttribute("checkExec", "(Ljava/lang/String;)V")] - public virtual void CheckExec(string? cmd) { } - [Java.Interop.JniMethodSignatureAttribute("checkExit", "(I)V")] - public virtual void CheckExit(int status) { } - [Java.Interop.JniMethodSignatureAttribute("checkLink", "(Ljava/lang/String;)V")] - public virtual void CheckLink(string? lib) { } - [Java.Interop.JniMethodSignatureAttribute("checkListen", "(I)V")] - public virtual void CheckListen(int port) { } - [Java.Interop.JniMethodSignatureAttribute("checkPackageAccess", "(Ljava/lang/String;)V")] - public virtual void CheckPackageAccess(string? pkg) { } - [Java.Interop.JniMethodSignatureAttribute("checkPackageDefinition", "(Ljava/lang/String;)V")] - public virtual void CheckPackageDefinition(string? pkg) { } - [Java.Interop.JniMethodSignatureAttribute("checkPrintJobAccess", "()V")] - public virtual void CheckPrintJobAccess() { } - [Java.Interop.JniMethodSignatureAttribute("checkPropertiesAccess", "()V")] - public virtual void CheckPropertiesAccess() { } - [Java.Interop.JniMethodSignatureAttribute("checkPropertyAccess", "(Ljava/lang/String;)V")] - public virtual void CheckPropertyAccess(string? key) { } - [Java.Interop.JniMethodSignatureAttribute("checkRead", "(Ljava/io/FileDescriptor;)V")] - public virtual void CheckRead(Java.IO.FileDescriptor? fd) { } - [Java.Interop.JniMethodSignatureAttribute("checkRead", "(Ljava/lang/String;)V")] - public virtual void CheckRead(string? file) { } - [Java.Interop.JniMethodSignatureAttribute("checkRead", "(Ljava/lang/String;Ljava/lang/Object;)V")] - public virtual void CheckRead(string? file, Java.Lang.Object? context) { } - [Java.Interop.JniMethodSignatureAttribute("checkSecurityAccess", "(Ljava/lang/String;)V")] - public virtual void CheckSecurityAccess(string? target) { } - [Java.Interop.JniMethodSignatureAttribute("checkSetFactory", "()V")] - public virtual void CheckSetFactory() { } - [Java.Interop.JniMethodSignatureAttribute("checkWrite", "(Ljava/io/FileDescriptor;)V")] - public virtual void CheckWrite(Java.IO.FileDescriptor? fd) { } - [Java.Interop.JniMethodSignatureAttribute("checkWrite", "(Ljava/lang/String;)V")] - public virtual void CheckWrite(string? file) { } - [Java.Interop.JniMethodSignatureAttribute("getClassContext", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - protected virtual Java.Interop.JavaObjectArray? GetClassContext() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Short", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Short : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - public const int Bytes = 2; - public const short MaxValue = (short)32767; - public const short MinValue = (short)-32768; - public const int Size = 16; - [Java.Interop.JniConstructorSignatureAttribute("(S)V")] - [System.ObsoleteAttribute("deprecated")] - public Short(short value) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.ObsoleteAttribute("deprecated")] - public Short(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compare", "(SS)I")] - public static int Compare(short x, short y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/Short;)I")] - public int CompareTo(Java.Lang.Short? anotherShort) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareUnsigned", "(SS)I")] - public static int CompareUnsigned(short x, short y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decode", "(Ljava/lang/String;)Ljava/lang/Short;")] - public static Java.Lang.Short? Decode(string? nm) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "(S)I")] - public static int HashCode(short value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseShort", "(Ljava/lang/String;)S")] - public static short ParseShort(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parseShort", "(Ljava/lang/String;I)S")] - public static short ParseShort(string? s, int radix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reverseBytes", "(S)S")] - public static short ReverseBytes(short i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(S)Ljava/lang/String;")] - public static string? ToString(short s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedInt", "(S)I")] - public static int ToUnsignedInt(short x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUnsignedLong", "(S)J")] - public static long ToUnsignedLong(short x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(S)Ljava/lang/Short;")] - public static Java.Lang.Short? ValueOf(short s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Short;")] - public static Java.Lang.Short? ValueOf(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;I)Ljava/lang/Short;")] - public static Java.Lang.Short? ValueOf(string? s, int radix) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StackOverflowError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class StackOverflowError : Java.Lang.VirtualMachineError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public StackOverflowError() { } - protected StackOverflowError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public StackOverflowError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StackTraceElement", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class StackTraceElement : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V")] - public StackTraceElement(string? declaringClass, string? methodName, string? fileName, int lineNumber) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V")] - public StackTraceElement(string? classLoaderName, string? moduleName, string? moduleVersion, string? declaringClass, string? methodName, string? fileName, int lineNumber) { } - public string? ClassLoaderName { get { throw null; } } - public string? ClassName { get { throw null; } } - public string? FileName { get { throw null; } } - public bool IsNativeMethod { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int LineNumber { get { throw null; } } - public string? MethodName { get { throw null; } } - public string? ModuleName { get { throw null; } } - public string? ModuleVersion { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StackWalker", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class StackWalker : Java.Lang.Object - { - internal StackWalker() { } - public Java.Lang.Class? CallerClass { get { throw null; } } - public static Java.Lang.StackWalker? Instance { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("forEach", "(Ljava/util/function/Consumer;)V")] - public void ForEach(Java.Util.Function.IConsumer? action) { } - [Java.Interop.JniMethodSignatureAttribute("getInstance", "(Ljava/lang/StackWalker$Option;)Ljava/lang/StackWalker;")] - public static Java.Lang.StackWalker? GetInstance(Java.Lang.StackWalker.Option? option) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StackWalker$StackFrame", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.StackWalker.IStackFrameInvoker))] - public partial interface IStackFrame : Java.Interop.IJavaPeerable, System.IDisposable - { - int ByteCodeIndex { [Java.Interop.JniMethodSignatureAttribute("getByteCodeIndex", "()I")] get; } - string? ClassName { [Java.Interop.JniMethodSignatureAttribute("getClassName", "()Ljava/lang/String;")] get; } - Java.Lang.Class? DeclaringClass { [Java.Interop.JniMethodSignatureAttribute("getDeclaringClass", "()Ljava/lang/Class;")] get; } - string? Descriptor { get { throw null; } } - string? FileName { [Java.Interop.JniMethodSignatureAttribute("getFileName", "()Ljava/lang/String;")] get; } - bool IsNativeMethod { [Java.Interop.JniMethodSignatureAttribute("isNativeMethod", "()Z")] get; } - int LineNumber { [Java.Interop.JniMethodSignatureAttribute("getLineNumber", "()I")] get; } - string? MethodName { [Java.Interop.JniMethodSignatureAttribute("getMethodName", "()Ljava/lang/String;")] get; } - Java.Lang.Invoke.MethodType? MethodType { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("toStackTraceElement", "()Ljava/lang/StackTraceElement;")] - Java.Lang.StackTraceElement? ToStackTraceElement(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StackWalker$Option", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Option : Java.Lang.Enum - { - internal Option() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.StackWalker.Option? RetainClassReference { get { throw null; } } - public static Java.Lang.StackWalker.Option? ShowHiddenFrames { get { throw null; } } - public static Java.Lang.StackWalker.Option? ShowReflectFrames { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/StackWalker$Option;")] - public static Java.Lang.StackWalker.Option? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/StackWalker$Option;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StrictMath", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class StrictMath : Java.Lang.Object - { - internal StrictMath() { } - public const double E = 2.718281828459045; - public const double Pi = 3.141592653589793; - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("abs", "(D)D")] - public static double Abs(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("abs", "(I)I")] - public static int Abs(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("abs", "(J)J")] - public static long Abs(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("abs", "(F)F")] - public static float Abs(float a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("absExact", "(I)I")] - public static int AbsExact(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("absExact", "(J)J")] - public static long AbsExact(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("acos", "(D)D")] - public static double Acos(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addExact", "(II)I")] - public static int AddExact(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addExact", "(JJ)J")] - public static long AddExact(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("asin", "(D)D")] - public static double Asin(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("atan", "(D)D")] - public static double Atan(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("atan2", "(DD)D")] - public static double Atan2(double p0, double p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cbrt", "(D)D")] - public static double Cbrt(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ceil", "(D)D")] - public static double Ceil(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("copySign", "(DD)D")] - public static double CopySign(double magnitude, double sign) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("copySign", "(FF)F")] - public static float CopySign(float magnitude, float sign) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cos", "(D)D")] - public static double Cos(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cosh", "(D)D")] - public static double Cosh(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decrementExact", "(I)I")] - public static int DecrementExact(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decrementExact", "(J)J")] - public static long DecrementExact(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exp", "(D)D")] - public static double Exp(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("expm1", "(D)D")] - public static double Expm1(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floor", "(D)D")] - public static double Floor(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorDiv", "(II)I")] - public static int FloorDiv(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorDiv", "(JI)J")] - public static long FloorDiv(long x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorDiv", "(JJ)J")] - public static long FloorDiv(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorMod", "(II)I")] - public static int FloorMod(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorMod", "(JI)I")] - public static int FloorMod(long x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floorMod", "(JJ)J")] - public static long FloorMod(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("fma", "(DDD)D")] - public static double Fma(double a, double b, double c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("fma", "(FFF)F")] - public static float Fma(float a, float b, float c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getExponent", "(D)I")] - public static int GetExponent(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getExponent", "(F)I")] - public static int GetExponent(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hypot", "(DD)D")] - public static double Hypot(double x, double y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("IEEEremainder", "(DD)D")] - public static double IEEEremainder(double p0, double p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementExact", "(I)I")] - public static int IncrementExact(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementExact", "(J)J")] - public static long IncrementExact(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("log", "(D)D")] - public static double Log(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("log10", "(D)D")] - public static double Log10(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("log1p", "(D)D")] - public static double Log1p(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(DD)D")] - public static double Max(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(II)I")] - public static int Max(int a, int b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(JJ)J")] - public static long Max(long a, long b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("max", "(FF)F")] - public static float Max(float a, float b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(DD)D")] - public static double Min(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(II)I")] - public static int Min(int a, int b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(JJ)J")] - public static long Min(long a, long b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("min", "(FF)F")] - public static float Min(float a, float b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyExact", "(II)I")] - public static int MultiplyExact(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyExact", "(JI)J")] - public static long MultiplyExact(long x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyExact", "(JJ)J")] - public static long MultiplyExact(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyFull", "(II)J")] - public static long MultiplyFull(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("multiplyHigh", "(JJ)J")] - public static long MultiplyHigh(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negateExact", "(I)I")] - public static int NegateExact(int a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negateExact", "(J)J")] - public static long NegateExact(long a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextAfter", "(DD)D")] - public static double NextAfter(double start, double direction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextAfter", "(FD)F")] - public static float NextAfter(float start, double direction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextDown", "(D)D")] - public static double NextDown(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextDown", "(F)F")] - public static float NextDown(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextUp", "(D)D")] - public static double NextUp(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nextUp", "(F)F")] - public static float NextUp(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("pow", "(DD)D")] - public static double Pow(double a, double b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("random", "()D")] - public static double Random() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("rint", "(D)D")] - public static double Rint(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("round", "(D)J")] - public static long Round(double a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("round", "(F)I")] - public static int Round(float a) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("scalb", "(DI)D")] - public static double Scalb(double d, int scaleFactor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("scalb", "(FI)F")] - public static float Scalb(float f, int scaleFactor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("signum", "(D)D")] - public static double Signum(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("signum", "(F)F")] - public static float Signum(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sin", "(D)D")] - public static double Sin(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sinh", "(D)D")] - public static double Sinh(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sqrt", "(D)D")] - public static double Sqrt(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("subtractExact", "(II)I")] - public static int SubtractExact(int x, int y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("subtractExact", "(JJ)J")] - public static long SubtractExact(long x, long y) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tan", "(D)D")] - public static double Tan(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tanh", "(D)D")] - public static double Tanh(double p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toDegrees", "(D)D")] - public static double ToDegrees(double angrad) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toIntExact", "(J)I")] - public static int ToIntExact(long value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toRadians", "(D)D")] - public static double ToRadians(double angdeg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ulp", "(D)D")] - public static double Ulp(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ulp", "(F)F")] - public static float Ulp(float f) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/String", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class String : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.Constants.IConstantDesc, Java.Lang.ICharSequence, Java.Lang.IComparable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public String() { } - [Java.Interop.JniConstructorSignatureAttribute("([C)V")] - public String(Java.Interop.JavaCharArray? value) { } - [Java.Interop.JniConstructorSignatureAttribute("([CII)V")] - public String(Java.Interop.JavaCharArray? value, int offset, int count) { } - [Java.Interop.JniConstructorSignatureAttribute("([III)V")] - public String(Java.Interop.JavaInt32Array? codePoints, int offset, int count) { } - [Java.Interop.JniConstructorSignatureAttribute("([B)V")] - public String(Java.Interop.JavaSByteArray? bytes) { } - [Java.Interop.JniConstructorSignatureAttribute("([BI)V")] - [System.ObsoleteAttribute("deprecated")] - public String(Java.Interop.JavaSByteArray? ascii, int hibyte) { } - [Java.Interop.JniConstructorSignatureAttribute("([BII)V")] - public String(Java.Interop.JavaSByteArray? bytes, int offset, int length) { } - [Java.Interop.JniConstructorSignatureAttribute("([BIII)V")] - [System.ObsoleteAttribute("deprecated")] - public String(Java.Interop.JavaSByteArray? ascii, int hibyte, int offset, int count) { } - [Java.Interop.JniConstructorSignatureAttribute("([BIILjava/lang/String;)V")] - public String(Java.Interop.JavaSByteArray? bytes, int offset, int length, string? charsetName) { } - [Java.Interop.JniConstructorSignatureAttribute("([BLjava/lang/String;)V")] - public String(Java.Interop.JavaSByteArray? bytes, string? charsetName) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/StringBuffer;)V")] - public String(Java.Lang.StringBuffer? buffer) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/StringBuilder;)V")] - public String(Java.Lang.StringBuilder? builder) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public String(string? original) { } - public bool IsBlank { get { throw null; } } - public bool IsEmpty { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("charAt", "(I)C")] - public char CharAt(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointAt", "(I)I")] - public int CodePointAt(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointBefore", "(I)I")] - public int CodePointBefore(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointCount", "(II)I")] - public int CodePointCount(int beginIndex, int endIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/String;)I")] - public int CompareTo(string? anotherString) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareToIgnoreCase", "(Ljava/lang/String;)I")] - public int CompareToIgnoreCase(string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("concat", "(Ljava/lang/String;)Ljava/lang/String;")] - public string? Concat(string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("contains", "(Ljava/lang/CharSequence;)Z")] - public bool Contains(Java.Lang.ICharSequence? s) { throw null; } - public bool Contains(string? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("contentEquals", "(Ljava/lang/CharSequence;)Z")] - public bool ContentEquals(Java.Lang.ICharSequence? cs) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("contentEquals", "(Ljava/lang/StringBuffer;)Z")] - public bool ContentEquals(Java.Lang.StringBuffer? sb) { throw null; } - public bool ContentEquals(string? cs) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("copyValueOf", "([C)Ljava/lang/String;")] - public static string? CopyValueOf(Java.Interop.JavaCharArray? data) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("copyValueOf", "([CII)Ljava/lang/String;")] - public static string? CopyValueOf(Java.Interop.JavaCharArray? data, int offset, int count) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("endsWith", "(Ljava/lang/String;)Z")] - public bool EndsWith(string? suffix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("equalsIgnoreCase", "(Ljava/lang/String;)Z")] - public bool EqualsIgnoreCase(string? anotherString) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("format", "(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;")] - public static string? Format(string? format, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("formatted", "([Ljava/lang/Object;)Ljava/lang/String;")] - public string? Formatted([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getBytes", "()[B")] - public Java.Interop.JavaSByteArray? GetBytes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getBytes", "(II[BI)V")] - [System.ObsoleteAttribute("deprecated")] - public void GetBytes(int srcBegin, int srcEnd, Java.Interop.JavaSByteArray? dst, int dstBegin) { } - [Java.Interop.JniMethodSignatureAttribute("getBytes", "(Ljava/lang/String;)[B")] - public Java.Interop.JavaSByteArray? GetBytes(string? charsetName) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getChars", "(II[CI)V")] - public void GetChars(int srcBegin, int srcEnd, Java.Interop.JavaCharArray? dst, int dstBegin) { } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public System.Collections.Generic.IEnumerator GetEnumerator() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indent", "(I)Ljava/lang/String;")] - public string? Indent(int n) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(I)I")] - public int IndexOf(int ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(II)I")] - public int IndexOf(int ch, int fromIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(Ljava/lang/String;)I")] - public int IndexOf(string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(Ljava/lang/String;I)I")] - public int IndexOf(string? str, int fromIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intern", "()Ljava/lang/String;")] - public string? Intern() { throw null; } - Java.Lang.Object? Java.Lang.Constants.IConstantDesc.ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("join", "(Ljava/lang/CharSequence;[Ljava/lang/CharSequence;)Ljava/lang/String;")] - public static string? Join(Java.Lang.ICharSequence? delimiter, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.ICharSequence[]? elements) { throw null; } - public static string? Join(string? delimiter, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params string[]? elements) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(I)I")] - public int LastIndexOf(int ch) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(II)I")] - public int LastIndexOf(int ch, int fromIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(Ljava/lang/String;)I")] - public int LastIndexOf(string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(Ljava/lang/String;I)I")] - public int LastIndexOf(string? str, int fromIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("length", "()I")] - public int Length() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("matches", "(Ljava/lang/String;)Z")] - public bool Matches(string? regex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("offsetByCodePoints", "(II)I")] - public int OffsetByCodePoints(int index, int codePointOffset) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("regionMatches", "(ZILjava/lang/String;II)Z")] - public bool RegionMatches(bool ignoreCase, int toffset, string? other, int ooffset, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("regionMatches", "(ILjava/lang/String;II)Z")] - public bool RegionMatches(int toffset, string? other, int ooffset, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("repeat", "(I)Ljava/lang/String;")] - public string? Repeat(int count) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("replace", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;")] - public string? Replace(Java.Lang.ICharSequence? target, Java.Lang.ICharSequence? replacement) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("replace", "(CC)Ljava/lang/String;")] - public string? Replace(char oldChar, char newChar) { throw null; } - public string? Replace(string? target, string? replacement) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("replaceAll", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;")] - public string? ReplaceAll(string? regex, string? replacement) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("replaceFirst", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;")] - public string? ReplaceFirst(string? regex, string? replacement) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveConstantDesc", "(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/String;")] - public string? ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("split", "(Ljava/lang/String;)[Ljava/lang/String;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? Split(string? regex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("split", "(Ljava/lang/String;I)[Ljava/lang/String;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? Split(string? regex, int limit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("startsWith", "(Ljava/lang/String;)Z")] - public bool StartsWith(string? prefix) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("startsWith", "(Ljava/lang/String;I)Z")] - public bool StartsWith(string? prefix, int toffset) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("strip", "()Ljava/lang/String;")] - public string? Strip() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("stripIndent", "()Ljava/lang/String;")] - public string? StripIndent() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("stripLeading", "()Ljava/lang/String;")] - public string? StripLeading() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("stripTrailing", "()Ljava/lang/String;")] - public string? StripTrailing() { throw null; } - public string? SubSequence(int beginIndex, int endIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("subSequence", "(II)Ljava/lang/CharSequence;")] - public Java.Lang.ICharSequence? SubSequenceFormatted(int beginIndex, int endIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("substring", "(I)Ljava/lang/String;")] - public string? Substring(int beginIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("substring", "(II)Ljava/lang/String;")] - public string? Substring(int beginIndex, int endIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toCharArray", "()[C")] - public Java.Interop.JavaCharArray? ToCharArray() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toLowerCase", "()Ljava/lang/String;")] - public string? ToLowerCase() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toUpperCase", "()Ljava/lang/String;")] - public string? ToUpperCase() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "R"})] - [Java.Interop.JniMethodSignatureAttribute("transform", "(Ljava/util/function/Function;)Ljava/lang/Object;")] - public Java.Lang.Object? Transform(Java.Util.Function.IFunction? f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("translateEscapes", "()Ljava/lang/String;")] - public string? TranslateEscapes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("trim", "()Ljava/lang/String;")] - public string? Trim() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "([C)Ljava/lang/String;")] - public static string? ValueOf(Java.Interop.JavaCharArray? data) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "([CII)Ljava/lang/String;")] - public static string? ValueOf(Java.Interop.JavaCharArray? data, int offset, int count) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/Object;)Ljava/lang/String;")] - public static string? ValueOf(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Z)Ljava/lang/String;")] - public static string? ValueOf(bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(C)Ljava/lang/String;")] - public static string? ValueOf(char c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(D)Ljava/lang/String;")] - public static string? ValueOf(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(I)Ljava/lang/String;")] - public static string? ValueOf(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(J)Ljava/lang/String;")] - public static string? ValueOf(long l) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(F)Ljava/lang/String;")] - public static string? ValueOf(float f) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StringBuffer", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class StringBuffer : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.ICharSequence, Java.Lang.IComparable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public StringBuffer() { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/CharSequence;)V")] - public StringBuffer(Java.Lang.ICharSequence? seq) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public StringBuffer(int capacity) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public StringBuffer(string? str) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("append", "([C)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(Java.Interop.JavaCharArray? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "([CII)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(Java.Interop.JavaCharArray? str, int offset, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(Java.Lang.ICharSequence? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(Java.Lang.ICharSequence? s, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/Object;)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(Java.Lang.StringBuffer? sb) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Z)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(C)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(char c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(D)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(I)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(J)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(long lng) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(F)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/String;)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Append(string? str) { throw null; } - public Java.Lang.StringBuffer? Append(string? s, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("appendCodePoint", "(I)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? AppendCodePoint(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("capacity", "()I")] - public int Capacity() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("charAt", "(I)C")] - public char CharAt(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointAt", "(I)I")] - public int CodePointAt(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointBefore", "(I)I")] - public int CodePointBefore(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointCount", "(II)I")] - public int CodePointCount(int beginIndex, int endIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/StringBuffer;)I")] - public int CompareTo(Java.Lang.StringBuffer? another) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("delete", "(II)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Delete(int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("deleteCharAt", "(I)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? DeleteCharAt(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ensureCapacity", "(I)V")] - public void EnsureCapacity(int minimumCapacity) { } - [Java.Interop.JniMethodSignatureAttribute("getChars", "(II[CI)V")] - public void GetChars(int srcBegin, int srcEnd, Java.Interop.JavaCharArray? dst, int dstBegin) { } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public System.Collections.Generic.IEnumerator GetEnumerator() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(Ljava/lang/String;)I")] - public int IndexOf(string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(Ljava/lang/String;I)I")] - public int IndexOf(string? str, int fromIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(I[C)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, Java.Interop.JavaCharArray? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(I[CII)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int index, Java.Interop.JavaCharArray? str, int offset, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ILjava/lang/CharSequence;)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int dstOffset, Java.Lang.ICharSequence? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ILjava/lang/CharSequence;II)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int dstOffset, Java.Lang.ICharSequence? s, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ILjava/lang/Object;)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(IZ)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(IC)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, char c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ID)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(II)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(IJ)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, long l) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(IF)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ILjava/lang/String;)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Insert(int offset, string? str) { throw null; } - public Java.Lang.StringBuffer? Insert(int dstOffset, string? s, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(Ljava/lang/String;)I")] - public int LastIndexOf(string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(Ljava/lang/String;I)I")] - public int LastIndexOf(string? str, int fromIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("length", "()I")] - public int Length() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("offsetByCodePoints", "(II)I")] - public int OffsetByCodePoints(int index, int codePointOffset) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("replace", "(IILjava/lang/String;)Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Replace(int start, int end, string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reverse", "()Ljava/lang/StringBuffer;")] - public Java.Lang.StringBuffer? Reverse() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setCharAt", "(IC)V")] - public void SetCharAt(int index, char ch) { } - [Java.Interop.JniMethodSignatureAttribute("setLength", "(I)V")] - public void SetLength(int newLength) { } - public string? SubSequence(int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("subSequence", "(II)Ljava/lang/CharSequence;")] - public Java.Lang.ICharSequence? SubSequenceFormatted(int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("substring", "(I)Ljava/lang/String;")] - public string? Substring(int start) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("substring", "(II)Ljava/lang/String;")] - public string? Substring(int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "()Ljava/lang/String;")] - public override string? ToString() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("trimToSize", "()V")] - public void TrimToSize() { } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StringBuilder", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class StringBuilder : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.ICharSequence, Java.Lang.IComparable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public StringBuilder() { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/CharSequence;)V")] - public StringBuilder(Java.Lang.ICharSequence? seq) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public StringBuilder(int capacity) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public StringBuilder(string? str) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("append", "([C)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(Java.Interop.JavaCharArray? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "([CII)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(Java.Interop.JavaCharArray? str, int offset, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(Java.Lang.ICharSequence? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(Java.Lang.ICharSequence? s, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/Object;)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/StringBuffer;)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(Java.Lang.StringBuffer? sb) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Z)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(C)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(char c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(D)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(I)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(J)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(long lng) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(F)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("append", "(Ljava/lang/String;)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Append(string? str) { throw null; } - public Java.Lang.StringBuilder? Append(string? s, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("appendCodePoint", "(I)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? AppendCodePoint(int codePoint) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("capacity", "()I")] - public int Capacity() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("charAt", "(I)C")] - public char CharAt(int p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointAt", "(I)I")] - public int CodePointAt(int p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointBefore", "(I)I")] - public int CodePointBefore(int p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("codePointCount", "(II)I")] - public int CodePointCount(int p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/StringBuilder;)I")] - public int CompareTo(Java.Lang.StringBuilder? another) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("delete", "(II)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Delete(int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("deleteCharAt", "(I)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? DeleteCharAt(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ensureCapacity", "(I)V")] - public void EnsureCapacity(int p0) { } - [Java.Interop.JniMethodSignatureAttribute("getChars", "(II[CI)V")] - public void GetChars(int p0, int p1, Java.Interop.JavaCharArray? p2, int p3) { } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public System.Collections.Generic.IEnumerator GetEnumerator() { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(Ljava/lang/String;)I")] - public int IndexOf(string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(Ljava/lang/String;I)I")] - public int IndexOf(string? str, int fromIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(I[C)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, Java.Interop.JavaCharArray? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(I[CII)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int index, Java.Interop.JavaCharArray? str, int offset, int len) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ILjava/lang/CharSequence;)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int dstOffset, Java.Lang.ICharSequence? s) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ILjava/lang/CharSequence;II)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int dstOffset, Java.Lang.ICharSequence? s, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ILjava/lang/Object;)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(IZ)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(IC)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, char c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ID)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, double d) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(II)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(IJ)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, long l) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(IF)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, float f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insert", "(ILjava/lang/String;)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Insert(int offset, string? str) { throw null; } - public Java.Lang.StringBuilder? Insert(int dstOffset, string? s, int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(Ljava/lang/String;)I")] - public int LastIndexOf(string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(Ljava/lang/String;I)I")] - public int LastIndexOf(string? str, int fromIndex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("length", "()I")] - public int Length() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("offsetByCodePoints", "(II)I")] - public int OffsetByCodePoints(int p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("replace", "(IILjava/lang/String;)Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Replace(int start, int end, string? str) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reverse", "()Ljava/lang/StringBuilder;")] - public Java.Lang.StringBuilder? Reverse() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setCharAt", "(IC)V")] - public void SetCharAt(int p0, char p1) { } - [Java.Interop.JniMethodSignatureAttribute("setLength", "(I)V")] - public void SetLength(int p0) { } - public string? SubSequence(int p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("subSequence", "(II)Ljava/lang/CharSequence;")] - public Java.Lang.ICharSequence? SubSequenceFormatted(int p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("substring", "(I)Ljava/lang/String;")] - public string? Substring(int p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("substring", "(II)Ljava/lang/String;")] - public string? Substring(int p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "()Ljava/lang/String;")] - public override string? ToString() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("trimToSize", "()V")] - public void TrimToSize() { } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/StringIndexOutOfBoundsException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class StringIndexOutOfBoundsException : Java.Lang.IndexOutOfBoundsException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public StringIndexOutOfBoundsException() { } - protected StringIndexOutOfBoundsException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public StringIndexOutOfBoundsException(int index) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public StringIndexOutOfBoundsException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/System", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class System : Java.Lang.Object - { - internal System() { } - public static Java.IO.PrintStream? Err { get { throw null; } } - public static Java.IO.InputStream? In { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.IO.PrintStream? Out { get { throw null; } } - [System.ObsoleteAttribute("deprecated")] - public static Java.Lang.SecurityManager? SecurityManager { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("arraycopy", "(Ljava/lang/Object;ILjava/lang/Object;II)V")] - public static void Arraycopy(Java.Lang.Object? p0, int p1, Java.Lang.Object? p2, int p3, int p4) { } - [Java.Interop.JniMethodSignatureAttribute("clearProperty", "(Ljava/lang/String;)Ljava/lang/String;")] - public static string? ClearProperty(string? key) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("console", "()Ljava/io/Console;")] - public static Java.IO.Console? Console() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("currentTimeMillis", "()J")] - public static long CurrentTimeMillis() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exit", "(I)V")] - public static void Exit(int status) { } - [Java.Interop.JniMethodSignatureAttribute("gc", "()V")] - public static void Gc() { } - [Java.Interop.JniMethodSignatureAttribute("getenv", "(Ljava/lang/String;)Ljava/lang/String;")] - public static string? Getenv(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getProperty", "(Ljava/lang/String;)Ljava/lang/String;")] - public static string? GetProperty(string? key) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;")] - public static string? GetProperty(string? key, string? def) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("identityHashCode", "(Ljava/lang/Object;)I")] - public static int IdentityHashCode(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lineSeparator", "()Ljava/lang/String;")] - public static string? LineSeparator() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("load", "(Ljava/lang/String;)V")] - public static void Load(string? filename) { } - [Java.Interop.JniMethodSignatureAttribute("loadLibrary", "(Ljava/lang/String;)V")] - public static void LoadLibrary(string? libname) { } - [Java.Interop.JniMethodSignatureAttribute("mapLibraryName", "(Ljava/lang/String;)Ljava/lang/String;")] - public static string? MapLibraryName(string? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nanoTime", "()J")] - public static long NanoTime() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runFinalization", "()V")] - public static void RunFinalization() { } - [Java.Interop.JniMethodSignatureAttribute("setErr", "(Ljava/io/PrintStream;)V")] - public static void SetErr(Java.IO.PrintStream? err) { } - [Java.Interop.JniMethodSignatureAttribute("setIn", "(Ljava/io/InputStream;)V")] - public static void SetIn(Java.IO.InputStream? @in) { } - [Java.Interop.JniMethodSignatureAttribute("setOut", "(Ljava/io/PrintStream;)V")] - public static void SetOut(Java.IO.PrintStream? @out) { } - [Java.Interop.JniMethodSignatureAttribute("setProperty", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;")] - public static string? SetProperty(string? key, string? value) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/System$LoggerFinder", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.System.LoggerFinderInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public abstract partial class LoggerFinder : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected LoggerFinder() { } - protected LoggerFinder(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("getLoggerFinder", "()Ljava/lang/System$LoggerFinder;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.System.LoggerFinder? GetLoggerFinder() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Thread", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Thread : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IRunnable, System.IDisposable - { - public const int MaxPriority = 10; - public const int MinPriority = 1; - public const int NormPriority = 5; - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Thread() { } - protected Thread(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Runnable;)V")] - public Thread(Java.Lang.IRunnable? target) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Runnable;Ljava/lang/String;)V")] - public Thread(Java.Lang.IRunnable? target, string? name) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;)V")] - public Thread(Java.Lang.ThreadGroup? group, Java.Lang.IRunnable? target) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;)V")] - public Thread(Java.Lang.ThreadGroup? group, Java.Lang.IRunnable? target, string? name) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;J)V")] - public Thread(Java.Lang.ThreadGroup? group, Java.Lang.IRunnable? target, string? name, long stackSize) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;JZ)V")] - public Thread(Java.Lang.ThreadGroup? group, Java.Lang.IRunnable? target, string? name, long stackSize, bool inheritThreadLocals) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/ThreadGroup;Ljava/lang/String;)V")] - public Thread(Java.Lang.ThreadGroup? group, string? name) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public Thread(string? name) { } - public virtual Java.Lang.ClassLoader? ContextClassLoader { get { throw null; } set { } } - public bool Daemon { get { throw null; } set { } } - public static Java.Lang.Thread.IUncaughtExceptionHandler? DefaultUncaughtExceptionHandler { get { throw null; } set { } } - public virtual long Id { get { throw null; } } - public bool IsAlive { get { throw null; } } - public virtual bool IsInterrupted { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public string? Name { get { throw null; } set { } } - public int Priority { get { throw null; } set { } } - public Java.Lang.ThreadGroup? ThreadGroup { get { throw null; } } - public virtual Java.Lang.Thread.IUncaughtExceptionHandler? UncaughtExceptionHandler { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("activeCount", "()I")] - public static int ActiveCount() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("checkAccess", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void CheckAccess() { } - [Java.Interop.JniMethodSignatureAttribute("countStackFrames", "()I")] - [System.ObsoleteAttribute("deprecated")] - public virtual int CountStackFrames() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("currentThread", "()Ljava/lang/Thread;")] - public static Java.Lang.Thread? CurrentThread() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("dumpStack", "()V")] - public static void DumpStack() { } - [Java.Interop.JniMethodSignatureAttribute("enumerate", "([Ljava/lang/Thread;)I")] - public static int Enumerate([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? tarray) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getStackTrace", "()[Ljava/lang/StackTraceElement;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetStackTrace() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getState", "()Ljava/lang/Thread$State;")] - public virtual Java.Lang.Thread.State? GetState() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("holdsLock", "(Ljava/lang/Object;)Z")] - public static bool HoldsLock(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("interrupt", "()V")] - public virtual void Interrupt() { } - [Java.Interop.JniMethodSignatureAttribute("interrupted", "()Z")] - public static bool Interrupted() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("join", "()V")] - public void Join() { } - [Java.Interop.JniMethodSignatureAttribute("join", "(J)V")] - public void Join(long millis) { } - [Java.Interop.JniMethodSignatureAttribute("join", "(JI)V")] - public void Join(long millis, int nanos) { } - [Java.Interop.JniMethodSignatureAttribute("onSpinWait", "()V")] - public static void OnSpinWait() { } - [Java.Interop.JniMethodSignatureAttribute("resume", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void Resume() { } - [Java.Interop.JniMethodSignatureAttribute("run", "()V")] - public virtual void Run() { } - [Java.Interop.JniMethodSignatureAttribute("sleep", "(J)V")] - public static void Sleep(long p0) { } - [Java.Interop.JniMethodSignatureAttribute("sleep", "(JI)V")] - public static void Sleep(long millis, int nanos) { } - [Java.Interop.JniMethodSignatureAttribute("start", "()V")] - public virtual void Start() { } - [Java.Interop.JniMethodSignatureAttribute("stop", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void Stop() { } - [Java.Interop.JniMethodSignatureAttribute("suspend", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void Suspend() { } - [Java.Interop.JniMethodSignatureAttribute("yield", "()V")] - public static void Yield() { } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Thread$UncaughtExceptionHandler", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Thread.IUncaughtExceptionHandlerInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial interface IUncaughtExceptionHandler : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("uncaughtException", "(Ljava/lang/Thread;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void UncaughtException(Java.Lang.Thread? p0, Java.Lang.Throwable? p1); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Thread$State", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class State : Java.Lang.Enum - { - internal State() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.Lang.Thread.State Blocked { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Thread.State New { get { throw null; } } - public static Java.Lang.Thread.State Runnable { get { throw null; } } - public static Java.Lang.Thread.State Terminated { get { throw null; } } - public static Java.Lang.Thread.State TimedWaiting { get { throw null; } } - public static Java.Lang.Thread.State Waiting { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/Thread$State;")] - public static Java.Lang.Thread.State ValueOf(string name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/Thread$State;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ThreadDeath", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ThreadDeath : Java.Lang.Error - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ThreadDeath() { } - protected ThreadDeath(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ThreadGroup", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ThreadGroup : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.Thread.IUncaughtExceptionHandler, System.IDisposable - { - protected ThreadGroup(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/ThreadGroup;Ljava/lang/String;)V")] - public ThreadGroup(Java.Lang.ThreadGroup? parent, string? name) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public ThreadGroup(string? name) { } - [System.ObsoleteAttribute("deprecated")] - public bool Daemon { get { throw null; } set { } } - [System.ObsoleteAttribute("deprecated")] - public virtual bool IsDestroyed { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int MaxPriority { get { throw null; } set { } } - public string? Name { get { throw null; } } - public Java.Lang.ThreadGroup? Parent { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("activeCount", "()I")] - public virtual int ActiveCount() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("activeGroupCount", "()I")] - public virtual int ActiveGroupCount() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("allowThreadSuspension", "(Z)Z")] - [System.ObsoleteAttribute("deprecated")] - public virtual bool AllowThreadSuspension(bool b) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("checkAccess", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void CheckAccess() { } - [Java.Interop.JniMethodSignatureAttribute("destroy", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void Destroy() { } - [Java.Interop.JniMethodSignatureAttribute("enumerate", "([Ljava/lang/ThreadGroup;)I")] - public virtual int Enumerate([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? list) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("enumerate", "([Ljava/lang/ThreadGroup;Z)I")] - public virtual int Enumerate([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? list, bool recurse) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("enumerate", "([Ljava/lang/Thread;)I")] - public virtual int Enumerate([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? list) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("enumerate", "([Ljava/lang/Thread;Z)I")] - public virtual int Enumerate([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? list, bool recurse) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("interrupt", "()V")] - public void Interrupt() { } - [Java.Interop.JniMethodSignatureAttribute("list", "()V")] - public virtual void List() { } - [Java.Interop.JniMethodSignatureAttribute("parentOf", "(Ljava/lang/ThreadGroup;)Z")] - public bool ParentOf(Java.Lang.ThreadGroup? g) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resume", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void Resume() { } - [Java.Interop.JniMethodSignatureAttribute("stop", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void Stop() { } - [Java.Interop.JniMethodSignatureAttribute("suspend", "()V")] - [System.ObsoleteAttribute("deprecated")] - public void Suspend() { } - [Java.Interop.JniMethodSignatureAttribute("uncaughtException", "(Ljava/lang/Thread;Ljava/lang/Throwable;)V")] - public virtual void UncaughtException(Java.Lang.Thread? t, Java.Lang.Throwable? e) { } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/ThreadLocal", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ThreadLocal : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ThreadLocal() { } - protected ThreadLocal(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("get", "()Ljava/lang/Object;")] - public virtual Java.Lang.Object? Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("initialValue", "()Ljava/lang/Object;")] - protected virtual Java.Lang.Object? InitialValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("remove", "()V")] - public virtual void Remove() { } - [Java.Interop.JniMethodSignatureAttribute("set", "(Ljava/lang/Object;)V")] - public virtual void Set(Java.Lang.Object? value) { } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "S"})] - [Java.Interop.JniMethodSignatureAttribute("withInitial", "(Ljava/util/function/Supplier;)Ljava/lang/ThreadLocal;")] - public static Java.Lang.ThreadLocal? WithInitial(Java.Util.Function.ISupplier? supplier) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Throwable", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Throwable : Java.Interop.JavaException, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Throwable() { } - public Throwable(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - public Throwable(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public Throwable(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - public Throwable(string? message, Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V")] - protected Throwable(string? message, Java.Lang.Throwable? cause, bool enableSuppression, bool writableStackTrace) { } - public virtual Java.Lang.Throwable? Cause { get { throw null; } } - public virtual string? LocalizedMessage { get { throw null; } } - public virtual new string? Message { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("addSuppressed", "(Ljava/lang/Throwable;)V")] - public void AddSuppressed(Java.Lang.Throwable? exception) { } - [Java.Interop.JniMethodSignatureAttribute("fillInStackTrace", "()Ljava/lang/Throwable;")] - public virtual Java.Lang.Throwable? FillInStackTrace() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getStackTrace", "()[Ljava/lang/StackTraceElement;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetStackTrace() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getSuppressed", "()[Ljava/lang/Throwable;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetSuppressed() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("initCause", "(Ljava/lang/Throwable;)Ljava/lang/Throwable;")] - public virtual Java.Lang.Throwable? InitCause(Java.Lang.Throwable? cause) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("printStackTrace", "()V")] - public virtual void PrintStackTrace() { } - [Java.Interop.JniMethodSignatureAttribute("printStackTrace", "(Ljava/io/PrintStream;)V")] - public virtual void PrintStackTrace(Java.IO.PrintStream? s) { } - [Java.Interop.JniMethodSignatureAttribute("printStackTrace", "(Ljava/io/PrintWriter;)V")] - public virtual void PrintStackTrace(Java.IO.PrintWriter? s) { } - [Java.Interop.JniMethodSignatureAttribute("setStackTrace", "([Ljava/lang/StackTraceElement;)V")] - public virtual void SetStackTrace([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? stackTrace) { } - [Java.Interop.JniMethodSignatureAttribute("toString", "()Ljava/lang/String;")] - public override string? ToString() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/TypeNotPresentException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class TypeNotPresentException : Java.Lang.RuntimeException - { - protected TypeNotPresentException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public TypeNotPresentException(string? typeName, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("typeName", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual string? TypeName() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/UnknownError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class UnknownError : Java.Lang.VirtualMachineError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public UnknownError() { } - protected UnknownError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UnknownError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/UnsatisfiedLinkError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class UnsatisfiedLinkError : Java.Lang.LinkageError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public UnsatisfiedLinkError() { } - protected UnsatisfiedLinkError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UnsatisfiedLinkError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/UnsupportedClassVersionError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class UnsupportedClassVersionError : Java.Lang.ClassFormatError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public UnsupportedClassVersionError() { } - protected UnsupportedClassVersionError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UnsupportedClassVersionError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/UnsupportedOperationException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class UnsupportedOperationException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public UnsupportedOperationException() { } - protected UnsupportedOperationException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UnsupportedOperationException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UnsupportedOperationException(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public UnsupportedOperationException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/VerifyError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class VerifyError : Java.Lang.LinkageError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public VerifyError() { } - protected VerifyError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public VerifyError(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/VirtualMachineError", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.VirtualMachineErrorInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public abstract partial class VirtualMachineError : Java.Lang.Error - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public VirtualMachineError() { } - protected VirtualMachineError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public VirtualMachineError(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public VirtualMachineError(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public VirtualMachineError(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/Void", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class Void : Java.Lang.Object - { - internal Void() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - public static Java.Lang.Class? Type { [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get { throw null; } } - } -} -namespace Java.Lang.Annotation -{ - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/AnnotationFormatError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class AnnotationFormatError : Java.Lang.Error - { - protected AnnotationFormatError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public AnnotationFormatError(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public AnnotationFormatError(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public AnnotationFormatError(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/AnnotationTypeMismatchException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class AnnotationTypeMismatchException : Java.Lang.RuntimeException - { - protected AnnotationTypeMismatchException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/reflect/Method;Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public AnnotationTypeMismatchException(Java.Lang.Reflect.Method? element, string? foundType) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("element", "()Ljava/lang/reflect/Method;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Reflect.Method? Element() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("foundType", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual string? FoundType() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/ElementType", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class ElementType : Java.Lang.Enum - { - internal ElementType() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.Lang.Annotation.ElementType? AnnotationType { get { throw null; } } - public static Java.Lang.Annotation.ElementType? Constructor { get { throw null; } } - public static Java.Lang.Annotation.ElementType? Field { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Annotation.ElementType? LocalVariable { get { throw null; } } - public static Java.Lang.Annotation.ElementType? Method { get { throw null; } } - public static Java.Lang.Annotation.ElementType? Module { get { throw null; } } - public static Java.Lang.Annotation.ElementType? Package { get { throw null; } } - public static Java.Lang.Annotation.ElementType? Parameter { get { throw null; } } - public static Java.Lang.Annotation.ElementType? RecordComponent { get { throw null; } } - public static Java.Lang.Annotation.ElementType? Type { get { throw null; } } - public static Java.Lang.Annotation.ElementType? TypeParameter { get { throw null; } } - public static Java.Lang.Annotation.ElementType? TypeUse { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/annotation/ElementType;")] - public static Java.Lang.Annotation.ElementType? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/annotation/ElementType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/Annotation", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Annotation.IAnnotationInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IAnnotation : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("annotationType", "()Ljava/lang/Class;")] - Java.Lang.Class? AnnotationType(); - [Java.Interop.JniMethodSignatureAttribute("equals", "(Ljava/lang/Object;)Z")] - bool Equals(Java.Lang.Object? p0); - [Java.Interop.JniMethodSignatureAttribute("hashCode", "()I")] - int GetHashCode(); - [Java.Interop.JniMethodSignatureAttribute("toString", "()Ljava/lang/String;")] - string? ToString(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/Documented", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Annotation.IDocumentedInvoker))] - public partial interface IDocumented : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/Inherited", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Annotation.IInheritedInvoker))] - public partial interface IInherited : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/Native", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Annotation.INativeInvoker))] - public partial interface INative : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/IncompleteAnnotationException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class IncompleteAnnotationException : Java.Lang.RuntimeException - { - protected IncompleteAnnotationException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Class;Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public IncompleteAnnotationException(Java.Lang.Class? annotationType, string? elementName) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("annotationType", "()Ljava/lang/Class;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Class? AnnotationType() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("elementName", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual string? ElementName() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/Repeatable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Annotation.IRepeatableInvoker))] - public partial interface IRepeatable : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("value", "()Ljava/lang/Class;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Class? Value(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/Retention", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Annotation.IRetentionInvoker))] - public partial interface IRetention : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("value", "()Ljava/lang/annotation/RetentionPolicy;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Annotation.RetentionPolicy? Value(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/Target", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Annotation.ITargetInvoker))] - public partial interface ITarget : Java.Interop.IJavaPeerable, Java.Lang.Annotation.IAnnotation, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("value", "()[Ljava/lang/annotation/ElementType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? Value(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/annotation/RetentionPolicy", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class RetentionPolicy : Java.Lang.Enum - { - internal RetentionPolicy() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Annotation.RetentionPolicy? Runtime { get { throw null; } } - public static Java.Lang.Annotation.RetentionPolicy? Source { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/annotation/RetentionPolicy;")] - public static Java.Lang.Annotation.RetentionPolicy? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/annotation/RetentionPolicy;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } -} -namespace Java.Lang.Constants -{ - [Java.Interop.JniTypeSignatureAttribute("java/lang/constant/ConstantDescs", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class ConstantDescs : Java.Lang.Object - { - internal ConstantDescs() { } - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public const string DefaultName = "_"; - public static Java.Lang.Constants.DynamicConstantDesc? False { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Constants.IConstantDesc? Null { get { throw null; } } - public static Java.Lang.Constants.DynamicConstantDesc? True { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/constant/DynamicCallSiteDesc", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class DynamicCallSiteDesc : Java.Lang.Object - { - protected DynamicCallSiteDesc(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("bootstrapArgs", "()[Ljava/lang/constant/ConstantDesc;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? BootstrapArgs() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("equals", "(Ljava/lang/Object;)Z")] - public sealed override bool Equals(Java.Lang.Object? o) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "()I")] - public sealed override int GetHashCode() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invocationName", "()Ljava/lang/String;")] - public virtual string? InvocationName() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveCallSiteDesc", "(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/invoke/CallSite;")] - public virtual Java.Lang.Invoke.CallSite? ResolveCallSiteDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("withArgs", "([Ljava/lang/constant/ConstantDesc;)Ljava/lang/constant/DynamicCallSiteDesc;")] - public virtual Java.Lang.Constants.DynamicCallSiteDesc? WithArgs([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Constants.IConstantDesc[]? bootstrapArgs) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/constant/DynamicConstantDesc", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Constants.DynamicConstantDescInvoker))] - public abstract partial class DynamicConstantDesc : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.Constants.IConstantDesc, System.IDisposable - { - protected DynamicConstantDesc(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("bootstrapArgs", "()[Ljava/lang/constant/ConstantDesc;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? BootstrapArgs() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("constantName", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual string? ConstantName() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("equals", "(Ljava/lang/Object;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed override bool Equals(Java.Lang.Object? o) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hashCode", "()I")] - public sealed override int GetHashCode() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("resolveConstantDesc", "(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Object? ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? lookup) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/constant/ConstantDesc", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Constants.IConstantDescInvoker))] - public partial interface IConstantDesc : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("resolveConstantDesc", "(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? ResolveConstantDesc(Java.Lang.Invoke.MethodHandles.Lookup? p0); - } -} -namespace Java.Lang.Invoke -{ - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/CallSite", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Invoke.CallSiteInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class CallSite : Java.Lang.Object - { - protected CallSite(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public abstract Java.Lang.Invoke.MethodHandle? Target { [Java.Interop.JniMethodSignatureAttribute("getTarget", "()Ljava/lang/invoke/MethodHandle;")] get; [Java.Interop.JniMethodSignatureAttribute("setTarget", "(Ljava/lang/invoke/MethodHandle;)V")] set; } - public abstract Java.Lang.Invoke.MethodHandle? DynamicInvoker(); - [Java.Interop.JniMethodSignatureAttribute("type", "()Ljava/lang/invoke/MethodType;")] - public virtual Java.Lang.Invoke.MethodType? Type() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/ConstantBootstraps", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class ConstantBootstraps : Java.Lang.Object - { - internal ConstantBootstraps() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("arrayVarHandle", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;")] - public static Java.Lang.Invoke.VarHandle? ArrayVarHandle(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type, Java.Lang.Class? arrayClass) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "E extends java.lang.Enum"})] - [Java.Interop.JniMethodSignatureAttribute("enumConstant", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Enum;")] - public static Java.Lang.Object? EnumConstant(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("explicitCast", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object;")] - public static Java.Lang.Object? ExplicitCast(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? dstType, Java.Lang.Object? value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("fieldVarHandle", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;")] - public static Java.Lang.Invoke.VarHandle? FieldVarHandle(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type, Java.Lang.Class? declaringClass, Java.Lang.Class? fieldType) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getStaticFinal", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;")] - public static Java.Lang.Object? GetStaticFinal(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getStaticFinal", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;")] - public static Java.Lang.Object? GetStaticFinal(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type, Java.Lang.Class? declaringClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invoke", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;[Ljava/lang/Object;)Ljava/lang/Object;")] - public static Java.Lang.Object? Invoke(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type, Java.Lang.Invoke.MethodHandle? handle, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("nullConstant", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;")] - public static Java.Lang.Object? NullConstant(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("primitiveClass", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;")] - public static Java.Lang.Class? PrimitiveClass(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("staticFieldVarHandle", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;")] - public static Java.Lang.Invoke.VarHandle? StaticFieldVarHandle(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Class? type, Java.Lang.Class? declaringClass, Java.Lang.Class? fieldType) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/ConstantCallSite", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ConstantCallSite : Java.Lang.Invoke.CallSite - { - protected ConstantCallSite(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/invoke/MethodHandle;)V")] - public ConstantCallSite(Java.Lang.Invoke.MethodHandle? target) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;)V")] - protected ConstantCallSite(Java.Lang.Invoke.MethodType? targetType, Java.Lang.Invoke.MethodHandle? createTargetHook) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public override Java.Lang.Invoke.MethodHandle? Target { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("dynamicInvoker", "()Ljava/lang/invoke/MethodHandle;")] - public sealed override Java.Lang.Invoke.MethodHandle? DynamicInvoker() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/LambdaConversionException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class LambdaConversionException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public LambdaConversionException() { } - protected LambdaConversionException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - public LambdaConversionException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - public LambdaConversionException(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - public LambdaConversionException(string? message, Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V")] - public LambdaConversionException(string? message, Java.Lang.Throwable? cause, bool enableSuppression, bool writableStackTrace) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/LambdaMetafactory", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class LambdaMetafactory : Java.Lang.Object - { - internal LambdaMetafactory() { } - public const int FlagBridges = 4; - public const int FlagMarkers = 2; - public const int FlagSerializable = 1; - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("altMetafactory", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Invoke.CallSite? AltMetafactory(Java.Lang.Invoke.MethodHandles.Lookup? caller, string? interfaceMethodName, Java.Lang.Invoke.MethodType? factoryType, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("metafactory", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Invoke.CallSite? Metafactory(Java.Lang.Invoke.MethodHandles.Lookup? caller, string? interfaceMethodName, Java.Lang.Invoke.MethodType? factoryType, Java.Lang.Invoke.MethodType? interfaceMethodType, Java.Lang.Invoke.MethodHandle? implementation, Java.Lang.Invoke.MethodType? dynamicMethodType) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MethodHandle", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Invoke.MethodHandleInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class MethodHandle : Java.Lang.Object - { - protected MethodHandle(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual bool IsVarargsCollector { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("asCollector", "(Ljava/lang/Class;I)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? AsCollector(Java.Lang.Class? arrayType, int arrayLength) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("asCollector", "(ILjava/lang/Class;I)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? AsCollector(int collectArgPos, Java.Lang.Class? arrayType, int arrayLength) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("asFixedArity", "()Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? AsFixedArity() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("asSpreader", "(Ljava/lang/Class;I)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? AsSpreader(Java.Lang.Class? arrayType, int arrayLength) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("asSpreader", "(ILjava/lang/Class;I)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? AsSpreader(int spreadArgPos, Java.Lang.Class? arrayType, int arrayLength) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("asType", "(Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? AsType(Java.Lang.Invoke.MethodType? newType) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("asVarargsCollector", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? AsVarargsCollector(Java.Lang.Class? arrayType) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("bindTo", "(Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? BindTo(Java.Lang.Object? x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invoke", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? Invoke([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invokeExact", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? InvokeExact([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invokeWithArguments", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public virtual Java.Lang.Object? InvokeWithArguments([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? arguments) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("type", "()Ljava/lang/invoke/MethodType;")] - public virtual Java.Lang.Invoke.MethodType? Type() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("withVarargs", "(Z)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? WithVarargs(bool makeVarargs) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MethodHandleProxies", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class MethodHandleProxies : Java.Lang.Object - { - protected MethodHandleProxies(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("asInterfaceInstance", "(Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)Ljava/lang/Object;")] - public static Java.Lang.Object? AsInterfaceInstance(Java.Lang.Class? intfc, Java.Lang.Invoke.MethodHandle? target) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isWrapperInstance", "(Ljava/lang/Object;)Z")] - public static bool IsWrapperInstance(Java.Lang.Object? x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("wrapperInstanceTarget", "(Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? WrapperInstanceTarget(Java.Lang.Object? x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("wrapperInstanceType", "(Ljava/lang/Object;)Ljava/lang/Class;")] - public static Java.Lang.Class? WrapperInstanceType(Java.Lang.Object? x) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MethodHandles", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class MethodHandles : Java.Lang.Object - { - protected MethodHandles(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("arrayConstructor", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? ArrayConstructor(Java.Lang.Class? arrayClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("arrayElementGetter", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? ArrayElementGetter(Java.Lang.Class? arrayClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("arrayElementSetter", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? ArrayElementSetter(Java.Lang.Class? arrayClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("arrayElementVarHandle", "(Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;")] - public static Java.Lang.Invoke.VarHandle? ArrayElementVarHandle(Java.Lang.Class? arrayClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("arrayLength", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? ArrayLength(Java.Lang.Class? arrayClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("catchException", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? CatchException(Java.Lang.Invoke.MethodHandle? target, Java.Lang.Class? exType, Java.Lang.Invoke.MethodHandle? handler) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("classData", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;")] - public static Java.Lang.Object? ClassData(Java.Lang.Invoke.MethodHandles.Lookup? caller, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("classDataAt", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/Class;I)Ljava/lang/Object;")] - public static Java.Lang.Object? ClassDataAt(Java.Lang.Invoke.MethodHandles.Lookup? caller, string? name, Java.Lang.Class? type, int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("collectArguments", "(Ljava/lang/invoke/MethodHandle;ILjava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? CollectArguments(Java.Lang.Invoke.MethodHandle? target, int pos, Java.Lang.Invoke.MethodHandle? filter) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("constant", "(Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? Constant(Java.Lang.Class? type, Java.Lang.Object? value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("countedLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? CountedLoop(Java.Lang.Invoke.MethodHandle? iterations, Java.Lang.Invoke.MethodHandle? init, Java.Lang.Invoke.MethodHandle? body) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("countedLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? CountedLoop(Java.Lang.Invoke.MethodHandle? start, Java.Lang.Invoke.MethodHandle? end, Java.Lang.Invoke.MethodHandle? init, Java.Lang.Invoke.MethodHandle? body) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doWhileLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? DoWhileLoop(Java.Lang.Invoke.MethodHandle? init, Java.Lang.Invoke.MethodHandle? body, Java.Lang.Invoke.MethodHandle? pred) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("dropArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? DropArguments(Java.Lang.Invoke.MethodHandle? target, int pos, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? valueTypes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("dropReturn", "(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? DropReturn(Java.Lang.Invoke.MethodHandle? target) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("empty", "(Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? Empty(Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exactInvoker", "(Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? ExactInvoker(Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("explicitCastArguments", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? ExplicitCastArguments(Java.Lang.Invoke.MethodHandle? target, Java.Lang.Invoke.MethodType? newType) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("filterArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? FilterArguments(Java.Lang.Invoke.MethodHandle? target, int pos, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Invoke.MethodHandle[]? filters) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("filterReturnValue", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? FilterReturnValue(Java.Lang.Invoke.MethodHandle? target, Java.Lang.Invoke.MethodHandle? filter) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("foldArguments", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? FoldArguments(Java.Lang.Invoke.MethodHandle? target, Java.Lang.Invoke.MethodHandle? combiner) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("foldArguments", "(Ljava/lang/invoke/MethodHandle;ILjava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? FoldArguments(Java.Lang.Invoke.MethodHandle? target, int pos, Java.Lang.Invoke.MethodHandle? combiner) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("guardWithTest", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? GuardWithTest(Java.Lang.Invoke.MethodHandle? test, Java.Lang.Invoke.MethodHandle? target, Java.Lang.Invoke.MethodHandle? fallback) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("identity", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? Identity(Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insertArguments", "(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? InsertArguments(Java.Lang.Invoke.MethodHandle? target, int pos, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? values) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lookup", "()Ljava/lang/invoke/MethodHandles$Lookup;")] - public static Java.Lang.Invoke.MethodHandles.Lookup? InvokeLookup() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invoker", "(Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? Invoker(Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("iteratedLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? IteratedLoop(Java.Lang.Invoke.MethodHandle? iterator, Java.Lang.Invoke.MethodHandle? init, Java.Lang.Invoke.MethodHandle? body) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("loop", "([[Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? Loop([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1, (byte)1})] params Java.Interop.JavaObjectArray[]? clauses) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("permuteArguments", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;[I)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? PermuteArguments(Java.Lang.Invoke.MethodHandle? target, Java.Lang.Invoke.MethodType? newType, params int[]? reorder) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("privateLookupIn", "(Ljava/lang/Class;Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/invoke/MethodHandles$Lookup;")] - public static Java.Lang.Invoke.MethodHandles.Lookup? PrivateLookupIn(Java.Lang.Class? targetClass, Java.Lang.Invoke.MethodHandles.Lookup? caller) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("publicLookup", "()Ljava/lang/invoke/MethodHandles$Lookup;")] - public static Java.Lang.Invoke.MethodHandles.Lookup? PublicLookup() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.reflect.Member"})] - [Java.Interop.JniMethodSignatureAttribute("reflectAs", "(Ljava/lang/Class;Ljava/lang/invoke/MethodHandle;)Ljava/lang/reflect/Member;")] - public static Java.Lang.Object? ReflectAs(Java.Lang.Class? expected, Java.Lang.Invoke.MethodHandle? target) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("spreadInvoker", "(Ljava/lang/invoke/MethodType;I)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? SpreadInvoker(Java.Lang.Invoke.MethodType? type, int leadingArgCount) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tableSwitch", "(Ljava/lang/invoke/MethodHandle;[Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? TableSwitch(Java.Lang.Invoke.MethodHandle? fallback, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Invoke.MethodHandle[]? targets) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("throwException", "(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? ThrowException(Java.Lang.Class? returnType, Java.Lang.Class? exType) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryFinally", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? TryFinally(Java.Lang.Invoke.MethodHandle? target, Java.Lang.Invoke.MethodHandle? cleanup) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("varHandleExactInvoker", "(Ljava/lang/invoke/VarHandle$AccessMode;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? VarHandleExactInvoker(Java.Lang.Invoke.VarHandle.AccessMode? accessMode, Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("varHandleInvoker", "(Ljava/lang/invoke/VarHandle$AccessMode;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? VarHandleInvoker(Java.Lang.Invoke.VarHandle.AccessMode? accessMode, Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("whileLoop", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? WhileLoop(Java.Lang.Invoke.MethodHandle? init, Java.Lang.Invoke.MethodHandle? pred, Java.Lang.Invoke.MethodHandle? body) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("zero", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public static Java.Lang.Invoke.MethodHandle? Zero(Java.Lang.Class? type) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MethodHandles$Lookup", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Lookup : Java.Lang.Object - { - internal Lookup() { } - public const int Module = 16; - public const int Original = 64; - public const int Package = 8; - public const int Private = 2; - public const int Protected = 4; - public const int Public = 1; - public const int Unconditional = 32; - public bool HasFullPrivilegeAccess { get { throw null; } } - [System.ObsoleteAttribute("deprecated")] - public bool HasPrivateAccess { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accessClass", "(Ljava/lang/Class;)Ljava/lang/Class;")] - public Java.Lang.Class? AccessClass(Java.Lang.Class? targetClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("bind", "(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? Bind(Java.Lang.Object? receiver, string? name, Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defineClass", "([B)Ljava/lang/Class;")] - public Java.Lang.Class? DefineClass(Java.Interop.JavaSByteArray? bytes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defineHiddenClass", "([BZ[Ljava/lang/invoke/MethodHandles$Lookup$ClassOption;)Ljava/lang/invoke/MethodHandles$Lookup;")] - public Java.Lang.Invoke.MethodHandles.Lookup? DefineHiddenClass(Java.Interop.JavaSByteArray? bytes, bool initialize, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Invoke.MethodHandles.Lookup.ClassOption[]? options) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defineHiddenClassWithClassData", "([BLjava/lang/Object;Z[Ljava/lang/invoke/MethodHandles$Lookup$ClassOption;)Ljava/lang/invoke/MethodHandles$Lookup;")] - public Java.Lang.Invoke.MethodHandles.Lookup? DefineHiddenClassWithClassData(Java.Interop.JavaSByteArray? bytes, Java.Lang.Object? classData, bool initialize, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Invoke.MethodHandles.Lookup.ClassOption[]? options) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("dropLookupMode", "(I)Ljava/lang/invoke/MethodHandles$Lookup;")] - public Java.Lang.Invoke.MethodHandles.Lookup? DropLookupMode(int modeToDrop) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("ensureInitialized", "(Ljava/lang/Class;)Ljava/lang/Class;")] - public Java.Lang.Class? EnsureInitialized(Java.Lang.Class? targetClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findClass", "(Ljava/lang/String;)Ljava/lang/Class;")] - public Java.Lang.Class? FindClass(string? targetName) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findConstructor", "(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? FindConstructor(Java.Lang.Class? refc, Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findGetter", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? FindGetter(Java.Lang.Class? refc, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findSetter", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? FindSetter(Java.Lang.Class? refc, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findSpecial", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? FindSpecial(Java.Lang.Class? refc, string? name, Java.Lang.Invoke.MethodType? type, Java.Lang.Class? specialCaller) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findStatic", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? FindStatic(Java.Lang.Class? refc, string? name, Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findStaticGetter", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? FindStaticGetter(Java.Lang.Class? refc, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findStaticSetter", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? FindStaticSetter(Java.Lang.Class? refc, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findStaticVarHandle", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;")] - public Java.Lang.Invoke.VarHandle? FindStaticVarHandle(Java.Lang.Class? decl, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findVarHandle", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/VarHandle;")] - public Java.Lang.Invoke.VarHandle? FindVarHandle(Java.Lang.Class? recv, string? name, Java.Lang.Class? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("findVirtual", "(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? FindVirtual(Java.Lang.Class? refc, string? name, Java.Lang.Invoke.MethodType? type) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("in", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodHandles$Lookup;")] - public Java.Lang.Invoke.MethodHandles.Lookup? In(Java.Lang.Class? requestedLookupClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lookupClass", "()Ljava/lang/Class;")] - public Java.Lang.Class? LookupClass() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("previousLookupClass", "()Ljava/lang/Class;")] - public Java.Lang.Class? PreviousLookupClass() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unreflect", "(Ljava/lang/reflect/Method;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? Unreflect(Java.Lang.Reflect.Method? m) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unreflectConstructor", "(Ljava/lang/reflect/Constructor;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? UnreflectConstructor(Java.Lang.Reflect.Constructor? c) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unreflectGetter", "(Ljava/lang/reflect/Field;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? UnreflectGetter(Java.Lang.Reflect.Field? f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unreflectSetter", "(Ljava/lang/reflect/Field;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? UnreflectSetter(Java.Lang.Reflect.Field? f) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unreflectSpecial", "(Ljava/lang/reflect/Method;Ljava/lang/Class;)Ljava/lang/invoke/MethodHandle;")] - public Java.Lang.Invoke.MethodHandle? UnreflectSpecial(Java.Lang.Reflect.Method? m, Java.Lang.Class? specialCaller) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unreflectVarHandle", "(Ljava/lang/reflect/Field;)Ljava/lang/invoke/VarHandle;")] - public Java.Lang.Invoke.VarHandle? UnreflectVarHandle(Java.Lang.Reflect.Field? f) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MethodHandles$Lookup$ClassDefiner", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ClassDefiner : Java.Lang.Object - { - protected ClassDefiner(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MethodHandles$Lookup$ClassFile", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ClassFile : Java.Lang.Object - { - protected ClassFile(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MethodHandles$Lookup$ClassOption", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class ClassOption : Java.Lang.Enum - { - internal ClassOption() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Invoke.MethodHandles.Lookup.ClassOption Nestmate { get { throw null; } } - public static Java.Lang.Invoke.MethodHandles.Lookup.ClassOption Strong { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/invoke/MethodHandles$Lookup$ClassOption;")] - public static Java.Lang.Invoke.MethodHandles.Lookup.ClassOption ValueOf(string name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/invoke/MethodHandles$Lookup$ClassOption;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MethodType", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class MethodType : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - internal MethodType() { } - public bool HasPrimitives { get { throw null; } } - public bool HasWrappers { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("appendParameterTypes", "([Ljava/lang/Class;)Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? AppendParameterTypes([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? ptypesToInsert) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("changeParameterType", "(ILjava/lang/Class;)Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? ChangeParameterType(int num, Java.Lang.Class? nptype) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("changeReturnType", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? ChangeReturnType(Java.Lang.Class? nrtype) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("descriptorString", "()Ljava/lang/String;")] - public string? DescriptorString() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("dropParameterTypes", "(II)Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? DropParameterTypes(int start, int end) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("erase", "()Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? Erase() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("fromMethodDescriptorString", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/lang/invoke/MethodType;")] - public static Java.Lang.Invoke.MethodType? FromMethodDescriptorString(string? descriptor, Java.Lang.ClassLoader? loader) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("generic", "()Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? Generic() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("genericMethodType", "(I)Ljava/lang/invoke/MethodType;")] - public static Java.Lang.Invoke.MethodType? GenericMethodType(int objectArgCount) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("genericMethodType", "(IZ)Ljava/lang/invoke/MethodType;")] - public static Java.Lang.Invoke.MethodType? GenericMethodType(int objectArgCount, bool finalArray) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("insertParameterTypes", "(I[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? InsertParameterTypes(int num, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? ptypesToInsert) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("methodType", "(Ljava/lang/Class;)Ljava/lang/invoke/MethodType;")] - public static Java.Lang.Invoke.MethodType? InvokeMethodType(Java.Lang.Class? rtype) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("methodType", "(Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;")] - public static Java.Lang.Invoke.MethodType? InvokeMethodType(Java.Lang.Class? rtype, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? ptypes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("methodType", "(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/invoke/MethodType;")] - public static Java.Lang.Invoke.MethodType? InvokeMethodType(Java.Lang.Class? rtype, Java.Lang.Class? ptype0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("methodType", "(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/lang/invoke/MethodType;")] - public static Java.Lang.Invoke.MethodType? InvokeMethodType(Java.Lang.Class? rtype, Java.Lang.Class? ptype0, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? ptypes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("methodType", "(Ljava/lang/Class;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/MethodType;")] - public static Java.Lang.Invoke.MethodType? InvokeMethodType(Java.Lang.Class? rtype, Java.Lang.Invoke.MethodType? ptypes) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastParameterType", "()Ljava/lang/Class;")] - public Java.Lang.Class? LastParameterType() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parameterArray", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? ParameterArray() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parameterCount", "()I")] - public int ParameterCount() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parameterType", "(I)Ljava/lang/Class;")] - public Java.Lang.Class? ParameterType(int num) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("returnType", "()Ljava/lang/Class;")] - public Java.Lang.Class? ReturnType() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toMethodDescriptorString", "()Ljava/lang/String;")] - public string? ToMethodDescriptorString() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unwrap", "()Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? Unwrap() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("wrap", "()Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? Wrap() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/MutableCallSite", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class MutableCallSite : Java.Lang.Invoke.CallSite - { - protected MutableCallSite(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/invoke/MethodHandle;)V")] - public MutableCallSite(Java.Lang.Invoke.MethodHandle? target) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/invoke/MethodType;)V")] - public MutableCallSite(Java.Lang.Invoke.MethodType? type) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public override Java.Lang.Invoke.MethodHandle? Target { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("dynamicInvoker", "()Ljava/lang/invoke/MethodHandle;")] - public sealed override Java.Lang.Invoke.MethodHandle? DynamicInvoker() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("syncAll", "([Ljava/lang/invoke/MutableCallSite;)V")] - public static void SyncAll([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? sites) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/SerializedLambda", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class SerializedLambda : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V")] - public SerializedLambda(Java.Lang.Class? capturingClass, string? functionalInterfaceClass, string? functionalInterfaceMethodName, string? functionalInterfaceMethodSignature, int implMethodKind, string? implClass, string? implMethodName, string? implMethodSignature, string? instantiatedMethodType, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? capturedArgs) { } - public int CapturedArgCount { get { throw null; } } - public string? CapturingClass { get { throw null; } } - public string? FunctionalInterfaceClass { get { throw null; } } - public string? FunctionalInterfaceMethodName { get { throw null; } } - public string? FunctionalInterfaceMethodSignature { get { throw null; } } - public string? ImplClass { get { throw null; } } - public int ImplMethodKind { get { throw null; } } - public string? ImplMethodName { get { throw null; } } - public string? ImplMethodSignature { get { throw null; } } - public string? InstantiatedMethodType { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("getCapturedArg", "(I)Ljava/lang/Object;")] - public Java.Lang.Object? GetCapturedArg(int i) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/StringConcatException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class StringConcatException : Java.Lang.Exception - { - protected StringConcatException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public StringConcatException(string? msg) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public StringConcatException(string? msg, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/StringConcatFactory", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class StringConcatFactory : Java.Lang.Object - { - internal StringConcatFactory() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("makeConcat", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Invoke.CallSite? MakeConcat(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Invoke.MethodType? concatType) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("makeConcatWithConstants", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Invoke.CallSite? MakeConcatWithConstants(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? name, Java.Lang.Invoke.MethodType? concatType, string? recipe, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? constants) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/SwitchPoint", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class SwitchPoint : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public SwitchPoint() { } - protected SwitchPoint(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual bool HasBeenInvalidated { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("guardWithTest", "(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Invoke.MethodHandle? GuardWithTest(Java.Lang.Invoke.MethodHandle? target, Java.Lang.Invoke.MethodHandle? fallback) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invalidateAll", "([Ljava/lang/invoke/SwitchPoint;)V")] - public static void InvalidateAll([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? switchPoints) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/VarHandle", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Invoke.VarHandleInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class VarHandle : Java.Lang.Object - { - protected VarHandle(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual bool HasInvokeExactBehavior { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accessModeType", "(Ljava/lang/invoke/VarHandle$AccessMode;)Ljava/lang/invoke/MethodType;")] - public Java.Lang.Invoke.MethodType? AccessModeType(Java.Lang.Invoke.VarHandle.AccessMode? accessMode) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("acquireFence", "()V")] - public static void AcquireFence() { } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchange", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchange([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeAcquire", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchangeAcquire([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeRelease", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchangeRelease([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "([Ljava/lang/Object;)Z")] - public bool CompareAndSet([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("fullFence", "()V")] - public static void FullFence() { } - [Java.Interop.JniMethodSignatureAttribute("get", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? Get([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAcquire", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAcquire([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAdd", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndAdd([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAddAcquire", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndAddAcquire([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAddRelease", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndAddRelease([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseAnd", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseAnd([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseAndAcquire", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseAndAcquire([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseAndRelease", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseAndRelease([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseOr", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseOr([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseOrAcquire", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseOrAcquire([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseOrRelease", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseOrRelease([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseXor", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseXor([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseXorAcquire", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseXorAcquire([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndBitwiseXorRelease", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndBitwiseXorRelease([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndSet([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSetAcquire", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndSetAcquire([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSetRelease", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndSetRelease([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getOpaque", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetOpaque([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getVolatile", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetVolatile([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isAccessModeSupported", "(Ljava/lang/invoke/VarHandle$AccessMode;)Z")] - public bool IsAccessModeSupported(Java.Lang.Invoke.VarHandle.AccessMode? accessMode) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("loadLoadFence", "()V")] - public static void LoadLoadFence() { } - [Java.Interop.JniMethodSignatureAttribute("releaseFence", "()V")] - public static void ReleaseFence() { } - [Java.Interop.JniMethodSignatureAttribute("set", "([Ljava/lang/Object;)V")] - public void Set([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { } - [Java.Interop.JniMethodSignatureAttribute("setOpaque", "([Ljava/lang/Object;)V")] - public void SetOpaque([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { } - [Java.Interop.JniMethodSignatureAttribute("setRelease", "([Ljava/lang/Object;)V")] - public void SetRelease([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { } - [Java.Interop.JniMethodSignatureAttribute("setVolatile", "([Ljava/lang/Object;)V")] - public void SetVolatile([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { } - [Java.Interop.JniMethodSignatureAttribute("storeStoreFence", "()V")] - public static void StoreStoreFence() { } - [Java.Interop.JniMethodSignatureAttribute("toMethodHandle", "(Ljava/lang/invoke/VarHandle$AccessMode;)Ljava/lang/invoke/MethodHandle;")] - public virtual Java.Lang.Invoke.MethodHandle? ToMethodHandle(Java.Lang.Invoke.VarHandle.AccessMode? accessMode) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "()Ljava/lang/String;")] - public sealed override string? ToString() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("varType", "()Ljava/lang/Class;")] - public virtual Java.Lang.Class? VarType() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "([Ljava/lang/Object;)Z")] - public bool WeakCompareAndSet([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetAcquire", "([Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetAcquire([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetPlain", "([Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetPlain([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetRelease", "([Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetRelease([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? p0) { throw null; } - public abstract Java.Lang.Invoke.VarHandle? WithInvokeBehavior(); - public abstract Java.Lang.Invoke.VarHandle? WithInvokeExactBehavior(); - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/VarHandle$AccessMode", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class AccessMode : Java.Lang.Enum - { - internal AccessMode() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.Lang.Invoke.VarHandle.AccessMode? CompareAndExchange { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? CompareAndExchangeAcquire { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? CompareAndExchangeRelease { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? CompareAndSet { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? Get { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAcquire { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndAdd { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndAddAcquire { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndAddRelease { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseAnd { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseAndAcquire { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseAndRelease { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseOr { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseOrAcquire { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseOrRelease { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseXor { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseXorAcquire { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndBitwiseXorRelease { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndSet { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndSetAcquire { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetAndSetRelease { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetOpaque { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? GetVolatile { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? Set { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? SetOpaque { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? SetRelease { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? SetVolatile { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? WeakCompareAndSet { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? WeakCompareAndSetAcquire { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? WeakCompareAndSetPlain { get { throw null; } } - public static Java.Lang.Invoke.VarHandle.AccessMode? WeakCompareAndSetRelease { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("methodName", "()Ljava/lang/String;")] - public string? MethodName() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueFromMethodName", "(Ljava/lang/String;)Ljava/lang/invoke/VarHandle$AccessMode;")] - public static Java.Lang.Invoke.VarHandle.AccessMode? ValueFromMethodName(string? methodName) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/invoke/VarHandle$AccessMode;")] - public static Java.Lang.Invoke.VarHandle.AccessMode? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/invoke/VarHandle$AccessMode;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/VarHandle$VarHandleDesc", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class VarHandleDesc : Java.Lang.Constants.DynamicConstantDesc - { - internal VarHandleDesc() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/VolatileCallSite", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class VolatileCallSite : Java.Lang.Invoke.CallSite - { - protected VolatileCallSite(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/invoke/MethodHandle;)V")] - public VolatileCallSite(Java.Lang.Invoke.MethodHandle? target) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/invoke/MethodType;)V")] - public VolatileCallSite(Java.Lang.Invoke.MethodType? type) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public override Java.Lang.Invoke.MethodHandle? Target { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("dynamicInvoker", "()Ljava/lang/invoke/MethodHandle;")] - public sealed override Java.Lang.Invoke.MethodHandle? DynamicInvoker() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/invoke/WrongMethodTypeException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class WrongMethodTypeException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public WrongMethodTypeException() { } - protected WrongMethodTypeException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public WrongMethodTypeException(string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } -} -namespace Java.Lang.Modules -{ - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/Configuration", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class Configuration : Java.Lang.Object - { - internal Configuration() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("empty", "()Ljava/lang/module/Configuration;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Modules.Configuration? Empty() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/FindException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class FindException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public FindException() { } - protected FindException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FindException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FindException(string? msg) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FindException(string? msg, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/InvalidModuleDescriptorException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InvalidModuleDescriptorException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InvalidModuleDescriptorException() { } - protected InvalidModuleDescriptorException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InvalidModuleDescriptorException(string? msg) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ModuleDescriptor : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - protected ModuleDescriptor(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual bool IsAutomatic { get { throw null; } } - public virtual bool IsOpen { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/module/ModuleDescriptor;)I")] - public virtual int CompareTo(Java.Lang.Modules.ModuleDescriptor? that) { throw null; } - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("name", "()Ljava/lang/String;")] - public virtual string? Name() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("newAutomaticModule", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public static Java.Lang.Modules.ModuleDescriptor.Builder? NewAutomaticModule(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("newModule", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public static Java.Lang.Modules.ModuleDescriptor.Builder? NewModule(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("newOpenModule", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public static Java.Lang.Modules.ModuleDescriptor.Builder? NewOpenModule(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("read", "(Ljava/io/InputStream;)Ljava/lang/module/ModuleDescriptor;")] - public static Java.Lang.Modules.ModuleDescriptor? Read(Java.IO.InputStream? @in) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toNameAndVersion", "()Ljava/lang/String;")] - public virtual string? ToNameAndVersion() { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Builder", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Builder : Java.Lang.Object - { - internal Builder() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("build", "()Ljava/lang/module/ModuleDescriptor;")] - public Java.Lang.Modules.ModuleDescriptor? Build() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exports", "(Ljava/lang/module/ModuleDescriptor$Exports;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Exports(Java.Lang.Modules.ModuleDescriptor.Exports? e) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exports", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Exports(string? pn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("mainClass", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? MainClass(string? mc) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("opens", "(Ljava/lang/module/ModuleDescriptor$Opens;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Opens(Java.Lang.Modules.ModuleDescriptor.Opens? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("opens", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Opens(string? pn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("provides", "(Ljava/lang/module/ModuleDescriptor$Provides;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Provides(Java.Lang.Modules.ModuleDescriptor.Provides? p) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("requires", "(Ljava/lang/module/ModuleDescriptor$Requires;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Requires(Java.Lang.Modules.ModuleDescriptor.Requires? req) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("requires", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Requires(string? mn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("uses", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Uses(string? service) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("version", "(Ljava/lang/module/ModuleDescriptor$Version;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Version(Java.Lang.Modules.ModuleDescriptor.Version? v) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("version", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Builder;")] - public Java.Lang.Modules.ModuleDescriptor.Builder? Version(string? vs) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Exports", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public sealed partial class Exports : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - internal Exports() { } - public bool IsQualified { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/module/ModuleDescriptor$Exports;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int CompareTo(Java.Lang.Modules.ModuleDescriptor.Exports? that) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("source", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public string? Source() { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Exports$Modifier", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Modifier : Java.Lang.Enum - { - internal Modifier() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Exports.Modifier? Mandated { get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Exports.Modifier? Synthetic { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Exports$Modifier;")] - public static Java.Lang.Modules.ModuleDescriptor.Exports.Modifier? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/module/ModuleDescriptor$Exports$Modifier;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Modifier", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - public sealed partial class Modifier : Java.Lang.Enum - { - internal Modifier() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.Lang.Modules.ModuleDescriptor.Modifier? Automatic { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Modifier? Mandated { get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Modifier? Open { get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Modifier? Synthetic { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Modifier;")] - public static Java.Lang.Modules.ModuleDescriptor.Modifier? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/module/ModuleDescriptor$Modifier;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Opens", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public sealed partial class Opens : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - internal Opens() { } - public bool IsQualified { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/module/ModuleDescriptor$Opens;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int CompareTo(Java.Lang.Modules.ModuleDescriptor.Opens? that) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("source", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public string? Source() { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Opens$Modifier", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Modifier : Java.Lang.Enum - { - internal Modifier() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Opens.Modifier? Mandated { get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Opens.Modifier? Synthetic { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Opens$Modifier;")] - public static Java.Lang.Modules.ModuleDescriptor.Opens.Modifier? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/module/ModuleDescriptor$Opens$Modifier;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Provides", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public sealed partial class Provides : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - internal Provides() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/module/ModuleDescriptor$Provides;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int CompareTo(Java.Lang.Modules.ModuleDescriptor.Provides? that) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("service", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public string? Service() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Requires", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public sealed partial class Requires : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - internal Requires() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/module/ModuleDescriptor$Requires;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int CompareTo(Java.Lang.Modules.ModuleDescriptor.Requires? that) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("name", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public string? Name() { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Requires$Modifier", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Modifier : Java.Lang.Enum - { - internal Modifier() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Requires.Modifier? Mandated { get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Requires.Modifier? Static { get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Requires.Modifier? Synthetic { get { throw null; } } - public static Java.Lang.Modules.ModuleDescriptor.Requires.Modifier? Transitive { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Requires$Modifier;")] - public static Java.Lang.Modules.ModuleDescriptor.Requires.Modifier? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/lang/module/ModuleDescriptor$Requires$Modifier;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleDescriptor$Version", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public sealed partial class Version : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - internal Version() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("compareTo", "(Ljava/lang/module/ModuleDescriptor$Version;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int CompareTo(Java.Lang.Modules.ModuleDescriptor.Version? that) { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int Java.Lang.IComparable.CompareTo(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parse", "(Ljava/lang/String;)Ljava/lang/module/ModuleDescriptor$Version;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Modules.ModuleDescriptor.Version? Parse(string? v) { throw null; } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ModuleReference", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Modules.ModuleReferenceInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public abstract partial class ModuleReference : Java.Lang.Object - { - protected ModuleReference(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("descriptor", "()Ljava/lang/module/ModuleDescriptor;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public Java.Lang.Modules.ModuleDescriptor? Descriptor() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ResolutionException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ResolutionException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ResolutionException() { } - protected ResolutionException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ResolutionException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ResolutionException(string? msg) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ResolutionException(string? msg, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/module/ResolvedModule", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public sealed partial class ResolvedModule : Java.Lang.Object - { - internal ResolvedModule() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("configuration", "()Ljava/lang/module/Configuration;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public Java.Lang.Modules.Configuration? Configuration() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("name", "()Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public string? Name() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reference", "()Ljava/lang/module/ModuleReference;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public Java.Lang.Modules.ModuleReference? Reference() { throw null; } - } -} -namespace Java.Lang.Ref -{ - [Java.Interop.JniTypeSignatureAttribute("java/lang/ref/Cleaner", GenerateJavaPeer=false)] - public sealed partial class Cleaner : Java.Lang.Object - { - internal Cleaner() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("create", "()Ljava/lang/ref/Cleaner;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Ref.Cleaner? Create() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("create", "(Ljava/util/concurrent/ThreadFactory;)Ljava/lang/ref/Cleaner;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Ref.Cleaner? Create(Java.Util.Concurrent.IThreadFactory? threadFactory) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("register", "(Ljava/lang/Object;Ljava/lang/Runnable;)Ljava/lang/ref/Cleaner$Cleanable;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public Java.Lang.Ref.Cleaner.ICleanable? Register(Java.Lang.Object? obj, Java.Lang.IRunnable? action) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/lang/ref/Cleaner$Cleanable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Ref.Cleaner.ICleanableInvoker))] - public partial interface ICleanable : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("clean", "()V")] - void Clean(); - } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/ref/PhantomReference", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class PhantomReference : Java.Lang.Ref.Reference - { - protected PhantomReference(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public PhantomReference(Java.Lang.Object? referent, Java.Lang.Ref.ReferenceQueue? q) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/ref/Reference", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Ref.ReferenceInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public abstract partial class Reference : Java.Lang.Object - { - protected Reference(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ObsoleteAttribute("deprecated")] - public virtual bool IsEnqueued { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("clear", "()V")] - public virtual void Clear() { } - [Java.Interop.JniMethodSignatureAttribute("enqueue", "()Z")] - public virtual bool Enqueue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Object? Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reachabilityFence", "(Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static void ReachabilityFence(Java.Lang.Object? @ref) { } - [Java.Interop.JniMethodSignatureAttribute("refersTo", "(Ljava/lang/Object;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public bool RefersTo(Java.Lang.Object? obj) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/ref/ReferenceQueue", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ReferenceQueue : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ReferenceQueue() { } - protected ReferenceQueue(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("poll", "()Ljava/lang/ref/Reference;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Ref.Reference? Poll() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("remove", "()Ljava/lang/ref/Reference;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Ref.Reference? Remove() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("remove", "(J)Ljava/lang/ref/Reference;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Ref.Reference? Remove(long timeout) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/ref/SoftReference", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class SoftReference : Java.Lang.Ref.Reference - { - protected SoftReference(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public SoftReference(Java.Lang.Object? referent) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public SoftReference(Java.Lang.Object? referent, Java.Lang.Ref.ReferenceQueue? q) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/ref/WeakReference", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class WeakReference : Java.Lang.Ref.Reference - { - protected WeakReference(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public WeakReference(Java.Lang.Object? referent) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public WeakReference(Java.Lang.Object? referent, Java.Lang.Ref.ReferenceQueue? q) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } -} -namespace Java.Lang.Reflect -{ - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AccessibleObject", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class AccessibleObject : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - [System.ObsoleteAttribute("deprecated")] - protected AccessibleObject() { } - protected AccessibleObject(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual bool Accessible { [System.ObsoleteAttribute("deprecated")] get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("canAccess", "(Ljava/lang/Object;)Z")] - public bool CanAccess(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public virtual Java.Lang.Object? GetAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetAnnotations() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public virtual Java.Lang.Object? GetDeclaredAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetDeclaredAnnotations() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetDeclaredAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isAnnotationPresent", "(Ljava/lang/Class;)Z")] - public virtual bool IsAnnotationPresent(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setAccessible", "([Ljava/lang/reflect/AccessibleObject;Z)V")] - public static void SetAccessible([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? array, bool flag) { } - [Java.Interop.JniMethodSignatureAttribute("trySetAccessible", "()Z")] - public bool TrySetAccessible() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Array", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Array : Java.Lang.Object - { - internal Array() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("get", "(Ljava/lang/Object;I)Ljava/lang/Object;")] - public static Java.Lang.Object? Get(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getBoolean", "(Ljava/lang/Object;I)Z")] - public static bool GetBoolean(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getByte", "(Ljava/lang/Object;I)B")] - public static sbyte GetByte(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getChar", "(Ljava/lang/Object;I)C")] - public static char GetChar(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDouble", "(Ljava/lang/Object;I)D")] - public static double GetDouble(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getFloat", "(Ljava/lang/Object;I)F")] - public static float GetFloat(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getInt", "(Ljava/lang/Object;I)I")] - public static int GetInt(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getLength", "(Ljava/lang/Object;)I")] - public static int GetLength(Java.Lang.Object? p0) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getLong", "(Ljava/lang/Object;I)J")] - public static long GetLong(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getShort", "(Ljava/lang/Object;I)S")] - public static short GetShort(Java.Lang.Object? p0, int p1) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("newInstance", "(Ljava/lang/Class;I)Ljava/lang/Object;")] - public static Java.Lang.Object? NewInstance(Java.Lang.Class? componentType, int length) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("newInstance", "(Ljava/lang/Class;[I)Ljava/lang/Object;")] - public static Java.Lang.Object? NewInstance(Java.Lang.Class? componentType, params int[]? dimensions) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(Ljava/lang/Object;ILjava/lang/Object;)V")] - public static void Set(Java.Lang.Object? p0, int p1, Java.Lang.Object? p2) { } - [Java.Interop.JniMethodSignatureAttribute("setBoolean", "(Ljava/lang/Object;IZ)V")] - public static void SetBoolean(Java.Lang.Object? p0, int p1, bool p2) { } - [Java.Interop.JniMethodSignatureAttribute("setByte", "(Ljava/lang/Object;IB)V")] - public static void SetByte(Java.Lang.Object? p0, int p1, sbyte p2) { } - [Java.Interop.JniMethodSignatureAttribute("setChar", "(Ljava/lang/Object;IC)V")] - public static void SetChar(Java.Lang.Object? p0, int p1, char p2) { } - [Java.Interop.JniMethodSignatureAttribute("setDouble", "(Ljava/lang/Object;ID)V")] - public static void SetDouble(Java.Lang.Object? p0, int p1, double p2) { } - [Java.Interop.JniMethodSignatureAttribute("setFloat", "(Ljava/lang/Object;IF)V")] - public static void SetFloat(Java.Lang.Object? p0, int p1, float p2) { } - [Java.Interop.JniMethodSignatureAttribute("setInt", "(Ljava/lang/Object;II)V")] - public static void SetInt(Java.Lang.Object? p0, int p1, int p2) { } - [Java.Interop.JniMethodSignatureAttribute("setLong", "(Ljava/lang/Object;IJ)V")] - public static void SetLong(Java.Lang.Object? p0, int p1, long p2) { } - [Java.Interop.JniMethodSignatureAttribute("setShort", "(Ljava/lang/Object;IS)V")] - public static void SetShort(Java.Lang.Object? p0, int p1, short p2) { } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Constructor", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Constructor : Java.Lang.Reflect.Executable - { - internal Constructor() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public override Java.Lang.Reflect.IAnnotatedType? AnnotatedReturnType { get { throw null; } } - public override Java.Lang.Class? DeclaringClass { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public override int Modifiers { get { throw null; } } - public override string? Name { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("getExceptionTypes", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public override Java.Interop.JavaObjectArray? GetExceptionTypes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getParameterAnnotations", "()[[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1, (byte)1})] - public override Java.Interop.JavaObjectArray>? GetParameterAnnotations() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getParameterTypes", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public override Java.Interop.JavaObjectArray? GetParameterTypes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getTypeParameters", "()[Ljava/lang/reflect/TypeVariable;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public override Java.Interop.JavaObjectArray? GetTypeParameters() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("newInstance", "([Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? NewInstance([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? initargs) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toGenericString", "()Ljava/lang/String;")] - public override string? ToGenericString() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Executable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.ExecutableInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class Executable : Java.Lang.Reflect.AccessibleObject, Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IGenericDeclaration, Java.Lang.Reflect.IMember, System.IDisposable - { - protected Executable(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual Java.Lang.Reflect.IAnnotatedType? AnnotatedReceiverType { get { throw null; } } - public abstract Java.Lang.Reflect.IAnnotatedType? AnnotatedReturnType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedReturnType", "()Ljava/lang/reflect/AnnotatedType;")] get; } - public abstract Java.Lang.Class? DeclaringClass { [Java.Interop.JniMethodSignatureAttribute("getDeclaringClass", "()Ljava/lang/Class;")] get; } - public virtual bool IsSynthetic { get { throw null; } } - public virtual bool IsVarArgs { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public abstract int Modifiers { [Java.Interop.JniMethodSignatureAttribute("getModifiers", "()I")] get; } - public abstract string? Name { [Java.Interop.JniMethodSignatureAttribute("getName", "()Ljava/lang/String;")] get; } - public virtual int ParameterCount { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("getAnnotatedExceptionTypes", "()[Ljava/lang/reflect/AnnotatedType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetAnnotatedExceptionTypes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotatedParameterTypes", "()[Ljava/lang/reflect/AnnotatedType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetAnnotatedParameterTypes() { throw null; } - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public abstract Java.Interop.JavaObjectArray? GetExceptionTypes(); - [Java.Interop.JniMethodSignatureAttribute("getGenericExceptionTypes", "()[Ljava/lang/reflect/Type;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetGenericExceptionTypes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getGenericParameterTypes", "()[Ljava/lang/reflect/Type;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetGenericParameterTypes() { throw null; } - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1, (byte)1})] - public abstract Java.Interop.JavaObjectArray>? GetParameterAnnotations(); - [Java.Interop.JniMethodSignatureAttribute("getParameters", "()[Ljava/lang/reflect/Parameter;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? GetParameters() { throw null; } - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public abstract Java.Interop.JavaObjectArray? GetParameterTypes(); - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public abstract Java.Interop.JavaObjectArray? GetTypeParameters(); - public abstract string? ToGenericString(); - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public static partial class InterfaceConsts - { - public const int Declared = 1; - public const int Public = 0; - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Field", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Field : Java.Lang.Reflect.AccessibleObject, Java.Interop.IJavaPeerable, Java.Lang.Reflect.IMember, System.IDisposable - { - internal Field() { } - public Java.Lang.Reflect.IAnnotatedType? AnnotatedType { get { throw null; } } - public Java.Lang.Class? DeclaringClass { get { throw null; } } - public Java.Lang.Reflect.IType? GenericType { get { throw null; } } - public bool IsEnumConstant { get { throw null; } } - public bool IsSynthetic { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int Modifiers { get { throw null; } } - public string? Name { get { throw null; } } - public Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("get", "(Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? Get(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getBoolean", "(Ljava/lang/Object;)Z")] - public bool GetBoolean(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getByte", "(Ljava/lang/Object;)B")] - public sbyte GetByte(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getChar", "(Ljava/lang/Object;)C")] - public char GetChar(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDouble", "(Ljava/lang/Object;)D")] - public double GetDouble(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getFloat", "(Ljava/lang/Object;)F")] - public float GetFloat(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getInt", "(Ljava/lang/Object;)I")] - public int GetInt(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getLong", "(Ljava/lang/Object;)J")] - public long GetLong(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getShort", "(Ljava/lang/Object;)S")] - public short GetShort(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(Ljava/lang/Object;Ljava/lang/Object;)V")] - public void Set(Java.Lang.Object? obj, Java.Lang.Object? value) { } - [Java.Interop.JniMethodSignatureAttribute("setBoolean", "(Ljava/lang/Object;Z)V")] - public void SetBoolean(Java.Lang.Object? obj, bool z) { } - [Java.Interop.JniMethodSignatureAttribute("setByte", "(Ljava/lang/Object;B)V")] - public void SetByte(Java.Lang.Object? obj, sbyte b) { } - [Java.Interop.JniMethodSignatureAttribute("setChar", "(Ljava/lang/Object;C)V")] - public void SetChar(Java.Lang.Object? obj, char c) { } - [Java.Interop.JniMethodSignatureAttribute("setDouble", "(Ljava/lang/Object;D)V")] - public void SetDouble(Java.Lang.Object? obj, double d) { } - [Java.Interop.JniMethodSignatureAttribute("setFloat", "(Ljava/lang/Object;F)V")] - public void SetFloat(Java.Lang.Object? obj, float f) { } - [Java.Interop.JniMethodSignatureAttribute("setInt", "(Ljava/lang/Object;I)V")] - public void SetInt(Java.Lang.Object? obj, int i) { } - [Java.Interop.JniMethodSignatureAttribute("setLong", "(Ljava/lang/Object;J)V")] - public void SetLong(Java.Lang.Object? obj, long l) { } - [Java.Interop.JniMethodSignatureAttribute("setShort", "(Ljava/lang/Object;S)V")] - public void SetShort(Java.Lang.Object? obj, short s) { } - [Java.Interop.JniMethodSignatureAttribute("toGenericString", "()Ljava/lang/String;")] - public string? ToGenericString() { throw null; } - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public static partial class InterfaceConsts - { - public const int Declared = 1; - public const int Public = 0; - } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/GenericSignatureFormatError", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class GenericSignatureFormatError : Java.Lang.ClassFormatError - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public GenericSignatureFormatError() { } - protected GenericSignatureFormatError(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public GenericSignatureFormatError(string? message) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedArrayType", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IAnnotatedArrayTypeInvoker))] - public partial interface IAnnotatedArrayType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable - { - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - Java.Lang.Reflect.IAnnotatedType? AnnotatedGenericComponentType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedGenericComponentType", "()Ljava/lang/reflect/AnnotatedType;"), System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get; } - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - Java.Lang.Reflect.IAnnotatedType? Java.Lang.Reflect.IAnnotatedType.AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;"), System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedElement", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IAnnotatedElementInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IAnnotatedElement : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - Java.Lang.Object? GetAnnotation(Java.Lang.Class? p0); - [Java.Interop.JniMethodSignatureAttribute("getAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetAnnotations(); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - Java.Lang.Object? GetDeclaredAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetDeclaredAnnotations(); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetDeclaredAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isAnnotationPresent", "(Ljava/lang/Class;)Z")] - bool IsAnnotationPresent(Java.Lang.Class? annotationClass) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedParameterizedType", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IAnnotatedParameterizedTypeInvoker))] - public partial interface IAnnotatedParameterizedType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable - { - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - Java.Lang.Reflect.IAnnotatedType? Java.Lang.Reflect.IAnnotatedType.AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;"), System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotatedActualTypeArguments", "()[Ljava/lang/reflect/AnnotatedType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetAnnotatedActualTypeArguments(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedType", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IAnnotatedTypeInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IAnnotatedType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, System.IDisposable - { - Java.Lang.Reflect.IAnnotatedType? AnnotatedOwnerType { get { throw null; } } - Java.Lang.Reflect.IType? Type { [Java.Interop.JniMethodSignatureAttribute("getType", "()Ljava/lang/reflect/Type;")] get; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - Java.Lang.Object? Java.Lang.Reflect.IAnnotatedElement.GetAnnotation(Java.Lang.Class? p0); - [Java.Interop.JniMethodSignatureAttribute("getAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? Java.Lang.Reflect.IAnnotatedElement.GetAnnotations(); - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? Java.Lang.Reflect.IAnnotatedElement.GetDeclaredAnnotations(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedTypeVariable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IAnnotatedTypeVariableInvoker))] - public partial interface IAnnotatedTypeVariable : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable - { - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - Java.Lang.Reflect.IAnnotatedType? Java.Lang.Reflect.IAnnotatedType.AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;"), System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotatedBounds", "()[Ljava/lang/reflect/AnnotatedType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetAnnotatedBounds(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedWildcardType", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IAnnotatedWildcardTypeInvoker))] - public partial interface IAnnotatedWildcardType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable - { - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - Java.Lang.Reflect.IAnnotatedType? Java.Lang.Reflect.IAnnotatedType.AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;"), System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotatedLowerBounds", "()[Ljava/lang/reflect/AnnotatedType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetAnnotatedLowerBounds(); - [Java.Interop.JniMethodSignatureAttribute("getAnnotatedUpperBounds", "()[Ljava/lang/reflect/AnnotatedType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetAnnotatedUpperBounds(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/GenericArrayType", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IGenericArrayTypeInvoker))] - public partial interface IGenericArrayType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IType, System.IDisposable - { - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - Java.Lang.Reflect.IType? GenericComponentType { [Java.Interop.JniMethodSignatureAttribute("getGenericComponentType", "()Ljava/lang/reflect/Type;"), System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/GenericDeclaration", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IGenericDeclarationInvoker))] - public partial interface IGenericDeclaration : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("getTypeParameters", "()[Ljava/lang/reflect/TypeVariable;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetTypeParameters(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/InvocationHandler", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IInvocationHandlerInvoker))] - public partial interface IInvocationHandler : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("invoke", "(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Invoke(Java.Lang.Object? p0, Java.Lang.Reflect.Method? p1, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? p2); - [Java.Interop.JniMethodSignatureAttribute("invokeDefault", "(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - static Java.Lang.Object? InvokeDefault(Java.Lang.Object? proxy, Java.Lang.Reflect.Method? method, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Member", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IMemberInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IMember : Java.Interop.IJavaPeerable, System.IDisposable - { - public const int Declared = 1; - public const int Public = 0; - Java.Lang.Class? DeclaringClass { [Java.Interop.JniMethodSignatureAttribute("getDeclaringClass", "()Ljava/lang/Class;")] get; } - bool IsSynthetic { [Java.Interop.JniMethodSignatureAttribute("isSynthetic", "()Z")] get; } - int Modifiers { [Java.Interop.JniMethodSignatureAttribute("getModifiers", "()I")] get; } - string? Name { [Java.Interop.JniMethodSignatureAttribute("getName", "()Ljava/lang/String;")] get; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/InaccessibleObjectException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class InaccessibleObjectException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public InaccessibleObjectException() { } - protected InaccessibleObjectException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public InaccessibleObjectException(string? msg) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/InvocationTargetException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class InvocationTargetException : Java.Lang.ReflectiveOperationException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected InvocationTargetException() { } - protected InvocationTargetException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - public InvocationTargetException(Java.Lang.Throwable? target) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;Ljava/lang/String;)V")] - public InvocationTargetException(Java.Lang.Throwable? target, string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual Java.Lang.Throwable? TargetException { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/ParameterizedType", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IParameterizedTypeInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IParameterizedType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IType, System.IDisposable - { - Java.Lang.Reflect.IType? OwnerType { [Java.Interop.JniMethodSignatureAttribute("getOwnerType", "()Ljava/lang/reflect/Type;")] get; } - Java.Lang.Reflect.IType? RawType { [Java.Interop.JniMethodSignatureAttribute("getRawType", "()Ljava/lang/reflect/Type;")] get; } - [Java.Interop.JniMethodSignatureAttribute("getActualTypeArguments", "()[Ljava/lang/reflect/Type;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetActualTypeArguments(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Type", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.ITypeInvoker))] - public partial interface IType : Java.Interop.IJavaPeerable, System.IDisposable - { - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - string? TypeName { [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get { throw null; } } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "D extends java.lang.reflect.GenericDeclaration"})] - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/TypeVariable", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.ITypeVariableInvoker))] - public partial interface ITypeVariable : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IType, System.IDisposable - { - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - Java.Lang.Object? GenericDeclaration { [Java.Interop.JniMethodSignatureAttribute("getGenericDeclaration", "()Ljava/lang/reflect/GenericDeclaration;"), System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get; } - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - string? Name { [Java.Interop.JniMethodSignatureAttribute("getName", "()Ljava/lang/String;"), System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotatedBounds", "()[Ljava/lang/reflect/AnnotatedType;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetAnnotatedBounds(); - [Java.Interop.JniMethodSignatureAttribute("getBounds", "()[Ljava/lang/reflect/Type;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetBounds(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/WildcardType", GenerateJavaPeer=false, InvokerType=typeof(Java.Lang.Reflect.IWildcardTypeInvoker))] - public partial interface IWildcardType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IType, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("getLowerBounds", "()[Ljava/lang/reflect/Type;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetLowerBounds(); - [Java.Interop.JniMethodSignatureAttribute("getUpperBounds", "()[Ljava/lang/reflect/Type;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - Java.Interop.JavaObjectArray? GetUpperBounds(); - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/MalformedParameterizedTypeException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class MalformedParameterizedTypeException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public MalformedParameterizedTypeException() { } - protected MalformedParameterizedTypeException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public MalformedParameterizedTypeException(string? message) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/MalformedParametersException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class MalformedParametersException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public MalformedParametersException() { } - protected MalformedParametersException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public MalformedParametersException(string? reason) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Method", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Method : Java.Lang.Reflect.Executable - { - internal Method() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public override Java.Lang.Reflect.IAnnotatedType? AnnotatedReturnType { get { throw null; } } - public override Java.Lang.Class? DeclaringClass { get { throw null; } } - public Java.Lang.Object? DefaultValue { get { throw null; } } - public Java.Lang.Reflect.IType? GenericReturnType { get { throw null; } } - public bool IsBridge { get { throw null; } } - public bool IsDefault { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public override int Modifiers { get { throw null; } } - public override string? Name { get { throw null; } } - public Java.Lang.Class? ReturnType { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("getExceptionTypes", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public override Java.Interop.JavaObjectArray? GetExceptionTypes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getParameterAnnotations", "()[[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1, (byte)1})] - public override Java.Interop.JavaObjectArray>? GetParameterAnnotations() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getParameterTypes", "()[Ljava/lang/Class;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public override Java.Interop.JavaObjectArray? GetParameterTypes() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getTypeParameters", "()[Ljava/lang/reflect/TypeVariable;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public override Java.Interop.JavaObjectArray? GetTypeParameters() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invoke", "(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? Invoke(Java.Lang.Object? obj, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? args) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toGenericString", "()Ljava/lang/String;")] - public override string? ToGenericString() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Modifier", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class Modifier : Java.Lang.Object - { - public const int Abstract = 1024; - public const int Final = 16; - public const int Interface = 512; - public const int Native = 256; - public const int Private = 2; - public const int Protected = 4; - public const int Public = 1; - public const int Static = 8; - public const int Strict = 2048; - public const int Synchronized = 32; - public const int Transient = 128; - public const int Volatile = 64; - protected Modifier(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("classModifiers", "()I")] - public static int ClassModifiers() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("constructorModifiers", "()I")] - public static int ConstructorModifiers() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("fieldModifiers", "()I")] - public static int FieldModifiers() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("interfaceModifiers", "()I")] - public static int InterfaceModifiers() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isAbstract", "(I)Z")] - public static bool IsAbstract(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isFinal", "(I)Z")] - public static bool IsFinal(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isInterface", "(I)Z")] - public static bool IsInterface(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isNative", "(I)Z")] - public static bool IsNative(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isPrivate", "(I)Z")] - public static bool IsPrivate(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isProtected", "(I)Z")] - public static bool IsProtected(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isPublic", "(I)Z")] - public static bool IsPublic(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isStatic", "(I)Z")] - public static bool IsStatic(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isStrict", "(I)Z")] - public static bool IsStrict(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isSynchronized", "(I)Z")] - public static bool IsSynchronized(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isTransient", "(I)Z")] - public static bool IsTransient(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isVolatile", "(I)Z")] - public static bool IsVolatile(int mod) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("methodModifiers", "()I")] - public static int MethodModifiers() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("parameterModifiers", "()I")] - public static int ParameterModifiers() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toString", "(I)Ljava/lang/String;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static string? ToString(int mod) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Parameter", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class Parameter : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, System.IDisposable - { - internal Parameter() { } - public Java.Lang.Reflect.IAnnotatedType? AnnotatedType { get { throw null; } } - public Java.Lang.Reflect.Executable? DeclaringExecutable { get { throw null; } } - public bool IsImplicit { get { throw null; } } - public bool IsNamePresent { get { throw null; } } - public bool IsSynthetic { get { throw null; } } - public bool IsVarArgs { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int Modifiers { get { throw null; } } - public string? Name { get { throw null; } } - public Java.Lang.Reflect.IType? ParameterizedType { get { throw null; } } - public Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public Java.Lang.Object? GetAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetAnnotations() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public Java.Lang.Object? GetDeclaredAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredAnnotations() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredAnnotationsByType(Java.Lang.Class? annotationClass) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/Proxy", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Proxy : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected Proxy(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/reflect/InvocationHandler;)V")] - protected Proxy(Java.Lang.Reflect.IInvocationHandler? h) { } - protected Java.Lang.Reflect.IInvocationHandler? H { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("getInvocationHandler", "(Ljava/lang/Object;)Ljava/lang/reflect/InvocationHandler;")] - public static Java.Lang.Reflect.IInvocationHandler? GetInvocationHandler(Java.Lang.Object? proxy) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getProxyClass", "(Ljava/lang/ClassLoader;[Ljava/lang/Class;)Ljava/lang/Class;")] - [System.ObsoleteAttribute("deprecated")] - public static Java.Lang.Class? GetProxyClass(Java.Lang.ClassLoader? loader, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Class[]? interfaces) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isProxyClass", "(Ljava/lang/Class;)Z")] - public static bool IsProxyClass(Java.Lang.Class? cl) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("newProxyInstance", "(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;")] - public static Java.Lang.Object? NewProxyInstance(Java.Lang.ClassLoader? loader, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? interfaces, Java.Lang.Reflect.IInvocationHandler? h) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/RecordComponent", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class RecordComponent : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, System.IDisposable - { - internal RecordComponent() { } - public Java.Lang.Reflect.Method? Accessor { get { throw null; } } - public Java.Lang.Reflect.IAnnotatedType? AnnotatedType { get { throw null; } } - public Java.Lang.Class? DeclaringRecord { get { throw null; } } - public string? GenericSignature { get { throw null; } } - public Java.Lang.Reflect.IType? GenericType { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public string? Name { get { throw null; } } - public Java.Lang.Class? Type { get { throw null; } } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T extends java.lang.annotation.Annotation"})] - [Java.Interop.JniMethodSignatureAttribute("getAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;")] - public Java.Lang.Object? GetAnnotation(Java.Lang.Class? annotationClass) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetAnnotations() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getDeclaredAnnotations", "()[Ljava/lang/annotation/Annotation;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public Java.Interop.JavaObjectArray? GetDeclaredAnnotations() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/UndeclaredThrowableException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class UndeclaredThrowableException : Java.Lang.RuntimeException - { - protected UndeclaredThrowableException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - public UndeclaredThrowableException(Java.Lang.Throwable? undeclaredThrowable) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;Ljava/lang/String;)V")] - public UndeclaredThrowableException(Java.Lang.Throwable? undeclaredThrowable, string? s) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual Java.Lang.Throwable? UndeclaredThrowable { get { throw null; } } - } -} -namespace Java.Lang.Runtimes -{ - [Java.Interop.JniTypeSignatureAttribute("java/lang/runtime/ObjectMethods", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ObjectMethods : Java.Lang.Object - { - protected ObjectMethods(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/lang/runtime/SwitchBootstraps", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class SwitchBootstraps : Java.Lang.Object - { - protected SwitchBootstraps(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("enumSwitch", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Invoke.CallSite? EnumSwitch(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? invocationName, Java.Lang.Invoke.MethodType? invocationType, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? labels) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("typeSwitch", "(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public static Java.Lang.Invoke.CallSite? TypeSwitch(Java.Lang.Invoke.MethodHandles.Lookup? lookup, string? invocationName, Java.Lang.Invoke.MethodType? invocationType, [System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Lang.Object[]? labels) { throw null; } - } -} -namespace Java.Net -{ - [System.FlagsAttribute] - public enum IDNFlags - { - None = 0, - } -} -namespace Java.Nio.Channels -{ - public enum Operations - { - None = 0, - } -} -namespace Java.Util.Concurrent -{ - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/AbstractExecutorService", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.AbstractExecutorServiceInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class AbstractExecutorService : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AbstractExecutorService() { } - protected AbstractExecutorService(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("newTaskFor", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/RunnableFuture;")] - protected virtual Java.Util.Concurrent.IRunnableFuture? NewTaskFor(Java.Lang.IRunnable? runnable, Java.Lang.Object? value) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("newTaskFor", "(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/RunnableFuture;")] - protected virtual Java.Util.Concurrent.IRunnableFuture? NewTaskFor(Java.Util.Concurrent.ICallable? callable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;")] - public virtual Java.Util.Concurrent.IFuture? Submit(Java.Lang.IRunnable? task) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;")] - public virtual Java.Util.Concurrent.IFuture? Submit(Java.Lang.IRunnable? task, Java.Lang.Object? result) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;")] - public virtual Java.Util.Concurrent.IFuture? Submit(Java.Util.Concurrent.ICallable? task) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/BrokenBarrierException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class BrokenBarrierException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public BrokenBarrierException() { } - protected BrokenBarrierException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public BrokenBarrierException(string? message) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CancellationException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class CancellationException : Java.Lang.IllegalStateException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public CancellationException() { } - protected CancellationException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public CancellationException(string? message) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CompletableFuture", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class CompletableFuture : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Util.Concurrent.ICompletionStage, Java.Util.Concurrent.IFuture, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public CompletableFuture() { } - protected CompletableFuture(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual bool IsCancelled { get { throw null; } } - public virtual bool IsCompletedExceptionally { get { throw null; } } - public virtual bool IsDone { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual int NumberOfDependents { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("acceptEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? AcceptEither(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IConsumer? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? AcceptEitherAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IConsumer? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? AcceptEitherAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IConsumer? action, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("allOf", "([Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;")] - public static Java.Util.Concurrent.CompletableFuture? AllOf([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Util.Concurrent.CompletableFuture[]? cfs) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("anyOf", "([Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;")] - public static Java.Util.Concurrent.CompletableFuture? AnyOf([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Util.Concurrent.CompletableFuture[]? cfs) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("applyToEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ApplyToEither(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ApplyToEitherAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ApplyToEitherAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cancel", "(Z)Z")] - public virtual bool Cancel(bool mayInterruptIfRunning) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("complete", "(Ljava/lang/Object;)Z")] - public virtual bool Complete(Java.Lang.Object? value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("completeAsync", "(Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? CompleteAsync(Java.Util.Function.ISupplier? supplier) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("completeAsync", "(Ljava/util/function/Supplier;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? CompleteAsync(Java.Util.Function.ISupplier? supplier, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("completedFuture", "(Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;")] - public static Java.Util.Concurrent.CompletableFuture? CompletedFuture(Java.Lang.Object? value) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("completedStage", "(Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage;")] - public static Java.Util.Concurrent.ICompletionStage? CompletedStage(Java.Lang.Object? value) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("completeExceptionally", "(Ljava/lang/Throwable;)Z")] - public virtual bool CompleteExceptionally(Java.Lang.Throwable? ex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("completeOnTimeout", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? CompleteOnTimeout(Java.Lang.Object? value, long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("copy", "()Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? Copy() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defaultExecutor", "()Ljava/util/concurrent/Executor;")] - public virtual Java.Util.Concurrent.IExecutor? DefaultExecutor() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("delayedExecutor", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Executor;")] - public static Java.Util.Concurrent.IExecutor? DelayedExecutor(long delay, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("delayedExecutor", "(JLjava/util/concurrent/TimeUnit;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/Executor;")] - public static Java.Util.Concurrent.IExecutor? DelayedExecutor(long delay, Java.Util.Concurrent.TimeUnit? unit, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionally", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? Exceptionally(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? ExceptionallyAsync(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? ExceptionallyAsync(Java.Util.Function.IFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyCompose", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? ExceptionallyCompose(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyComposeAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? ExceptionallyComposeAsync(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? ExceptionallyComposeAsync(Java.Util.Function.IFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("failedFuture", "(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;")] - public static Java.Util.Concurrent.CompletableFuture? FailedFuture(Java.Lang.Throwable? ex) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("failedStage", "(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletionStage;")] - public static Java.Util.Concurrent.ICompletionStage? FailedStage(Java.Lang.Throwable? ex) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()Ljava/lang/Object;")] - public virtual Java.Lang.Object? Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;")] - public virtual Java.Lang.Object? Get(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getNow", "(Ljava/lang/Object;)Ljava/lang/Object;")] - public virtual Java.Lang.Object? GetNow(Java.Lang.Object? valueIfAbsent) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("handle", "(Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? Handle(Java.Util.Function.IBiFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("handleAsync", "(Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? HandleAsync(Java.Util.Function.IBiFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("handleAsync", "(Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? HandleAsync(Java.Util.Function.IBiFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("join", "()Ljava/lang/Object;")] - public virtual Java.Lang.Object? Join() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("minimalCompletionStage", "()Ljava/util/concurrent/CompletionStage;")] - public virtual Java.Util.Concurrent.ICompletionStage? MinimalCompletionStage() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("newIncompleteFuture", "()Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? NewIncompleteFuture() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("obtrudeException", "(Ljava/lang/Throwable;)V")] - public virtual void ObtrudeException(Java.Lang.Throwable? ex) { } - [Java.Interop.JniMethodSignatureAttribute("obtrudeValue", "(Ljava/lang/Object;)V")] - public virtual void ObtrudeValue(Java.Lang.Object? value) { } - [Java.Interop.JniMethodSignatureAttribute("orTimeout", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? OrTimeout(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runAfterBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? RunAfterBoth(Java.Util.Concurrent.ICompletionStage? other, Java.Lang.IRunnable? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? RunAfterBothAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Lang.IRunnable? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? RunAfterBothAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Lang.IRunnable? action, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runAfterEither", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? RunAfterEither(Java.Util.Concurrent.ICompletionStage? other, Java.Lang.IRunnable? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? RunAfterEitherAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Lang.IRunnable? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? RunAfterEitherAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Lang.IRunnable? action, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runAsync", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;")] - public static Java.Util.Concurrent.CompletableFuture? RunAsync(Java.Lang.IRunnable? runnable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("runAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public static Java.Util.Concurrent.CompletableFuture? RunAsync(Java.Lang.IRunnable? runnable, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("supplyAsync", "(Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;")] - public static Java.Util.Concurrent.CompletableFuture? SupplyAsync(Java.Util.Function.ISupplier? supplier) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("supplyAsync", "(Ljava/util/function/Supplier;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public static Java.Util.Concurrent.CompletableFuture? SupplyAsync(Java.Util.Function.ISupplier? supplier, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("thenAccept", "(Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenAccept(Java.Util.Function.IConsumer? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("thenAcceptAsync", "(Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenAcceptAsync(Java.Util.Function.IConsumer? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("thenAcceptAsync", "(Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenAcceptAsync(Java.Util.Function.IConsumer? action, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenAcceptBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenAcceptBoth(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IBiConsumer? action) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenAcceptBothAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IBiConsumer? action) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenAcceptBothAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IBiConsumer? action, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenApply", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenApply(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenApplyAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenApplyAsync(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenApplyAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenApplyAsync(Java.Util.Function.IFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U", "V"})] - [Java.Interop.JniMethodSignatureAttribute("thenCombine", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenCombine(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IBiFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U", "V"})] - [Java.Interop.JniMethodSignatureAttribute("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenCombineAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IBiFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U", "V"})] - [Java.Interop.JniMethodSignatureAttribute("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenCombineAsync(Java.Util.Concurrent.ICompletionStage? other, Java.Util.Function.IBiFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenCompose", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenCompose(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenComposeAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenComposeAsync(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenComposeAsync(Java.Util.Function.IFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("thenRun", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenRun(Java.Lang.IRunnable? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("thenRunAsync", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenRunAsync(Java.Lang.IRunnable? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("thenRunAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? ThenRunAsync(Java.Lang.IRunnable? action, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toCompletableFuture", "()Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? ToCompletableFuture() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("whenComplete", "(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? WhenComplete(Java.Util.Function.IBiConsumer? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("whenCompleteAsync", "(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? WhenCompleteAsync(Java.Util.Function.IBiConsumer? action) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("whenCompleteAsync", "(Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.ICompletionStage? WhenCompleteAsync(Java.Util.Function.IBiConsumer? action, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CompletableFuture$AsynchronousCompletionTask", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.CompletableFuture.IAsynchronousCompletionTaskInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial interface IAsynchronousCompletionTask : Java.Interop.IJavaPeerable, System.IDisposable - { - } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CompletionException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class CompletionException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected CompletionException() { } - protected CompletionException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public CompletionException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected CompletionException(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public CompletionException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "E"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CopyOnWriteArrayList", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class CopyOnWriteArrayList : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Lang.ICloneable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public CopyOnWriteArrayList() { } - [Java.Interop.JniConstructorSignatureAttribute("([Ljava/lang/Object;)V")] - public CopyOnWriteArrayList([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? toCopyIn) { } - protected CopyOnWriteArrayList(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual bool IsEmpty { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("add", "(Ljava/lang/Object;)Z")] - public virtual bool Add(Java.Lang.Object? e) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("add", "(ILjava/lang/Object;)V")] - public virtual void Add(int index, Java.Lang.Object? element) { } - [Java.Interop.JniMethodSignatureAttribute("addIfAbsent", "(Ljava/lang/Object;)Z")] - public virtual bool AddIfAbsent(Java.Lang.Object? e) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("clear", "()V")] - public virtual void Clear() { } - [Java.Interop.JniMethodSignatureAttribute("clone", "()Ljava/lang/Object;")] - public virtual new Java.Lang.Object? Clone() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("contains", "(Ljava/lang/Object;)Z")] - public virtual bool Contains(Java.Lang.Object? o) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("forEach", "(Ljava/util/function/Consumer;)V")] - public virtual void ForEach(Java.Util.Function.IConsumer? action) { } - [Java.Interop.JniMethodSignatureAttribute("get", "(I)Ljava/lang/Object;")] - public virtual Java.Lang.Object? Get(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(Ljava/lang/Object;)I")] - public virtual int IndexOf(Java.Lang.Object? o) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("indexOf", "(Ljava/lang/Object;I)I")] - public virtual int IndexOf(Java.Lang.Object? e, int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(Ljava/lang/Object;)I")] - public virtual int LastIndexOf(Java.Lang.Object? o) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lastIndexOf", "(Ljava/lang/Object;I)I")] - public virtual int LastIndexOf(Java.Lang.Object? e, int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("remove", "(Ljava/lang/Object;)Z")] - public virtual bool Remove(Java.Lang.Object? o) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("remove", "(I)Ljava/lang/Object;")] - public virtual Java.Lang.Object? Remove(int index) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("removeIf", "(Ljava/util/function/Predicate;)Z")] - public virtual bool RemoveIf(Java.Util.Function.IPredicate? filter) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("replaceAll", "(Ljava/util/function/UnaryOperator;)V")] - public virtual void ReplaceAll(Java.Util.Function.IUnaryOperator? @operator) { } - [Java.Interop.JniMethodSignatureAttribute("set", "(ILjava/lang/Object;)Ljava/lang/Object;")] - public virtual Java.Lang.Object? Set(int index, Java.Lang.Object? element) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("size", "()I")] - public virtual int Size() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toArray", "()[Ljava/lang/Object;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? ToArray() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("toArray", "([Ljava/lang/Object;)[Ljava/lang/Object;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public virtual Java.Interop.JavaObjectArray? ToArray([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? a) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CountDownLatch", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class CountDownLatch : Java.Lang.Object - { - protected CountDownLatch(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public CountDownLatch(int count) { } - public virtual long Count { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("await", "()V")] - public virtual void Await() { } - [Java.Interop.JniMethodSignatureAttribute("await", "(JLjava/util/concurrent/TimeUnit;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual bool Await(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("countDown", "()V")] - public virtual void CountDown() { } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CountedCompleter", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.CountedCompleterInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class CountedCompleter : Java.Util.Concurrent.ForkJoinTask - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected CountedCompleter() { } - protected CountedCompleter(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/CountedCompleter;)V")] - protected CountedCompleter(Java.Util.Concurrent.CountedCompleter? completer) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/CountedCompleter;I)V")] - protected CountedCompleter(Java.Util.Concurrent.CountedCompleter? completer, int initialPendingCount) { } - public Java.Util.Concurrent.CountedCompleter? Completer { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int PendingCount { get { throw null; } set { } } - public virtual Java.Lang.Object? RawResult { get { throw null; } } - public Java.Util.Concurrent.CountedCompleter? Root { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("addToPendingCount", "(I)V")] - public void AddToPendingCount(int delta) { } - [Java.Interop.JniMethodSignatureAttribute("compareAndSetPendingCount", "(II)Z")] - public bool CompareAndSetPendingCount(int expected, int count) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("complete", "(Ljava/lang/Object;)V")] - public override void Complete(Java.Lang.Object? rawResult) { } - public abstract void Compute(); - [Java.Interop.JniMethodSignatureAttribute("decrementPendingCountUnlessZero", "()I")] - public int DecrementPendingCountUnlessZero() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exec", "()Z")] - protected sealed override bool Exec() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("firstComplete", "()Ljava/util/concurrent/CountedCompleter;")] - public Java.Util.Concurrent.CountedCompleter? FirstComplete() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("helpComplete", "(I)V")] - public void HelpComplete(int maxTasks) { } - [Java.Interop.JniMethodSignatureAttribute("nextComplete", "()Ljava/util/concurrent/CountedCompleter;")] - public Java.Util.Concurrent.CountedCompleter? NextComplete() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("onCompletion", "(Ljava/util/concurrent/CountedCompleter;)V")] - public virtual void OnCompletion(Java.Util.Concurrent.CountedCompleter? caller) { } - [Java.Interop.JniMethodSignatureAttribute("onExceptionalCompletion", "(Ljava/lang/Throwable;Ljava/util/concurrent/CountedCompleter;)Z")] - public virtual bool OnExceptionalCompletion(Java.Lang.Throwable? ex, Java.Util.Concurrent.CountedCompleter? caller) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("propagateCompletion", "()V")] - public void PropagateCompletion() { } - [Java.Interop.JniMethodSignatureAttribute("quietlyCompleteRoot", "()V")] - public void QuietlyCompleteRoot() { } - [Java.Interop.JniMethodSignatureAttribute("setRawResult", "(Ljava/lang/Object;)V")] - protected override void SetRawResult(Java.Lang.Object? t) { } - [Java.Interop.JniMethodSignatureAttribute("tryComplete", "()V")] - public void TryComplete() { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CyclicBarrier", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class CyclicBarrier : Java.Lang.Object - { - protected CyclicBarrier(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public CyclicBarrier(int parties) { } - [Java.Interop.JniConstructorSignatureAttribute("(ILjava/lang/Runnable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public CyclicBarrier(int parties, Java.Lang.IRunnable? barrierAction) { } - public virtual bool IsBroken { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - public virtual int NumberWaiting { get { throw null; } } - public virtual int Parties { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("await", "()I")] - public virtual int Await() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("await", "(JLjava/util/concurrent/TimeUnit;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual int Await(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Exchanger", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class Exchanger : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Exchanger() { } - protected Exchanger(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("exchange", "(Ljava/lang/Object;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Object? Exchange(Java.Lang.Object? x) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exchange", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Object? Exchange(Java.Lang.Object? x, long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ExecutionException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class ExecutionException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected ExecutionException() { } - protected ExecutionException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ExecutionException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected ExecutionException(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ExecutionException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ExecutorCompletionService", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ExecutorCompletionService : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Util.Concurrent.ICompletionService, System.IDisposable - { - protected ExecutorCompletionService(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/Executor;)V")] - public ExecutorCompletionService(Java.Util.Concurrent.IExecutor? executor) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("poll", "()Ljava/util/concurrent/Future;")] - public virtual Java.Util.Concurrent.IFuture? Poll() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Future;")] - public virtual Java.Util.Concurrent.IFuture? Poll(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;")] - public virtual Java.Util.Concurrent.IFuture? Submit(Java.Lang.IRunnable? task, Java.Lang.Object? result) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;")] - public virtual Java.Util.Concurrent.IFuture? Submit(Java.Util.Concurrent.ICallable? task) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("take", "()Ljava/util/concurrent/Future;")] - public virtual Java.Util.Concurrent.IFuture? Take() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Executors", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Executors : Java.Lang.Object - { - protected Executors(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("callable", "(Ljava/lang/Runnable;)Ljava/util/concurrent/Callable;")] - public static Java.Util.Concurrent.ICallable? Callable(Java.Lang.IRunnable? task) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("callable", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Callable;")] - public static Java.Util.Concurrent.ICallable? Callable(Java.Lang.IRunnable? task, Java.Lang.Object? result) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("defaultThreadFactory", "()Ljava/util/concurrent/ThreadFactory;")] - public static Java.Util.Concurrent.IThreadFactory? DefaultThreadFactory() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("privilegedCallable", "(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Callable;")] - [System.ObsoleteAttribute("deprecated")] - public static Java.Util.Concurrent.ICallable? PrivilegedCallable(Java.Util.Concurrent.ICallable? callable) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("privilegedCallableUsingCurrentClassLoader", "(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Callable;")] - [System.ObsoleteAttribute("deprecated")] - public static Java.Util.Concurrent.ICallable? PrivilegedCallableUsingCurrentClassLoader(Java.Util.Concurrent.ICallable? callable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("privilegedThreadFactory", "()Ljava/util/concurrent/ThreadFactory;")] - [System.ObsoleteAttribute("deprecated")] - public static Java.Util.Concurrent.IThreadFactory? PrivilegedThreadFactory() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Flow", GenerateJavaPeer=false)] - public sealed partial class Flow : Java.Lang.Object - { - internal Flow() { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("defaultBufferSize", "()I")] - public static int DefaultBufferSize() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "R"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Flow$Processor", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Flow.IProcessorInvoker))] - public partial interface IProcessor : Java.Interop.IJavaPeerable, Java.Util.Concurrent.Flow.IPublisher, Java.Util.Concurrent.Flow.ISubscriber, System.IDisposable - { - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Flow$Publisher", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Flow.IPublisherInvoker))] - public partial interface IPublisher : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("subscribe", "(Ljava/util/concurrent/Flow$Subscriber;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Subscribe(Java.Util.Concurrent.Flow.ISubscriber? p0); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Flow$Subscriber", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Flow.ISubscriberInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface ISubscriber : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("onComplete", "()V")] - void OnComplete(); - [Java.Interop.JniMethodSignatureAttribute("onError", "(Ljava/lang/Throwable;)V")] - void OnError(Java.Lang.Throwable? p0); - [Java.Interop.JniMethodSignatureAttribute("onNext", "(Ljava/lang/Object;)V")] - void OnNext(Java.Lang.Object? p0); - [Java.Interop.JniMethodSignatureAttribute("onSubscribe", "(Ljava/util/concurrent/Flow$Subscription;)V")] - void OnSubscribe(Java.Util.Concurrent.Flow.ISubscription? p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Flow$Subscription", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Flow.ISubscriptionInvoker))] - public partial interface ISubscription : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("cancel", "()V")] - void Cancel(); - [Java.Interop.JniMethodSignatureAttribute("request", "(J)V")] - void Request(long p0); - } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ForkJoinPool", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ForkJoinPool : Java.Util.Concurrent.AbstractExecutorService - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ForkJoinPool() { } - protected ForkJoinPool(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public ForkJoinPool(int parallelism) { } - [Java.Interop.JniConstructorSignatureAttribute("(ILjava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;Ljava/lang/Thread$UncaughtExceptionHandler;Z)V")] - public ForkJoinPool(int parallelism, Java.Util.Concurrent.ForkJoinPool.IForkJoinWorkerThreadFactory? factory, Java.Lang.Thread.IUncaughtExceptionHandler? handler, bool asyncMode) { } - [Java.Interop.JniConstructorSignatureAttribute("(ILjava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;Ljava/lang/Thread$UncaughtExceptionHandler;ZIIILjava/util/function/Predicate;JLjava/util/concurrent/TimeUnit;)V")] - public ForkJoinPool(int parallelism, Java.Util.Concurrent.ForkJoinPool.IForkJoinWorkerThreadFactory? factory, Java.Lang.Thread.IUncaughtExceptionHandler? handler, bool asyncMode, int corePoolSize, int maximumPoolSize, int minimumRunnable, Java.Util.Function.IPredicate? saturate, long keepAliveTime, Java.Util.Concurrent.TimeUnit? unit) { } - public virtual int ActiveThreadCount { get { throw null; } } - public virtual bool AsyncMode { get { throw null; } } - public static int CommonPoolParallelism { get { throw null; } } - public static Java.Util.Concurrent.ForkJoinPool.IForkJoinWorkerThreadFactory? DefaultForkJoinWorkerThreadFactory { get { throw null; } } - public virtual Java.Util.Concurrent.ForkJoinPool.IForkJoinWorkerThreadFactory? Factory { get { throw null; } } - public virtual bool HasQueuedSubmissions { get { throw null; } } - public virtual bool IsQuiescent { get { throw null; } } - public virtual bool IsShutdown { get { throw null; } } - public virtual bool IsTerminated { get { throw null; } } - public virtual bool IsTerminating { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual int Parallelism { get { throw null; } } - public virtual int PoolSize { get { throw null; } } - public virtual int QueuedSubmissionCount { get { throw null; } } - public virtual long QueuedTaskCount { get { throw null; } } - public virtual int RunningThreadCount { get { throw null; } } - public virtual long StealCount { get { throw null; } } - public virtual Java.Lang.Thread.IUncaughtExceptionHandler? UncaughtExceptionHandler { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("awaitQuiescence", "(JLjava/util/concurrent/TimeUnit;)Z")] - public virtual bool AwaitQuiescence(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitTermination", "(JLjava/util/concurrent/TimeUnit;)Z")] - public virtual bool AwaitTermination(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("commonPool", "()Ljava/util/concurrent/ForkJoinPool;")] - public static Java.Util.Concurrent.ForkJoinPool? CommonPool() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("execute", "(Ljava/lang/Runnable;)V")] - public virtual void Execute(Java.Lang.IRunnable? task) { } - [Java.Interop.JniMethodSignatureAttribute("execute", "(Ljava/util/concurrent/ForkJoinTask;)V")] - public virtual void Execute(Java.Util.Concurrent.ForkJoinTask? task) { } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("invoke", "(Ljava/util/concurrent/ForkJoinTask;)Ljava/lang/Object;")] - public virtual Java.Lang.Object? Invoke(Java.Util.Concurrent.ForkJoinTask? task) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("managedBlock", "(Ljava/util/concurrent/ForkJoinPool$ManagedBlocker;)V")] - public static void ManagedBlock(Java.Util.Concurrent.ForkJoinPool.IManagedBlocker? blocker) { } - [Java.Interop.JniMethodSignatureAttribute("pollSubmission", "()Ljava/util/concurrent/ForkJoinTask;")] - protected virtual Java.Util.Concurrent.ForkJoinTask? PollSubmission() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("shutdown", "()V")] - public virtual void Shutdown() { } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/util/concurrent/ForkJoinTask;)Ljava/util/concurrent/ForkJoinTask;")] - public virtual Java.Util.Concurrent.ForkJoinTask? Submit(Java.Util.Concurrent.ForkJoinTask? task) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.ForkJoinPool.IForkJoinWorkerThreadFactoryInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial interface IForkJoinWorkerThreadFactory : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("newThread", "(Ljava/util/concurrent/ForkJoinPool;)Ljava/util/concurrent/ForkJoinWorkerThread;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Util.Concurrent.ForkJoinWorkerThread? NewThread(Java.Util.Concurrent.ForkJoinPool? p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ForkJoinPool$ManagedBlocker", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.ForkJoinPool.IManagedBlockerInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial interface IManagedBlocker : Java.Interop.IJavaPeerable, System.IDisposable - { - bool IsReleasable { [Java.Interop.JniMethodSignatureAttribute("isReleasable", "()Z")] get; } - [Java.Interop.JniMethodSignatureAttribute("block", "()Z")] - bool Block(); - } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ForkJoinTask", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.ForkJoinTaskInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class ForkJoinTask : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, Java.Util.Concurrent.IFuture, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ForkJoinTask() { } - protected ForkJoinTask(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public Java.Lang.Throwable? Exception { get { throw null; } } - public short ForkJoinTaskTag { get { throw null; } } - public bool IsCancelled { get { throw null; } } - public bool IsCompletedAbnormally { get { throw null; } } - public bool IsCompletedNormally { get { throw null; } } - public bool IsDone { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Util.Concurrent.ForkJoinPool? Pool { get { throw null; } } - public static int QueuedTaskCount { get { throw null; } } - protected abstract Java.Lang.Object? RawRawResult { [Java.Interop.JniMethodSignatureAttribute("getRawResult", "()Ljava/lang/Object;")] get; } - public static int SurplusQueuedTaskCount { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("adapt", "(Ljava/lang/Runnable;)Ljava/util/concurrent/ForkJoinTask;")] - public static Java.Util.Concurrent.ForkJoinTask? Adapt(Java.Lang.IRunnable? runnable) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("adapt", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/ForkJoinTask;")] - public static Java.Util.Concurrent.ForkJoinTask? Adapt(Java.Lang.IRunnable? runnable, Java.Lang.Object? result) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("adapt", "(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/ForkJoinTask;")] - public static Java.Util.Concurrent.ForkJoinTask? Adapt(Java.Util.Concurrent.ICallable? callable) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("cancel", "(Z)Z")] - public virtual bool Cancel(bool mayInterruptIfRunning) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSetForkJoinTaskTag", "(SS)Z")] - public bool CompareAndSetForkJoinTaskTag(short expect, short update) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("complete", "(Ljava/lang/Object;)V")] - public virtual void Complete(Java.Lang.Object? value) { } - [Java.Interop.JniMethodSignatureAttribute("completeExceptionally", "(Ljava/lang/Throwable;)V")] - public virtual void CompleteExceptionally(Java.Lang.Throwable? ex) { } - protected abstract bool Exec(); - [Java.Interop.JniMethodSignatureAttribute("fork", "()Ljava/util/concurrent/ForkJoinTask;")] - public Java.Util.Concurrent.ForkJoinTask? Fork() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()Ljava/lang/Object;")] - public Java.Lang.Object? Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;")] - public Java.Lang.Object? Get(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("helpQuiesce", "()V")] - public static void HelpQuiesce() { } - [Java.Interop.JniMethodSignatureAttribute("inForkJoinPool", "()Z")] - public static bool InForkJoinPool() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invoke", "()Ljava/lang/Object;")] - public Java.Lang.Object? Invoke() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("invokeAll", "(Ljava/util/concurrent/ForkJoinTask;Ljava/util/concurrent/ForkJoinTask;)V")] - public static void InvokeAll(Java.Util.Concurrent.ForkJoinTask? t1, Java.Util.Concurrent.ForkJoinTask? t2) { } - [Java.Interop.JniMethodSignatureAttribute("invokeAll", "([Ljava/util/concurrent/ForkJoinTask;)V")] - public static void InvokeAll([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] params Java.Util.Concurrent.ForkJoinTask[]? tasks) { } - [Java.Interop.JniMethodSignatureAttribute("join", "()Ljava/lang/Object;")] - public Java.Lang.Object? Join() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("peekNextLocalTask", "()Ljava/util/concurrent/ForkJoinTask;")] - protected static Java.Util.Concurrent.ForkJoinTask? PeekNextLocalTask() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("pollNextLocalTask", "()Ljava/util/concurrent/ForkJoinTask;")] - protected static Java.Util.Concurrent.ForkJoinTask? PollNextLocalTask() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("pollSubmission", "()Ljava/util/concurrent/ForkJoinTask;")] - protected static Java.Util.Concurrent.ForkJoinTask? PollSubmission() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("pollTask", "()Ljava/util/concurrent/ForkJoinTask;")] - protected static Java.Util.Concurrent.ForkJoinTask? PollTask() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("quietlyComplete", "()V")] - public void QuietlyComplete() { } - [Java.Interop.JniMethodSignatureAttribute("quietlyInvoke", "()V")] - public void QuietlyInvoke() { } - [Java.Interop.JniMethodSignatureAttribute("quietlyJoin", "()V")] - public void QuietlyJoin() { } - [Java.Interop.JniMethodSignatureAttribute("reinitialize", "()V")] - public virtual void Reinitialize() { } - [Java.Interop.JniMethodSignatureAttribute("setForkJoinTaskTag", "(S)S")] - public short SetForkJoinTaskTag(short newValue) { throw null; } - protected abstract void SetRawResult(Java.Lang.Object? p0); - [Java.Interop.JniMethodSignatureAttribute("tryUnfork", "()Z")] - public virtual bool TryUnfork() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ForkJoinWorkerThread", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ForkJoinWorkerThread : Java.Lang.Thread - { - protected ForkJoinWorkerThread(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/ForkJoinPool;)V")] - protected ForkJoinWorkerThread(Java.Util.Concurrent.ForkJoinPool? pool) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual Java.Util.Concurrent.ForkJoinPool? Pool { get { throw null; } } - public virtual int PoolIndex { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("onStart", "()V")] - protected virtual void OnStart() { } - [Java.Interop.JniMethodSignatureAttribute("onTermination", "(Ljava/lang/Throwable;)V")] - protected virtual void OnTermination(Java.Lang.Throwable? exception) { } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/FutureTask", GenerateJavaPeer=false)] - public partial class FutureTask : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IRunnable, Java.Util.Concurrent.IFuture, Java.Util.Concurrent.IRunnableFuture, System.IDisposable - { - protected FutureTask(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Runnable;Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FutureTask(Java.Lang.IRunnable? runnable, Java.Lang.Object? result) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/Callable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public FutureTask(Java.Util.Concurrent.ICallable? callable) { } - public virtual bool IsCancelled { get { throw null; } } - public virtual bool IsDone { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("cancel", "(Z)Z")] - public virtual bool Cancel(bool mayInterruptIfRunning) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("done", "()V")] - protected virtual void Done() { } - [Java.Interop.JniMethodSignatureAttribute("get", "()Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Object? Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Lang.Object? Get(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("run", "()V")] - public virtual void Run() { } - [Java.Interop.JniMethodSignatureAttribute("runAndReset", "()Z")] - protected virtual bool RunAndReset() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected virtual void Set(Java.Lang.Object? v) { } - [Java.Interop.JniMethodSignatureAttribute("setException", "(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected virtual void SetException(Java.Lang.Throwable? t) { } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Callable", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.ICallableInvoker))] - public partial interface ICallable : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("call", "()Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Call(); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CompletionService", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.ICompletionServiceInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface ICompletionService : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("poll", "()Ljava/util/concurrent/Future;")] - Java.Util.Concurrent.IFuture? Poll(); - [Java.Interop.JniMethodSignatureAttribute("poll", "(JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/Future;")] - Java.Util.Concurrent.IFuture? Poll(long p0, Java.Util.Concurrent.TimeUnit? p1); - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;")] - Java.Util.Concurrent.IFuture? Submit(Java.Lang.IRunnable? p0, Java.Lang.Object? p1); - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;")] - Java.Util.Concurrent.IFuture? Submit(Java.Util.Concurrent.ICallable? p0); - [Java.Interop.JniMethodSignatureAttribute("take", "()Ljava/util/concurrent/Future;")] - Java.Util.Concurrent.IFuture? Take(); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/CompletionStage", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.ICompletionStageInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface ICompletionStage : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("acceptEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? AcceptEither(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IConsumer? p1); - [Java.Interop.JniMethodSignatureAttribute("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? AcceptEitherAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IConsumer? p1); - [Java.Interop.JniMethodSignatureAttribute("acceptEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? AcceptEitherAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IConsumer? p1, Java.Util.Concurrent.IExecutor? p2); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("applyToEither", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ApplyToEither(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IFunction? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ApplyToEitherAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IFunction? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("applyToEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ApplyToEitherAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IFunction? p1, Java.Util.Concurrent.IExecutor? p2); - [Java.Interop.JniMethodSignatureAttribute("exceptionally", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? Exceptionally(Java.Util.Function.IFunction? p0); - [Java.Interop.JniMethodSignatureAttribute("exceptionallyAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ExceptionallyAsync(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ExceptionallyAsync(Java.Util.Function.IFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyCompose", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ExceptionallyCompose(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyComposeAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ExceptionallyComposeAsync(Java.Util.Function.IFunction? fn) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("exceptionallyComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ExceptionallyComposeAsync(Java.Util.Function.IFunction? fn, Java.Util.Concurrent.IExecutor? executor) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("handle", "(Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? Handle(Java.Util.Function.IBiFunction? p0); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("handleAsync", "(Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? HandleAsync(Java.Util.Function.IBiFunction? p0); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("handleAsync", "(Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? HandleAsync(Java.Util.Function.IBiFunction? p0, Java.Util.Concurrent.IExecutor? p1); - [Java.Interop.JniMethodSignatureAttribute("runAfterBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? RunAfterBoth(Java.Util.Concurrent.ICompletionStage? p0, Java.Lang.IRunnable? p1); - [Java.Interop.JniMethodSignatureAttribute("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? RunAfterBothAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Lang.IRunnable? p1); - [Java.Interop.JniMethodSignatureAttribute("runAfterBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? RunAfterBothAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Lang.IRunnable? p1, Java.Util.Concurrent.IExecutor? p2); - [Java.Interop.JniMethodSignatureAttribute("runAfterEither", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? RunAfterEither(Java.Util.Concurrent.ICompletionStage? p0, Java.Lang.IRunnable? p1); - [Java.Interop.JniMethodSignatureAttribute("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? RunAfterEitherAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Lang.IRunnable? p1); - [Java.Interop.JniMethodSignatureAttribute("runAfterEitherAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? RunAfterEitherAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Lang.IRunnable? p1, Java.Util.Concurrent.IExecutor? p2); - [Java.Interop.JniMethodSignatureAttribute("thenAccept", "(Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenAccept(Java.Util.Function.IConsumer? p0); - [Java.Interop.JniMethodSignatureAttribute("thenAcceptAsync", "(Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenAcceptAsync(Java.Util.Function.IConsumer? p0); - [Java.Interop.JniMethodSignatureAttribute("thenAcceptAsync", "(Ljava/util/function/Consumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenAcceptAsync(Java.Util.Function.IConsumer? p0, Java.Util.Concurrent.IExecutor? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenAcceptBoth", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenAcceptBoth(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IBiConsumer? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenAcceptBothAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IBiConsumer? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenAcceptBothAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenAcceptBothAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IBiConsumer? p1, Java.Util.Concurrent.IExecutor? p2); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenApply", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenApply(Java.Util.Function.IFunction? p0); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenApplyAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenApplyAsync(Java.Util.Function.IFunction? p0); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenApplyAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenApplyAsync(Java.Util.Function.IFunction? p0, Java.Util.Concurrent.IExecutor? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U", "V"})] - [Java.Interop.JniMethodSignatureAttribute("thenCombine", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenCombine(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IBiFunction? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U", "V"})] - [Java.Interop.JniMethodSignatureAttribute("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenCombineAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IBiFunction? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U", "V"})] - [Java.Interop.JniMethodSignatureAttribute("thenCombineAsync", "(Ljava/util/concurrent/CompletionStage;Ljava/util/function/BiFunction;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenCombineAsync(Java.Util.Concurrent.ICompletionStage? p0, Java.Util.Function.IBiFunction? p1, Java.Util.Concurrent.IExecutor? p2); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenCompose", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenCompose(Java.Util.Function.IFunction? p0); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenComposeAsync", "(Ljava/util/function/Function;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenComposeAsync(Java.Util.Function.IFunction? p0); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("thenComposeAsync", "(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenComposeAsync(Java.Util.Function.IFunction? p0, Java.Util.Concurrent.IExecutor? p1); - [Java.Interop.JniMethodSignatureAttribute("thenRun", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenRun(Java.Lang.IRunnable? p0); - [Java.Interop.JniMethodSignatureAttribute("thenRunAsync", "(Ljava/lang/Runnable;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenRunAsync(Java.Lang.IRunnable? p0); - [Java.Interop.JniMethodSignatureAttribute("thenRunAsync", "(Ljava/lang/Runnable;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? ThenRunAsync(Java.Lang.IRunnable? p0, Java.Util.Concurrent.IExecutor? p1); - [Java.Interop.JniMethodSignatureAttribute("toCompletableFuture", "()Ljava/util/concurrent/CompletableFuture;")] - Java.Util.Concurrent.CompletableFuture? ToCompletableFuture(); - [Java.Interop.JniMethodSignatureAttribute("whenComplete", "(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? WhenComplete(Java.Util.Function.IBiConsumer? p0); - [Java.Interop.JniMethodSignatureAttribute("whenCompleteAsync", "(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? WhenCompleteAsync(Java.Util.Function.IBiConsumer? p0); - [Java.Interop.JniMethodSignatureAttribute("whenCompleteAsync", "(Ljava/util/function/BiConsumer;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletionStage;")] - Java.Util.Concurrent.ICompletionStage? WhenCompleteAsync(Java.Util.Function.IBiConsumer? p0, Java.Util.Concurrent.IExecutor? p1); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Delayed", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.IDelayedInvoker))] - public partial interface IDelayed : Java.Interop.IJavaPeerable, Java.Lang.IComparable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("getDelay", "(Ljava/util/concurrent/TimeUnit;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - long GetDelay(Java.Util.Concurrent.TimeUnit? p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Executor", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.IExecutorInvoker))] - public partial interface IExecutor : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("execute", "(Ljava/lang/Runnable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Execute(Java.Lang.IRunnable? p0); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Future", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.IFutureInvoker))] - public partial interface IFuture : Java.Interop.IJavaPeerable, System.IDisposable - { - bool IsCancelled { [Java.Interop.JniMethodSignatureAttribute("isCancelled", "()Z")] get; } - bool IsDone { [Java.Interop.JniMethodSignatureAttribute("isDone", "()Z")] get; } - [Java.Interop.JniMethodSignatureAttribute("cancel", "(Z)Z")] - bool Cancel(bool p0); - [Java.Interop.JniMethodSignatureAttribute("get", "()Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Get(); - [Java.Interop.JniMethodSignatureAttribute("get", "(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Get(long p0, Java.Util.Concurrent.TimeUnit? p1); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/RejectedExecutionHandler", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.IRejectedExecutionHandlerInvoker))] - public partial interface IRejectedExecutionHandler : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void RejectedExecution(Java.Lang.IRunnable? p0, Java.Util.Concurrent.ThreadPoolExecutor? p1); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/RunnableFuture", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.IRunnableFutureInvoker))] - public partial interface IRunnableFuture : Java.Interop.IJavaPeerable, Java.Lang.IRunnable, Java.Util.Concurrent.IFuture, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("run", "()V")] - void Java.Lang.IRunnable.Run(); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/RunnableScheduledFuture", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.IRunnableScheduledFutureInvoker))] - public partial interface IRunnableScheduledFuture : Java.Interop.IJavaPeerable, Java.Lang.IComparable, Java.Lang.IRunnable, Java.Util.Concurrent.IDelayed, Java.Util.Concurrent.IFuture, Java.Util.Concurrent.IRunnableFuture, Java.Util.Concurrent.IScheduledFuture, System.IDisposable - { - bool IsPeriodic { [Java.Interop.JniMethodSignatureAttribute("isPeriodic", "()Z")] get; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ScheduledFuture", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.IScheduledFutureInvoker))] - public partial interface IScheduledFuture : Java.Interop.IJavaPeerable, Java.Lang.IComparable, Java.Util.Concurrent.IDelayed, Java.Util.Concurrent.IFuture, System.IDisposable - { - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ThreadFactory", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.IThreadFactoryInvoker))] - public partial interface IThreadFactory : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("newThread", "(Ljava/lang/Runnable;)Ljava/lang/Thread;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Thread? NewThread(Java.Lang.IRunnable? p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Phaser", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class Phaser : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public Phaser() { } - protected Phaser(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/Phaser;)V")] - public Phaser(Java.Util.Concurrent.Phaser? parent) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/Phaser;I)V")] - public Phaser(Java.Util.Concurrent.Phaser? parent, int parties) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public Phaser(int parties) { } - public virtual int ArrivedParties { get { throw null; } } - public virtual bool IsTerminated { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual Java.Util.Concurrent.Phaser? Parent { get { throw null; } } - public int Phase { get { throw null; } } - public virtual int RegisteredParties { get { throw null; } } - public virtual Java.Util.Concurrent.Phaser? Root { get { throw null; } } - public virtual int UnarrivedParties { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("arrive", "()I")] - public virtual int Arrive() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("arriveAndAwaitAdvance", "()I")] - public virtual int ArriveAndAwaitAdvance() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("arriveAndDeregister", "()I")] - public virtual int ArriveAndDeregister() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitAdvance", "(I)I")] - public virtual int AwaitAdvance(int phase) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitAdvanceInterruptibly", "(I)I")] - public virtual int AwaitAdvanceInterruptibly(int phase) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitAdvanceInterruptibly", "(IJLjava/util/concurrent/TimeUnit;)I")] - public virtual int AwaitAdvanceInterruptibly(int phase, long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("bulkRegister", "(I)I")] - public virtual int BulkRegister(int parties) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("forceTermination", "()V")] - public virtual void ForceTermination() { } - [Java.Interop.JniMethodSignatureAttribute("onAdvance", "(II)Z")] - protected virtual bool OnAdvance(int phase, int registeredParties) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("register", "()I")] - public virtual int Register() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/RecursiveAction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.RecursiveActionInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public abstract partial class RecursiveAction : Java.Util.Concurrent.ForkJoinTask - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public RecursiveAction() { } - protected RecursiveAction(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - public Java.Lang.Void? RawResult { [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get { throw null; } } - protected abstract void Compute(); - [Java.Interop.JniMethodSignatureAttribute("exec", "()Z")] - protected sealed override bool Exec() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setRawResult", "(Ljava/lang/Void;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected void SetRawResult(Java.Lang.Void? mustBeNull) { } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/RecursiveTask", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.RecursiveTaskInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class RecursiveTask : Java.Util.Concurrent.ForkJoinTask - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public RecursiveTask() { } - protected RecursiveTask(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public Java.Lang.Object? RawResult { get { throw null; } } - protected abstract Java.Lang.Object? Compute(); - [Java.Interop.JniMethodSignatureAttribute("exec", "()Z")] - protected sealed override bool Exec() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setRawResult", "(Ljava/lang/Object;)V")] - protected sealed override void SetRawResult(Java.Lang.Object? value) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/RejectedExecutionException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class RejectedExecutionException : Java.Lang.RuntimeException - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public RejectedExecutionException() { } - protected RejectedExecutionException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public RejectedExecutionException(Java.Lang.Throwable? cause) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public RejectedExecutionException(string? message) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;Ljava/lang/Throwable;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public RejectedExecutionException(string? message, Java.Lang.Throwable? cause) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ScheduledThreadPoolExecutor", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ScheduledThreadPoolExecutor : Java.Util.Concurrent.ThreadPoolExecutor - { - protected ScheduledThreadPoolExecutor(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public ScheduledThreadPoolExecutor(int corePoolSize) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(ILjava/util/concurrent/RejectedExecutionHandler;)V")] - public ScheduledThreadPoolExecutor(int corePoolSize, Java.Util.Concurrent.IRejectedExecutionHandler? handler) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(ILjava/util/concurrent/ThreadFactory;)V")] - public ScheduledThreadPoolExecutor(int corePoolSize, Java.Util.Concurrent.IThreadFactory? threadFactory) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - [Java.Interop.JniConstructorSignatureAttribute("(ILjava/util/concurrent/ThreadFactory;Ljava/util/concurrent/RejectedExecutionHandler;)V")] - public ScheduledThreadPoolExecutor(int corePoolSize, Java.Util.Concurrent.IThreadFactory? threadFactory, Java.Util.Concurrent.IRejectedExecutionHandler? handler) : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public virtual bool ContinueExistingPeriodicTasksAfterShutdownPolicy { get { throw null; } set { } } - public virtual bool ExecuteExistingDelayedTasksAfterShutdownPolicy { get { throw null; } set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual bool RemoveOnCancelPolicy { get { throw null; } set { } } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniMethodSignatureAttribute("decorateTask", "(Ljava/lang/Runnable;Ljava/util/concurrent/RunnableScheduledFuture;)Ljava/util/concurrent/RunnableScheduledFuture;")] - protected virtual Java.Util.Concurrent.IRunnableScheduledFuture? DecorateTask(Java.Lang.IRunnable? runnable, Java.Util.Concurrent.IRunnableScheduledFuture? task) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniMethodSignatureAttribute("decorateTask", "(Ljava/util/concurrent/Callable;Ljava/util/concurrent/RunnableScheduledFuture;)Ljava/util/concurrent/RunnableScheduledFuture;")] - protected virtual Java.Util.Concurrent.IRunnableScheduledFuture? DecorateTask(Java.Util.Concurrent.ICallable? callable, Java.Util.Concurrent.IRunnableScheduledFuture? task) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("schedule", "(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;")] - public virtual Java.Util.Concurrent.IScheduledFuture? Schedule(Java.Lang.IRunnable? command, long delay, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniMethodSignatureAttribute("schedule", "(Ljava/util/concurrent/Callable;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;")] - public virtual Java.Util.Concurrent.IScheduledFuture? Schedule(Java.Util.Concurrent.ICallable? callable, long delay, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("scheduleAtFixedRate", "(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;")] - public virtual Java.Util.Concurrent.IScheduledFuture? ScheduleAtFixedRate(Java.Lang.IRunnable? command, long initialDelay, long period, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("scheduleWithFixedDelay", "(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/ScheduledFuture;")] - public virtual Java.Util.Concurrent.IScheduledFuture? ScheduleWithFixedDelay(Java.Lang.IRunnable? command, long initialDelay, long delay, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/Semaphore", GenerateJavaPeer=false)] - public partial class Semaphore : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected Semaphore(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public Semaphore(int permits) { } - [Java.Interop.JniConstructorSignatureAttribute("(IZ)V")] - public Semaphore(int permits, bool fair) { } - public bool HasQueuedThreads { get { throw null; } } - public virtual bool IsFair { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int QueueLength { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("acquire", "()V")] - public virtual void Acquire() { } - [Java.Interop.JniMethodSignatureAttribute("acquire", "(I)V")] - public virtual void Acquire(int permits) { } - [Java.Interop.JniMethodSignatureAttribute("acquireUninterruptibly", "()V")] - public virtual void AcquireUninterruptibly() { } - [Java.Interop.JniMethodSignatureAttribute("acquireUninterruptibly", "(I)V")] - public virtual void AcquireUninterruptibly(int permits) { } - [Java.Interop.JniMethodSignatureAttribute("availablePermits", "()I")] - public virtual int AvailablePermits() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("drainPermits", "()I")] - public virtual int DrainPermits() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reducePermits", "(I)V")] - protected virtual void ReducePermits(int reduction) { } - [Java.Interop.JniMethodSignatureAttribute("release", "()V")] - public virtual void Release() { } - [Java.Interop.JniMethodSignatureAttribute("release", "(I)V")] - public virtual void Release(int permits) { } - [Java.Interop.JniMethodSignatureAttribute("tryAcquire", "()Z")] - public virtual bool TryAcquire() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquire", "(I)Z")] - public virtual bool TryAcquire(int permits) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquire", "(IJLjava/util/concurrent/TimeUnit;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual bool TryAcquire(int permits, long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquire", "(JLjava/util/concurrent/TimeUnit;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual bool TryAcquire(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/SubmissionPublisher", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class SubmissionPublisher : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Lang.IAutoCloseable, Java.Util.Concurrent.Flow.IPublisher, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public SubmissionPublisher() { } - protected SubmissionPublisher(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/Executor;I)V")] - public SubmissionPublisher(Java.Util.Concurrent.IExecutor? executor, int maxBufferCapacity) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/Executor;ILjava/util/function/BiConsumer;)V")] - public SubmissionPublisher(Java.Util.Concurrent.IExecutor? executor, int maxBufferCapacity, Java.Util.Function.IBiConsumer? handler) { } - public virtual Java.Lang.Throwable? ClosedException { get { throw null; } } - public virtual Java.Util.Concurrent.IExecutor? Executor { get { throw null; } } - public virtual bool HasSubscribers { get { throw null; } } - public virtual bool IsClosed { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual int MaxBufferCapacity { get { throw null; } } - public virtual int NumberOfSubscribers { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("close", "()V")] - public virtual void Close() { } - [Java.Interop.JniMethodSignatureAttribute("closeExceptionally", "(Ljava/lang/Throwable;)V")] - public virtual void CloseExceptionally(Java.Lang.Throwable? error) { } - [Java.Interop.JniMethodSignatureAttribute("consume", "(Ljava/util/function/Consumer;)Ljava/util/concurrent/CompletableFuture;")] - public virtual Java.Util.Concurrent.CompletableFuture? Consume(Java.Util.Function.IConsumer? consumer) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("estimateMaximumLag", "()I")] - public virtual int EstimateMaximumLag() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("estimateMinimumDemand", "()J")] - public virtual long EstimateMinimumDemand() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isSubscribed", "(Ljava/util/concurrent/Flow$Subscriber;)Z")] - public virtual bool IsSubscribed(Java.Util.Concurrent.Flow.ISubscriber? subscriber) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("offer", "(Ljava/lang/Object;Ljava/util/function/BiPredicate;)I")] - public virtual int Offer(Java.Lang.Object? item, Java.Util.Function.IBiPredicate? onDrop) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("offer", "(Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;Ljava/util/function/BiPredicate;)I")] - public virtual int Offer(Java.Lang.Object? item, long timeout, Java.Util.Concurrent.TimeUnit? unit, Java.Util.Function.IBiPredicate? onDrop) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("submit", "(Ljava/lang/Object;)I")] - public virtual int Submit(Java.Lang.Object? item) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("subscribe", "(Ljava/util/concurrent/Flow$Subscriber;)V")] - public virtual void Subscribe(Java.Util.Concurrent.Flow.ISubscriber? subscriber) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ThreadPoolExecutor", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class ThreadPoolExecutor : Java.Util.Concurrent.AbstractExecutorService - { - protected ThreadPoolExecutor(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual int ActiveCount { get { throw null; } } - public virtual long CompletedTaskCount { get { throw null; } } - public virtual int CorePoolSize { get { throw null; } set { } } - public virtual bool IsShutdown { get { throw null; } } - public virtual bool IsTerminated { get { throw null; } } - public virtual bool IsTerminating { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual int LargestPoolSize { get { throw null; } } - public virtual int MaximumPoolSize { get { throw null; } set { } } - public virtual int PoolSize { get { throw null; } } - public virtual Java.Util.Concurrent.IRejectedExecutionHandler? RejectedExecutionHandler { get { throw null; } set { } } - public virtual long TaskCount { get { throw null; } } - public virtual Java.Util.Concurrent.IThreadFactory? ThreadFactory { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("afterExecute", "(Ljava/lang/Runnable;Ljava/lang/Throwable;)V")] - protected virtual void AfterExecute(Java.Lang.IRunnable? r, Java.Lang.Throwable? t) { } - [Java.Interop.JniMethodSignatureAttribute("allowCoreThreadTimeOut", "(Z)V")] - public virtual void AllowCoreThreadTimeOut(bool value) { } - [Java.Interop.JniMethodSignatureAttribute("allowsCoreThreadTimeOut", "()Z")] - public virtual bool AllowsCoreThreadTimeOut() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitTermination", "(JLjava/util/concurrent/TimeUnit;)Z")] - public virtual bool AwaitTermination(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("beforeExecute", "(Ljava/lang/Thread;Ljava/lang/Runnable;)V")] - protected virtual void BeforeExecute(Java.Lang.Thread? t, Java.Lang.IRunnable? r) { } - [Java.Interop.JniMethodSignatureAttribute("execute", "(Ljava/lang/Runnable;)V")] - public virtual void Execute(Java.Lang.IRunnable? command) { } - [Java.Interop.JniMethodSignatureAttribute("getKeepAliveTime", "(Ljava/util/concurrent/TimeUnit;)J")] - public virtual long GetKeepAliveTime(Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("prestartAllCoreThreads", "()I")] - public virtual int PrestartAllCoreThreads() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("prestartCoreThread", "()Z")] - public virtual bool PrestartCoreThread() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("purge", "()V")] - public virtual void Purge() { } - [Java.Interop.JniMethodSignatureAttribute("remove", "(Ljava/lang/Runnable;)Z")] - public virtual bool Remove(Java.Lang.IRunnable? task) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("setKeepAliveTime", "(JLjava/util/concurrent/TimeUnit;)V")] - public virtual void SetKeepAliveTime(long time, Java.Util.Concurrent.TimeUnit? unit) { } - [Java.Interop.JniMethodSignatureAttribute("shutdown", "()V")] - public virtual void Shutdown() { } - [Java.Interop.JniMethodSignatureAttribute("terminated", "()V")] - protected virtual void Terminated() { } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ThreadPoolExecutor$AbortPolicy", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial class AbortPolicy : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Util.Concurrent.IRejectedExecutionHandler, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AbortPolicy() { } - protected AbortPolicy(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void RejectedExecution(Java.Lang.IRunnable? r, Java.Util.Concurrent.ThreadPoolExecutor? e) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ThreadPoolExecutor$CallerRunsPolicy", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial class CallerRunsPolicy : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Util.Concurrent.IRejectedExecutionHandler, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public CallerRunsPolicy() { } - protected CallerRunsPolicy(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void RejectedExecution(Java.Lang.IRunnable? r, Java.Util.Concurrent.ThreadPoolExecutor? e) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ThreadPoolExecutor$DiscardOldestPolicy", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial class DiscardOldestPolicy : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Util.Concurrent.IRejectedExecutionHandler, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public DiscardOldestPolicy() { } - protected DiscardOldestPolicy(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void RejectedExecution(Java.Lang.IRunnable? r, Java.Util.Concurrent.ThreadPoolExecutor? e) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/ThreadPoolExecutor$DiscardPolicy", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial class DiscardPolicy : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.Util.Concurrent.IRejectedExecutionHandler, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public DiscardPolicy() { } - protected DiscardPolicy(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual void RejectedExecution(Java.Lang.IRunnable? r, Java.Util.Concurrent.ThreadPoolExecutor? e) { } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/TimeoutException", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] - public partial class TimeoutException : Java.Lang.Exception - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public TimeoutException() { } - protected TimeoutException(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/String;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public TimeoutException(string? message) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/TimeUnit", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public sealed partial class TimeUnit : Java.Lang.Enum - { - internal TimeUnit() : base (default(Java.Interop.JniObjectReference), default(Java.Interop.JniObjectReferenceOptions)) { } - public static Java.Util.Concurrent.TimeUnit? Days { get { throw null; } } - public static Java.Util.Concurrent.TimeUnit? Hours { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public static Java.Util.Concurrent.TimeUnit? Microseconds { get { throw null; } } - public static Java.Util.Concurrent.TimeUnit? Milliseconds { get { throw null; } } - public static Java.Util.Concurrent.TimeUnit? Minutes { get { throw null; } } - public static Java.Util.Concurrent.TimeUnit? Nanoseconds { get { throw null; } } - public static Java.Util.Concurrent.TimeUnit? Seconds { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("convert", "(JLjava/util/concurrent/TimeUnit;)J")] - public long Convert(long sourceDuration, Java.Util.Concurrent.TimeUnit? sourceUnit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sleep", "(J)V")] - public void Sleep(long timeout) { } - [Java.Interop.JniMethodSignatureAttribute("timedJoin", "(Ljava/lang/Thread;J)V")] - public void TimedJoin(Java.Lang.Thread? thread, long timeout) { } - [Java.Interop.JniMethodSignatureAttribute("timedWait", "(Ljava/lang/Object;J)V")] - public void TimedWait(Java.Lang.Object? obj, long timeout) { } - [Java.Interop.JniMethodSignatureAttribute("toDays", "(J)J")] - public long ToDays(long duration) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toHours", "(J)J")] - public long ToHours(long duration) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toMicros", "(J)J")] - public long ToMicros(long duration) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toMillis", "(J)J")] - public long ToMillis(long duration) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toMinutes", "(J)J")] - public long ToMinutes(long duration) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toNanos", "(J)J")] - public long ToNanos(long duration) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("toSeconds", "(J)J")] - public long ToSeconds(long duration) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("valueOf", "(Ljava/lang/String;)Ljava/util/concurrent/TimeUnit;")] - public static Java.Util.Concurrent.TimeUnit? ValueOf(string? name) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("values", "()[Ljava/util/concurrent/TimeUnit;")] - [return: System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] - public static Java.Interop.JavaObjectArray? Values() { throw null; } - } -} -namespace Java.Util.Concurrent.Atomic -{ - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicBoolean", GenerateJavaPeer=false)] - public partial class AtomicBoolean : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AtomicBoolean() { } - protected AtomicBoolean(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Z)V")] - public AtomicBoolean(bool initialValue) { } - public bool Acquire { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public bool Opaque { get { throw null; } set { } } - public bool Plain { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchange", "(ZZ)Z")] - public bool CompareAndExchange(bool expectedValue, bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeAcquire", "(ZZ)Z")] - public bool CompareAndExchangeAcquire(bool expectedValue, bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeRelease", "(ZZ)Z")] - public bool CompareAndExchangeRelease(bool expectedValue, bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(ZZ)Z")] - public bool CompareAndSet(bool expectedValue, bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()Z")] - public bool Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(Z)Z")] - public bool GetAndSet(bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lazySet", "(Z)V")] - public void LazySet(bool newValue) { } - [Java.Interop.JniMethodSignatureAttribute("set", "(Z)V")] - public void Set(bool newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setRelease", "(Z)V")] - public void SetRelease(bool newValue) { } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(ZZ)Z")] - [System.ObsoleteAttribute("deprecated")] - public virtual bool WeakCompareAndSet(bool expectedValue, bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetAcquire", "(ZZ)Z")] - public bool WeakCompareAndSetAcquire(bool expectedValue, bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetPlain", "(ZZ)Z")] - public virtual bool WeakCompareAndSetPlain(bool expectedValue, bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetRelease", "(ZZ)Z")] - public bool WeakCompareAndSetRelease(bool expectedValue, bool newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetVolatile", "(ZZ)Z")] - public bool WeakCompareAndSetVolatile(bool expectedValue, bool newValue) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicInteger", GenerateJavaPeer=false)] - public partial class AtomicInteger : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AtomicInteger() { } - protected AtomicInteger(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public AtomicInteger(int initialValue) { } - public int Acquire { get { throw null; } } - public int AndDecrement { get { throw null; } } - public int AndIncrement { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int Opaque { get { throw null; } set { } } - public int Plain { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(ILjava/util/function/IntBinaryOperator;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int AccumulateAndGet(int x, Java.Util.Function.IIntBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addAndGet", "(I)I")] - public int AddAndGet(int delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchange", "(II)I")] - public int CompareAndExchange(int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeAcquire", "(II)I")] - public int CompareAndExchangeAcquire(int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeRelease", "(II)I")] - public int CompareAndExchangeRelease(int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(II)Z")] - public bool CompareAndSet(int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decrementAndGet", "()I")] - public int DecrementAndGet() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()I")] - public int Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(ILjava/util/function/IntBinaryOperator;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int GetAndAccumulate(int x, Java.Util.Function.IIntBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAdd", "(I)I")] - public int GetAndAdd(int delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(I)I")] - public int GetAndSet(int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(Ljava/util/function/IntUnaryOperator;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int GetAndUpdate(Java.Util.Function.IIntUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementAndGet", "()I")] - public int IncrementAndGet() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lazySet", "(I)V")] - public void LazySet(int newValue) { } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(I)V")] - public void Set(int newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setRelease", "(I)V")] - public void SetRelease(int newValue) { } - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(Ljava/util/function/IntUnaryOperator;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public int UpdateAndGet(Java.Util.Function.IIntUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(II)Z")] - [System.ObsoleteAttribute("deprecated")] - public bool WeakCompareAndSet(int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetAcquire", "(II)Z")] - public bool WeakCompareAndSetAcquire(int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetPlain", "(II)Z")] - public bool WeakCompareAndSetPlain(int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetRelease", "(II)Z")] - public bool WeakCompareAndSetRelease(int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetVolatile", "(II)Z")] - public bool WeakCompareAndSetVolatile(int expectedValue, int newValue) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicIntegerArray", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class AtomicIntegerArray : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("([I)V")] - public AtomicIntegerArray(Java.Interop.JavaInt32Array? array) { } - protected AtomicIntegerArray(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public AtomicIntegerArray(int length) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(IILjava/util/function/IntBinaryOperator;)I")] - public int AccumulateAndGet(int i, int x, Java.Util.Function.IIntBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addAndGet", "(II)I")] - public int AddAndGet(int i, int delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchange", "(III)I")] - public int CompareAndExchange(int i, int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeAcquire", "(III)I")] - public int CompareAndExchangeAcquire(int i, int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeRelease", "(III)I")] - public int CompareAndExchangeRelease(int i, int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(III)Z")] - public bool CompareAndSet(int i, int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decrementAndGet", "(I)I")] - public int DecrementAndGet(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "(I)I")] - public int Get(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAcquire", "(I)I")] - public int GetAcquire(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(IILjava/util/function/IntBinaryOperator;)I")] - public int GetAndAccumulate(int i, int x, Java.Util.Function.IIntBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAdd", "(II)I")] - public int GetAndAdd(int i, int delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndDecrement", "(I)I")] - public int GetAndDecrement(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndIncrement", "(I)I")] - public int GetAndIncrement(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(II)I")] - public int GetAndSet(int i, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(ILjava/util/function/IntUnaryOperator;)I")] - public int GetAndUpdate(int i, Java.Util.Function.IIntUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getOpaque", "(I)I")] - public int GetOpaque(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getPlain", "(I)I")] - public int GetPlain(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementAndGet", "(I)I")] - public int IncrementAndGet(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lazySet", "(II)V")] - public void LazySet(int i, int newValue) { } - [Java.Interop.JniMethodSignatureAttribute("length", "()I")] - public int Length() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(II)V")] - public void Set(int i, int newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setOpaque", "(II)V")] - public void SetOpaque(int i, int newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setPlain", "(II)V")] - public void SetPlain(int i, int newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setRelease", "(II)V")] - public void SetRelease(int i, int newValue) { } - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(ILjava/util/function/IntUnaryOperator;)I")] - public int UpdateAndGet(int i, Java.Util.Function.IIntUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(III)Z")] - [System.ObsoleteAttribute("deprecated")] - public bool WeakCompareAndSet(int i, int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetAcquire", "(III)Z")] - public bool WeakCompareAndSetAcquire(int i, int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetPlain", "(III)Z")] - public bool WeakCompareAndSetPlain(int i, int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetRelease", "(III)Z")] - public bool WeakCompareAndSetRelease(int i, int expectedValue, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetVolatile", "(III)Z")] - public bool WeakCompareAndSetVolatile(int i, int expectedValue, int newValue) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicIntegerFieldUpdater", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Atomic.AtomicIntegerFieldUpdaterInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class AtomicIntegerFieldUpdater : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected AtomicIntegerFieldUpdater() { } - protected AtomicIntegerFieldUpdater(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(Ljava/lang/Object;ILjava/util/function/IntBinaryOperator;)I")] - public int AccumulateAndGet(Java.Lang.Object? obj, int x, Java.Util.Function.IIntBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addAndGet", "(Ljava/lang/Object;I)I")] - public virtual int AddAndGet(Java.Lang.Object? obj, int delta) { throw null; } - public abstract bool CompareAndSet(Java.Lang.Object? p0, int p1, int p2); - [Java.Interop.JniMethodSignatureAttribute("decrementAndGet", "(Ljava/lang/Object;)I")] - public virtual int DecrementAndGet(Java.Lang.Object? obj) { throw null; } - public abstract int Get(Java.Lang.Object? p0); - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(Ljava/lang/Object;ILjava/util/function/IntBinaryOperator;)I")] - public int GetAndAccumulate(Java.Lang.Object? obj, int x, Java.Util.Function.IIntBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAdd", "(Ljava/lang/Object;I)I")] - public virtual int GetAndAdd(Java.Lang.Object? obj, int delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndDecrement", "(Ljava/lang/Object;)I")] - public virtual int GetAndDecrement(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndIncrement", "(Ljava/lang/Object;)I")] - public virtual int GetAndIncrement(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(Ljava/lang/Object;I)I")] - public virtual int GetAndSet(Java.Lang.Object? obj, int newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/IntUnaryOperator;)I")] - public int GetAndUpdate(Java.Lang.Object? obj, Java.Util.Function.IIntUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementAndGet", "(Ljava/lang/Object;)I")] - public virtual int IncrementAndGet(Java.Lang.Object? obj) { throw null; } - public abstract void LazySet(Java.Lang.Object? p0, int p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("newUpdater", "(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;")] - public static Java.Util.Concurrent.Atomic.AtomicIntegerFieldUpdater? NewUpdater(Java.Lang.Class? tclass, string? fieldName) { throw null; } - public abstract void Set(Java.Lang.Object? p0, int p1); - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/IntUnaryOperator;)I")] - public int UpdateAndGet(Java.Lang.Object? obj, Java.Util.Function.IIntUnaryOperator? updateFunction) { throw null; } - public abstract bool WeakCompareAndSet(Java.Lang.Object? p0, int p1, int p2); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicLong", GenerateJavaPeer=false)] - public partial class AtomicLong : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AtomicLong() { } - protected AtomicLong(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(J)V")] - public AtomicLong(long initialValue) { } - public long Acquire { get { throw null; } } - public long AndDecrement { get { throw null; } } - public long AndIncrement { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public long Opaque { get { throw null; } set { } } - public long Plain { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(JLjava/util/function/LongBinaryOperator;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public long AccumulateAndGet(long x, Java.Util.Function.ILongBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addAndGet", "(J)J")] - public long AddAndGet(long delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchange", "(JJ)J")] - public long CompareAndExchange(long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeAcquire", "(JJ)J")] - public long CompareAndExchangeAcquire(long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeRelease", "(JJ)J")] - public long CompareAndExchangeRelease(long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(JJ)Z")] - public bool CompareAndSet(long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decrementAndGet", "()J")] - public long DecrementAndGet() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()J")] - public long Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(JLjava/util/function/LongBinaryOperator;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public long GetAndAccumulate(long x, Java.Util.Function.ILongBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAdd", "(J)J")] - public long GetAndAdd(long delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(J)J")] - public long GetAndSet(long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(Ljava/util/function/LongUnaryOperator;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public long GetAndUpdate(Java.Util.Function.ILongUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementAndGet", "()J")] - public long IncrementAndGet() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lazySet", "(J)V")] - public void LazySet(long newValue) { } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(J)V")] - public void Set(long newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setRelease", "(J)V")] - public void SetRelease(long newValue) { } - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(Ljava/util/function/LongUnaryOperator;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public long UpdateAndGet(Java.Util.Function.ILongUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(JJ)Z")] - [System.ObsoleteAttribute("deprecated")] - public bool WeakCompareAndSet(long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetAcquire", "(JJ)Z")] - public bool WeakCompareAndSetAcquire(long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetPlain", "(JJ)Z")] - public bool WeakCompareAndSetPlain(long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetRelease", "(JJ)Z")] - public bool WeakCompareAndSetRelease(long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetVolatile", "(JJ)Z")] - public bool WeakCompareAndSetVolatile(long expectedValue, long newValue) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicLongArray", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class AtomicLongArray : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("([J)V")] - public AtomicLongArray(Java.Interop.JavaInt64Array? array) { } - protected AtomicLongArray(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public AtomicLongArray(int length) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(IJLjava/util/function/LongBinaryOperator;)J")] - public long AccumulateAndGet(int i, long x, Java.Util.Function.ILongBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addAndGet", "(IJ)J")] - public virtual long AddAndGet(int i, long delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchange", "(IJJ)J")] - public long CompareAndExchange(int i, long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeAcquire", "(IJJ)J")] - public long CompareAndExchangeAcquire(int i, long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeRelease", "(IJJ)J")] - public long CompareAndExchangeRelease(int i, long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(IJJ)Z")] - public bool CompareAndSet(int i, long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("decrementAndGet", "(I)J")] - public long DecrementAndGet(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "(I)J")] - public long Get(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAcquire", "(I)J")] - public long GetAcquire(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(IJLjava/util/function/LongBinaryOperator;)J")] - public long GetAndAccumulate(int i, long x, Java.Util.Function.ILongBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAdd", "(IJ)J")] - public long GetAndAdd(int i, long delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndDecrement", "(I)J")] - public long GetAndDecrement(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndIncrement", "(I)J")] - public long GetAndIncrement(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(IJ)J")] - public long GetAndSet(int i, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(ILjava/util/function/LongUnaryOperator;)J")] - public long GetAndUpdate(int i, Java.Util.Function.ILongUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getOpaque", "(I)J")] - public long GetOpaque(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getPlain", "(I)J")] - public long GetPlain(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementAndGet", "(I)J")] - public long IncrementAndGet(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lazySet", "(IJ)V")] - public void LazySet(int i, long newValue) { } - [Java.Interop.JniMethodSignatureAttribute("length", "()I")] - public int Length() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(IJ)V")] - public void Set(int i, long newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setOpaque", "(IJ)V")] - public void SetOpaque(int i, long newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setPlain", "(IJ)V")] - public void SetPlain(int i, long newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setRelease", "(IJ)V")] - public void SetRelease(int i, long newValue) { } - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(ILjava/util/function/LongUnaryOperator;)J")] - public long UpdateAndGet(int i, Java.Util.Function.ILongUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(IJJ)Z")] - [System.ObsoleteAttribute("deprecated")] - public bool WeakCompareAndSet(int i, long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetAcquire", "(IJJ)Z")] - public bool WeakCompareAndSetAcquire(int i, long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetPlain", "(IJJ)Z")] - public bool WeakCompareAndSetPlain(int i, long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetRelease", "(IJJ)Z")] - public bool WeakCompareAndSetRelease(int i, long expectedValue, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetVolatile", "(IJJ)Z")] - public bool WeakCompareAndSetVolatile(int i, long expectedValue, long newValue) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicLongFieldUpdater", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Atomic.AtomicLongFieldUpdaterInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class AtomicLongFieldUpdater : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected AtomicLongFieldUpdater() { } - protected AtomicLongFieldUpdater(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(Ljava/lang/Object;JLjava/util/function/LongBinaryOperator;)J")] - public long AccumulateAndGet(Java.Lang.Object? obj, long x, Java.Util.Function.ILongBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("addAndGet", "(Ljava/lang/Object;J)J")] - public virtual long AddAndGet(Java.Lang.Object? obj, long delta) { throw null; } - public abstract bool CompareAndSet(Java.Lang.Object? p0, long p1, long p2); - [Java.Interop.JniMethodSignatureAttribute("decrementAndGet", "(Ljava/lang/Object;)J")] - public virtual long DecrementAndGet(Java.Lang.Object? obj) { throw null; } - public abstract long Get(Java.Lang.Object? p0); - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(Ljava/lang/Object;JLjava/util/function/LongBinaryOperator;)J")] - public long GetAndAccumulate(Java.Lang.Object? obj, long x, Java.Util.Function.ILongBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAdd", "(Ljava/lang/Object;J)J")] - public virtual long GetAndAdd(Java.Lang.Object? obj, long delta) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndDecrement", "(Ljava/lang/Object;)J")] - public virtual long GetAndDecrement(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndIncrement", "(Ljava/lang/Object;)J")] - public virtual long GetAndIncrement(Java.Lang.Object? obj) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(Ljava/lang/Object;J)J")] - public virtual long GetAndSet(Java.Lang.Object? obj, long newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/LongUnaryOperator;)J")] - public long GetAndUpdate(Java.Lang.Object? obj, Java.Util.Function.ILongUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("incrementAndGet", "(Ljava/lang/Object;)J")] - public virtual long IncrementAndGet(Java.Lang.Object? obj) { throw null; } - public abstract void LazySet(Java.Lang.Object? p0, long p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U"})] - [Java.Interop.JniMethodSignatureAttribute("newUpdater", "(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;")] - public static Java.Util.Concurrent.Atomic.AtomicLongFieldUpdater? NewUpdater(Java.Lang.Class? tclass, string? fieldName) { throw null; } - public abstract void Set(Java.Lang.Object? p0, long p1); - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/LongUnaryOperator;)J")] - public long UpdateAndGet(Java.Lang.Object? obj, Java.Util.Function.ILongUnaryOperator? updateFunction) { throw null; } - public abstract bool WeakCompareAndSet(Java.Lang.Object? p0, long p1, long p2); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicMarkableReference", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class AtomicMarkableReference : Java.Lang.Object - { - protected AtomicMarkableReference(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;Z)V")] - public AtomicMarkableReference(Java.Lang.Object? initialRef, bool initialMark) { } - public virtual bool IsMarked { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual Java.Lang.Object? Reference { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("attemptMark", "(Ljava/lang/Object;Z)Z")] - public virtual bool AttemptMark(Java.Lang.Object? expectedReference, bool newMark) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;ZZ)Z")] - public virtual bool CompareAndSet(Java.Lang.Object? expectedReference, Java.Lang.Object? newReference, bool expectedMark, bool newMark) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "([Z)Ljava/lang/Object;")] - public virtual Java.Lang.Object? Get(Java.Interop.JavaBooleanArray? markHolder) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(Ljava/lang/Object;Z)V")] - public virtual void Set(Java.Lang.Object? newReference, bool newMark) { } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;ZZ)Z")] - public virtual bool WeakCompareAndSet(Java.Lang.Object? expectedReference, Java.Lang.Object? newReference, bool expectedMark, bool newMark) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicReference", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class AtomicReference : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AtomicReference() { } - protected AtomicReference(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;)V")] - public AtomicReference(Java.Lang.Object? initialValue) { } - public Java.Lang.Object? Acquire { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public Java.Lang.Object? Opaque { get { throw null; } set { } } - public Java.Lang.Object? Plain { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? AccumulateAndGet(Java.Lang.Object? x, Java.Util.Function.IBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchange", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchange(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeAcquire", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchangeAcquire(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeRelease", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchangeRelease(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;)Z")] - public bool CompareAndSet(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()Ljava/lang/Object;")] - public Java.Lang.Object? Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndAccumulate(Java.Lang.Object? x, Java.Util.Function.IBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndSet(Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(Ljava/util/function/UnaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndUpdate(Java.Util.Function.IUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lazySet", "(Ljava/lang/Object;)V")] - public void LazySet(Java.Lang.Object? newValue) { } - [Java.Interop.JniMethodSignatureAttribute("set", "(Ljava/lang/Object;)V")] - public void Set(Java.Lang.Object? newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setRelease", "(Ljava/lang/Object;)V")] - public void SetRelease(Java.Lang.Object? newValue) { } - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(Ljava/util/function/UnaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? UpdateAndGet(Java.Util.Function.IUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;)Z")] - [System.ObsoleteAttribute("deprecated")] - public bool WeakCompareAndSet(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetAcquire", "(Ljava/lang/Object;Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetAcquire(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetPlain", "(Ljava/lang/Object;Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetPlain(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetRelease", "(Ljava/lang/Object;Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetRelease(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetVolatile", "(Ljava/lang/Object;Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetVolatile(Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "E"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicReferenceArray", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class AtomicReferenceArray : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("([Ljava/lang/Object;)V")] - public AtomicReferenceArray([System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1})] Java.Interop.JavaObjectArray? array) { } - protected AtomicReferenceArray(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(I)V")] - public AtomicReferenceArray(int length) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(ILjava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? AccumulateAndGet(int i, Java.Lang.Object? x, Java.Util.Function.IBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchange", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchange(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeAcquire", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchangeAcquire(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndExchangeRelease", "(ILjava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? CompareAndExchangeRelease(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(ILjava/lang/Object;Ljava/lang/Object;)Z")] - public bool CompareAndSet(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "(I)Ljava/lang/Object;")] - public Java.Lang.Object? Get(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAcquire", "(I)Ljava/lang/Object;")] - public Java.Lang.Object? GetAcquire(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(ILjava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndAccumulate(int i, Java.Lang.Object? x, Java.Util.Function.IBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(ILjava/lang/Object;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndSet(int i, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(ILjava/util/function/UnaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndUpdate(int i, Java.Util.Function.IUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getOpaque", "(I)Ljava/lang/Object;")] - public Java.Lang.Object? GetOpaque(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getPlain", "(I)Ljava/lang/Object;")] - public Java.Lang.Object? GetPlain(int i) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lazySet", "(ILjava/lang/Object;)V")] - public void LazySet(int i, Java.Lang.Object? newValue) { } - [Java.Interop.JniMethodSignatureAttribute("length", "()I")] - public int Length() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(ILjava/lang/Object;)V")] - public void Set(int i, Java.Lang.Object? newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setOpaque", "(ILjava/lang/Object;)V")] - public void SetOpaque(int i, Java.Lang.Object? newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setPlain", "(ILjava/lang/Object;)V")] - public void SetPlain(int i, Java.Lang.Object? newValue) { } - [Java.Interop.JniMethodSignatureAttribute("setRelease", "(ILjava/lang/Object;)V")] - public void SetRelease(int i, Java.Lang.Object? newValue) { } - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(ILjava/util/function/UnaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? UpdateAndGet(int i, Java.Util.Function.IUnaryOperator? updateFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(ILjava/lang/Object;Ljava/lang/Object;)Z")] - [System.ObsoleteAttribute("deprecated")] - public bool WeakCompareAndSet(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetAcquire", "(ILjava/lang/Object;Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetAcquire(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetPlain", "(ILjava/lang/Object;Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetPlain(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetRelease", "(ILjava/lang/Object;Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetRelease(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSetVolatile", "(ILjava/lang/Object;Ljava/lang/Object;)Z")] - public bool WeakCompareAndSetVolatile(int i, Java.Lang.Object? expectedValue, Java.Lang.Object? newValue) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicReferenceFieldUpdater", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Atomic.AtomicReferenceFieldUpdaterInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class AtomicReferenceFieldUpdater : Java.Lang.Object - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected AtomicReferenceFieldUpdater() { } - protected AtomicReferenceFieldUpdater(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accumulateAndGet", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? AccumulateAndGet(Java.Lang.Object? obj, Java.Lang.Object? x, Java.Util.Function.IBinaryOperator? accumulatorFunction) { throw null; } - public abstract bool CompareAndSet(Java.Lang.Object? p0, Java.Lang.Object? p1, Java.Lang.Object? p2); - public abstract Java.Lang.Object? Get(Java.Lang.Object? p0); - [Java.Interop.JniMethodSignatureAttribute("getAndAccumulate", "(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BinaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndAccumulate(Java.Lang.Object? obj, Java.Lang.Object? x, Java.Util.Function.IBinaryOperator? accumulatorFunction) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndSet", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;")] - public virtual Java.Lang.Object? GetAndSet(Java.Lang.Object? obj, Java.Lang.Object? newValue) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getAndUpdate", "(Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? GetAndUpdate(Java.Lang.Object? obj, Java.Util.Function.IUnaryOperator? updateFunction) { throw null; } - public abstract void LazySet(Java.Lang.Object? p0, Java.Lang.Object? p1); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "U", "W"})] - [Java.Interop.JniMethodSignatureAttribute("newUpdater", "(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;")] - public static Java.Util.Concurrent.Atomic.AtomicReferenceFieldUpdater? NewUpdater(Java.Lang.Class? tclass, Java.Lang.Class? vclass, string? fieldName) { throw null; } - public abstract void Set(Java.Lang.Object? p0, Java.Lang.Object? p1); - [Java.Interop.JniMethodSignatureAttribute("updateAndGet", "(Ljava/lang/Object;Ljava/util/function/UnaryOperator;)Ljava/lang/Object;")] - public Java.Lang.Object? UpdateAndGet(Java.Lang.Object? obj, Java.Util.Function.IUnaryOperator? updateFunction) { throw null; } - public abstract bool WeakCompareAndSet(Java.Lang.Object? p0, Java.Lang.Object? p1, Java.Lang.Object? p2); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/AtomicStampedReference", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class AtomicStampedReference : Java.Lang.Object - { - protected AtomicStampedReference(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/lang/Object;I)V")] - public AtomicStampedReference(Java.Lang.Object? initialRef, int initialStamp) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual Java.Lang.Object? Reference { get { throw null; } } - public virtual int Stamp { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("attemptStamp", "(Ljava/lang/Object;I)Z")] - public virtual bool AttemptStamp(Java.Lang.Object? expectedReference, int newStamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("compareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;II)Z")] - public virtual bool CompareAndSet(Java.Lang.Object? expectedReference, Java.Lang.Object? newReference, int expectedStamp, int newStamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "([I)Ljava/lang/Object;")] - public virtual Java.Lang.Object? Get(Java.Interop.JavaInt32Array? stampHolder) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("set", "(Ljava/lang/Object;I)V")] - public virtual void Set(Java.Lang.Object? newReference, int newStamp) { } - [Java.Interop.JniMethodSignatureAttribute("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;II)Z")] - public virtual bool WeakCompareAndSet(Java.Lang.Object? expectedReference, Java.Lang.Object? newReference, int expectedStamp, int newStamp) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/DoubleAccumulator", GenerateJavaPeer=false)] - public partial class DoubleAccumulator : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected DoubleAccumulator(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/function/DoubleBinaryOperator;D)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public DoubleAccumulator(Java.Util.Function.IDoubleBinaryOperator? accumulatorFunction, double identity) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual double ThenReset { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accumulate", "(D)V")] - public virtual void Accumulate(double x) { } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()D")] - public virtual double Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/DoubleAdder", GenerateJavaPeer=false)] - public partial class DoubleAdder : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public DoubleAdder() { } - protected DoubleAdder(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("add", "(D)V")] - public virtual void Add(double x) { } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - [Java.Interop.JniMethodSignatureAttribute("sum", "()D")] - public virtual double Sum() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sumThenReset", "()D")] - public virtual double SumThenReset() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/LongAccumulator", GenerateJavaPeer=false)] - public partial class LongAccumulator : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected LongAccumulator(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/function/LongBinaryOperator;J)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public LongAccumulator(Java.Util.Function.ILongBinaryOperator? accumulatorFunction, long identity) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual long ThenReset { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("accumulate", "(J)V")] - public virtual void Accumulate(long x) { } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("get", "()J")] - public virtual long Get() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/atomic/LongAdder", GenerateJavaPeer=false)] - public partial class LongAdder : Java.Lang.Number, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public LongAdder() { } - protected LongAdder(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("add", "(J)V")] - public virtual void Add(long x) { } - [Java.Interop.JniMethodSignatureAttribute("decrement", "()V")] - public virtual void Decrement() { } - [Java.Interop.JniMethodSignatureAttribute("doubleValue", "()D")] - public override double DoubleValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("floatValue", "()F")] - public override float FloatValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("increment", "()V")] - public virtual void Increment() { } - [Java.Interop.JniMethodSignatureAttribute("intValue", "()I")] - public override int IntValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("longValue", "()J")] - public override long LongValue() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("reset", "()V")] - public virtual void Reset() { } - [Java.Interop.JniMethodSignatureAttribute("sum", "()J")] - public virtual long Sum() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("sumThenReset", "()J")] - public virtual long SumThenReset() { throw null; } - } -} -namespace Java.Util.Concurrent.Locks -{ - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/AbstractOwnableSynchronizer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Locks.AbstractOwnableSynchronizerInvoker))] - public abstract partial class AbstractOwnableSynchronizer : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected AbstractOwnableSynchronizer() { } - protected AbstractOwnableSynchronizer(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - protected Java.Lang.Thread? ExclusiveOwnerThread { [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get { throw null; } [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] set { } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/AbstractQueuedLongSynchronizer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizerInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class AbstractQueuedLongSynchronizer : Java.Util.Concurrent.Locks.AbstractOwnableSynchronizer, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public AbstractQueuedLongSynchronizer() { } - protected AbstractQueuedLongSynchronizer(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public Java.Lang.Thread? FirstQueuedThread { get { throw null; } } - public bool HasContended { get { throw null; } } - public bool HasQueuedPredecessors { get { throw null; } } - public bool HasQueuedThreads { get { throw null; } } - protected virtual bool IsHeldExclusively { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int QueueLength { get { throw null; } } - protected long State { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("acquire", "(J)V")] - public void Acquire(long arg) { } - [Java.Interop.JniMethodSignatureAttribute("acquireInterruptibly", "(J)V")] - public void AcquireInterruptibly(long arg) { } - [Java.Interop.JniMethodSignatureAttribute("acquireShared", "(J)V")] - public void AcquireShared(long arg) { } - [Java.Interop.JniMethodSignatureAttribute("acquireSharedInterruptibly", "(J)V")] - public void AcquireSharedInterruptibly(long arg) { } - [Java.Interop.JniMethodSignatureAttribute("compareAndSetState", "(JJ)Z")] - protected bool CompareAndSetState(long expect, long update) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getWaitQueueLength", "(Ljava/util/concurrent/locks/AbstractQueuedLongSynchronizer$ConditionObject;)I")] - public int GetWaitQueueLength(Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.ConditionObject? condition) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hasWaiters", "(Ljava/util/concurrent/locks/AbstractQueuedLongSynchronizer$ConditionObject;)Z")] - public bool HasWaiters(Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.ConditionObject? condition) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isQueued", "(Ljava/lang/Thread;)Z")] - public bool IsQueued(Java.Lang.Thread? thread) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("owns", "(Ljava/util/concurrent/locks/AbstractQueuedLongSynchronizer$ConditionObject;)Z")] - public bool Owns(Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer.ConditionObject? condition) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("release", "(J)Z")] - public bool Release(long arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("releaseShared", "(J)Z")] - public bool ReleaseShared(long arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquire", "(J)Z")] - protected virtual bool TryAcquire(long arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquireNanos", "(JJ)Z")] - public bool TryAcquireNanos(long arg, long nanosTimeout) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquireShared", "(J)J")] - protected virtual long TryAcquireShared(long arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquireSharedNanos", "(JJ)Z")] - public bool TryAcquireSharedNanos(long arg, long nanosTimeout) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryRelease", "(J)Z")] - protected virtual bool TryRelease(long arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryReleaseShared", "(J)Z")] - protected virtual bool TryReleaseShared(long arg) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/AbstractQueuedLongSynchronizer$ConditionObject", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial class ConditionObject : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected ConditionObject(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/locks/AbstractQueuedLongSynchronizer;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ConditionObject(Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer? __self) { } - protected bool HasWaiters { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int WaitQueueLength { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("await", "()V")] - public void Await() { } - [Java.Interop.JniMethodSignatureAttribute("await", "(JLjava/util/concurrent/TimeUnit;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public bool Await(long time, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitNanos", "(J)J")] - public long AwaitNanos(long nanosTimeout) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitUninterruptibly", "()V")] - public void AwaitUninterruptibly() { } - [Java.Interop.JniMethodSignatureAttribute("signal", "()V")] - public void Signal() { } - [Java.Interop.JniMethodSignatureAttribute("signalAll", "()V")] - public void SignalAll() { } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/AbstractQueuedSynchronizer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Concurrent.Locks.AbstractQueuedSynchronizerInvoker))] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public abstract partial class AbstractQueuedSynchronizer : Java.Util.Concurrent.Locks.AbstractOwnableSynchronizer, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - protected AbstractQueuedSynchronizer() { } - protected AbstractQueuedSynchronizer(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public Java.Lang.Thread? FirstQueuedThread { get { throw null; } } - public bool HasContended { get { throw null; } } - public bool HasQueuedPredecessors { get { throw null; } } - public bool HasQueuedThreads { get { throw null; } } - protected virtual bool IsHeldExclusively { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public int QueueLength { get { throw null; } } - protected int State { get { throw null; } set { } } - [Java.Interop.JniMethodSignatureAttribute("acquire", "(I)V")] - public void Acquire(int arg) { } - [Java.Interop.JniMethodSignatureAttribute("acquireInterruptibly", "(I)V")] - public void AcquireInterruptibly(int arg) { } - [Java.Interop.JniMethodSignatureAttribute("acquireShared", "(I)V")] - public void AcquireShared(int arg) { } - [Java.Interop.JniMethodSignatureAttribute("acquireSharedInterruptibly", "(I)V")] - public void AcquireSharedInterruptibly(int arg) { } - [Java.Interop.JniMethodSignatureAttribute("compareAndSetState", "(II)Z")] - protected bool CompareAndSetState(int expect, int update) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("getWaitQueueLength", "(Ljava/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject;)I")] - public int GetWaitQueueLength(Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.ConditionObject? condition) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("hasWaiters", "(Ljava/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject;)Z")] - public bool HasWaiters(Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.ConditionObject? condition) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isQueued", "(Ljava/lang/Thread;)Z")] - public bool IsQueued(Java.Lang.Thread? thread) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("owns", "(Ljava/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject;)Z")] - public bool Owns(Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer.ConditionObject? condition) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("release", "(I)Z")] - public bool Release(int arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("releaseShared", "(I)Z")] - public bool ReleaseShared(int arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquire", "(I)Z")] - protected virtual bool TryAcquire(int arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquireNanos", "(IJ)Z")] - public bool TryAcquireNanos(int arg, long nanosTimeout) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquireShared", "(I)I")] - protected virtual int TryAcquireShared(int arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryAcquireSharedNanos", "(IJ)Z")] - public bool TryAcquireSharedNanos(int arg, long nanosTimeout) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryRelease", "(I)Z")] - protected virtual bool TryRelease(int arg) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryReleaseShared", "(I)Z")] - protected virtual bool TryReleaseShared(int arg) { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)0)] - public partial class ConditionObject : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected ConditionObject(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/locks/AbstractQueuedSynchronizer;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public ConditionObject(Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer? __self) { } - protected bool HasWaiters { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - protected int WaitQueueLength { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("await", "()V")] - public void Await() { } - [Java.Interop.JniMethodSignatureAttribute("await", "(JLjava/util/concurrent/TimeUnit;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public bool Await(long time, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitNanos", "(J)J")] - public long AwaitNanos(long nanosTimeout) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("awaitUninterruptibly", "()V")] - public void AwaitUninterruptibly() { } - [Java.Interop.JniMethodSignatureAttribute("signal", "()V")] - public void Signal() { } - [Java.Interop.JniMethodSignatureAttribute("signalAll", "()V")] - public void SignalAll() { } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/LockSupport", GenerateJavaPeer=false)] - [System.Runtime.CompilerServices.NullableAttribute((byte)0)] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial class LockSupport : Java.Lang.Object - { - protected LockSupport(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("getBlocker", "(Ljava/lang/Thread;)Ljava/lang/Object;")] - public static Java.Lang.Object? GetBlocker(Java.Lang.Thread? t) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("park", "()V")] - public static void Park() { } - [Java.Interop.JniMethodSignatureAttribute("park", "(Ljava/lang/Object;)V")] - public static void Park(Java.Lang.Object? blocker) { } - [Java.Interop.JniMethodSignatureAttribute("parkNanos", "(Ljava/lang/Object;J)V")] - public static void ParkNanos(Java.Lang.Object? blocker, long nanos) { } - [Java.Interop.JniMethodSignatureAttribute("parkNanos", "(J)V")] - public static void ParkNanos(long nanos) { } - [Java.Interop.JniMethodSignatureAttribute("parkUntil", "(Ljava/lang/Object;J)V")] - public static void ParkUntil(Java.Lang.Object? blocker, long deadline) { } - [Java.Interop.JniMethodSignatureAttribute("parkUntil", "(J)V")] - public static void ParkUntil(long deadline) { } - [Java.Interop.JniMethodSignatureAttribute("setCurrentBlocker", "(Ljava/lang/Object;)V")] - public static void SetCurrentBlocker(Java.Lang.Object? blocker) { } - [Java.Interop.JniMethodSignatureAttribute("unpark", "(Ljava/lang/Thread;)V")] - public static void Unpark(Java.Lang.Thread? thread) { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/ReentrantLock", GenerateJavaPeer=false)] - public partial class ReentrantLock : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ReentrantLock() { } - protected ReentrantLock(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Z)V")] - public ReentrantLock(bool fair) { } - public bool HasQueuedThreads { get { throw null; } } - public virtual int HoldCount { get { throw null; } } - public bool IsFair { get { throw null; } } - public virtual bool IsHeldByCurrentThread { get { throw null; } } - public virtual bool IsLocked { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - protected virtual Java.Lang.Thread? Owner { [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get { throw null; } } - public int QueueLength { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("hasQueuedThread", "(Ljava/lang/Thread;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public bool HasQueuedThread(Java.Lang.Thread? thread) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("lock", "()V")] - public virtual void Lock() { } - [Java.Interop.JniMethodSignatureAttribute("lockInterruptibly", "()V")] - public virtual void LockInterruptibly() { } - [Java.Interop.JniMethodSignatureAttribute("tryLock", "()Z")] - public virtual bool TryLock() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryLock", "(JLjava/util/concurrent/TimeUnit;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual bool TryLock(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unlock", "()V")] - public virtual void Unlock() { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/ReentrantReadWriteLock", GenerateJavaPeer=false)] - public partial class ReentrantReadWriteLock : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public ReentrantReadWriteLock() { } - protected ReentrantReadWriteLock(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Z)V")] - public ReentrantReadWriteLock(bool fair) { } - public bool HasQueuedThreads { get { throw null; } } - public bool IsFair { get { throw null; } } - public virtual bool IsWriteLocked { get { throw null; } } - public virtual bool IsWriteLockedByCurrentThread { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [System.Runtime.CompilerServices.NullableAttribute((byte)2)] - protected virtual Java.Lang.Thread? Owner { [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] get { throw null; } } - public int QueueLength { get { throw null; } } - public virtual int ReadHoldCount { get { throw null; } } - public virtual int ReadLockCount { get { throw null; } } - public virtual int WriteHoldCount { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("hasQueuedThread", "(Ljava/lang/Thread;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public bool HasQueuedThread(Java.Lang.Thread? thread) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLock", "()Ljava/util/concurrent/locks/ReentrantReadWriteLock$ReadLock;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Util.Concurrent.Locks.ReentrantReadWriteLock.ReadLock? InvokeReadLock() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("writeLock", "()Ljava/util/concurrent/locks/ReentrantReadWriteLock$WriteLock;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual Java.Util.Concurrent.Locks.ReentrantReadWriteLock.WriteLock? InvokeWriteLock() { throw null; } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/ReentrantReadWriteLock$ReadLock", GenerateJavaPeer=false)] - public partial class ReadLock : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected ReadLock(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/locks/ReentrantReadWriteLock;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected ReadLock(Java.Util.Concurrent.Locks.ReentrantReadWriteLock? @lock) { } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("lock", "()V")] - public virtual void Lock() { } - [Java.Interop.JniMethodSignatureAttribute("lockInterruptibly", "()V")] - public virtual void LockInterruptibly() { } - [Java.Interop.JniMethodSignatureAttribute("tryLock", "()Z")] - public virtual bool TryLock() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryLock", "(JLjava/util/concurrent/TimeUnit;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual bool TryLock(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unlock", "()V")] - public virtual void Unlock() { } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/ReentrantReadWriteLock$WriteLock", GenerateJavaPeer=false)] - public partial class WriteLock : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - protected WriteLock(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - [Java.Interop.JniConstructorSignatureAttribute("(Ljava/util/concurrent/locks/ReentrantReadWriteLock;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - protected WriteLock(Java.Util.Concurrent.Locks.ReentrantReadWriteLock? @lock) { } - public virtual int HoldCount { get { throw null; } } - public virtual bool IsHeldByCurrentThread { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("lock", "()V")] - public virtual void Lock() { } - [Java.Interop.JniMethodSignatureAttribute("lockInterruptibly", "()V")] - public virtual void LockInterruptibly() { } - [Java.Interop.JniMethodSignatureAttribute("tryLock", "()Z")] - public virtual bool TryLock() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryLock", "(JLjava/util/concurrent/TimeUnit;)Z")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual bool TryLock(long timeout, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unlock", "()V")] - public virtual void Unlock() { } - } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/concurrent/locks/StampedLock", GenerateJavaPeer=false)] - public partial class StampedLock : Java.Lang.Object, Java.Interop.IJavaPeerable, Java.IO.ISerializable, System.IDisposable - { - [Java.Interop.JniConstructorSignatureAttribute("()V")] - public StampedLock() { } - protected StampedLock(ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options) { } - public virtual bool IsReadLocked { get { throw null; } } - public virtual bool IsWriteLocked { get { throw null; } } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - [System.Diagnostics.DebuggerBrowsableAttribute(System.Diagnostics.DebuggerBrowsableState.Never)] - [System.Runtime.CompilerServices.NullableAttribute((byte)1)] - public override Java.Interop.JniPeerMembers JniPeerMembers { [System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] get { throw null; } } - public virtual int ReadLockCount { get { throw null; } } - [Java.Interop.JniMethodSignatureAttribute("isLockStamp", "(J)Z")] - public static bool IsLockStamp(long stamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isOptimisticReadStamp", "(J)Z")] - public static bool IsOptimisticReadStamp(long stamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isReadLockStamp", "(J)Z")] - public static bool IsReadLockStamp(long stamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("isWriteLockStamp", "(J)Z")] - public static bool IsWriteLockStamp(long stamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLock", "()J")] - public virtual long ReadLock() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("readLockInterruptibly", "()J")] - public virtual long ReadLockInterruptibly() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryConvertToOptimisticRead", "(J)J")] - public virtual long TryConvertToOptimisticRead(long stamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryConvertToReadLock", "(J)J")] - public virtual long TryConvertToReadLock(long stamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryConvertToWriteLock", "(J)J")] - public virtual long TryConvertToWriteLock(long stamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryOptimisticRead", "()J")] - public virtual long TryOptimisticRead() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryReadLock", "()J")] - public virtual long TryReadLock() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryReadLock", "(JLjava/util/concurrent/TimeUnit;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual long TryReadLock(long time, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryUnlockRead", "()Z")] - public virtual bool TryUnlockRead() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryUnlockWrite", "()Z")] - public virtual bool TryUnlockWrite() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryWriteLock", "()J")] - public virtual long TryWriteLock() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("tryWriteLock", "(JLjava/util/concurrent/TimeUnit;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public virtual long TryWriteLock(long time, Java.Util.Concurrent.TimeUnit? unit) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("unlock", "(J)V")] - public virtual void Unlock(long stamp) { } - [Java.Interop.JniMethodSignatureAttribute("unlockRead", "(J)V")] - public virtual void UnlockRead(long stamp) { } - [Java.Interop.JniMethodSignatureAttribute("unlockWrite", "(J)V")] - public virtual void UnlockWrite(long stamp) { } - [Java.Interop.JniMethodSignatureAttribute("validate", "(J)Z")] - public virtual bool Validate(long stamp) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("writeLock", "()J")] - public virtual long WriteLock() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("writeLockInterruptibly", "()J")] - public virtual long WriteLockInterruptibly() { throw null; } - } -} -namespace Java.Util.Function -{ - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "U"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/BiConsumer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IBiConsumerInvoker))] - public partial interface IBiConsumer : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(Ljava/lang/Object;Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Accept(Java.Lang.Object? p0, Java.Lang.Object? p1); - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/BiConsumer;)Ljava/util/function/BiConsumer;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Util.Function.IBiConsumer? AndThen(Java.Util.Function.IBiConsumer? after) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "U", "R"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/BiFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IBiFunctionInvoker))] - public partial interface IBiFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/Function;)Ljava/util/function/BiFunction;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Util.Function.IBiFunction? AndThen(Java.Util.Function.IFunction? after) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("apply", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Apply(Java.Lang.Object? p0, Java.Lang.Object? p1); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/BinaryOperator", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IBinaryOperatorInvoker))] - public partial interface IBinaryOperator : Java.Interop.IJavaPeerable, Java.Util.Function.IBiFunction, System.IDisposable - { - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "U"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/BiPredicate", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IBiPredicateInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IBiPredicate : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("and", "(Ljava/util/function/BiPredicate;)Ljava/util/function/BiPredicate;")] - Java.Util.Function.IBiPredicate? And(Java.Util.Function.IBiPredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negate", "()Ljava/util/function/BiPredicate;")] - Java.Util.Function.IBiPredicate? Negate() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("or", "(Ljava/util/function/BiPredicate;)Ljava/util/function/BiPredicate;")] - Java.Util.Function.IBiPredicate? Or(Java.Util.Function.IBiPredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("test", "(Ljava/lang/Object;Ljava/lang/Object;)Z")] - bool Test(Java.Lang.Object? p0, Java.Lang.Object? p1); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/BooleanSupplier", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IBooleanSupplierInvoker))] - public partial interface IBooleanSupplier : Java.Interop.IJavaPeerable, System.IDisposable - { - bool AsBoolean { [Java.Interop.JniMethodSignatureAttribute("getAsBoolean", "()Z")] get; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/Consumer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IConsumerInvoker))] - public partial interface IConsumer : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(Ljava/lang/Object;)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Accept(Java.Lang.Object? p0); - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/Consumer;)Ljava/util/function/Consumer;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Util.Function.IConsumer? AndThen(Java.Util.Function.IConsumer? after) { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/DoubleBinaryOperator", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IDoubleBinaryOperatorInvoker))] - public partial interface IDoubleBinaryOperator : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsDouble", "(DD)D")] - double ApplyAsDouble(double p0, double p1); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/DoubleConsumer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IDoubleConsumerInvoker))] - public partial interface IDoubleConsumer : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(D)V")] - void Accept(double p0); - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/DoubleConsumer;)Ljava/util/function/DoubleConsumer;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Util.Function.IDoubleConsumer? AndThen(Java.Util.Function.IDoubleConsumer? after) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "R"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/DoubleFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IDoubleFunctionInvoker))] - public partial interface IDoubleFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("apply", "(D)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Apply(double p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/DoublePredicate", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IDoublePredicateInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IDoublePredicate : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("and", "(Ljava/util/function/DoublePredicate;)Ljava/util/function/DoublePredicate;")] - Java.Util.Function.IDoublePredicate? And(Java.Util.Function.IDoublePredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negate", "()Ljava/util/function/DoublePredicate;")] - Java.Util.Function.IDoublePredicate? Negate() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("or", "(Ljava/util/function/DoublePredicate;)Ljava/util/function/DoublePredicate;")] - Java.Util.Function.IDoublePredicate? Or(Java.Util.Function.IDoublePredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("test", "(D)Z")] - bool Test(double p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/DoubleSupplier", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IDoubleSupplierInvoker))] - public partial interface IDoubleSupplier : Java.Interop.IJavaPeerable, System.IDisposable - { - double AsDouble { [Java.Interop.JniMethodSignatureAttribute("getAsDouble", "()D")] get; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/DoubleToIntFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IDoubleToIntFunctionInvoker))] - public partial interface IDoubleToIntFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsInt", "(D)I")] - int ApplyAsInt(double p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/DoubleToLongFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IDoubleToLongFunctionInvoker))] - public partial interface IDoubleToLongFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsLong", "(D)J")] - long ApplyAsLong(double p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/DoubleUnaryOperator", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IDoubleUnaryOperatorInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IDoubleUnaryOperator : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/DoubleUnaryOperator;)Ljava/util/function/DoubleUnaryOperator;")] - Java.Util.Function.IDoubleUnaryOperator? AndThen(Java.Util.Function.IDoubleUnaryOperator? after) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("applyAsDouble", "(D)D")] - double ApplyAsDouble(double p0); - [Java.Interop.JniMethodSignatureAttribute("compose", "(Ljava/util/function/DoubleUnaryOperator;)Ljava/util/function/DoubleUnaryOperator;")] - Java.Util.Function.IDoubleUnaryOperator? Compose(Java.Util.Function.IDoubleUnaryOperator? before) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("identity", "()Ljava/util/function/DoubleUnaryOperator;")] - static Java.Util.Function.IDoubleUnaryOperator? Identity() { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "R"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/Function", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IFunctionInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/Function;)Ljava/util/function/Function;")] - Java.Util.Function.IFunction? AndThen(Java.Util.Function.IFunction? after) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("apply", "(Ljava/lang/Object;)Ljava/lang/Object;")] - Java.Lang.Object? Apply(Java.Lang.Object? p0); - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "V"})] - [Java.Interop.JniMethodSignatureAttribute("compose", "(Ljava/util/function/Function;)Ljava/util/function/Function;")] - Java.Util.Function.IFunction? Compose(Java.Util.Function.IFunction? before) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("identity", "()Ljava/util/function/Function;")] - static Java.Util.Function.IFunction? Identity() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/IntBinaryOperator", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IIntBinaryOperatorInvoker))] - public partial interface IIntBinaryOperator : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsInt", "(II)I")] - int ApplyAsInt(int p0, int p1); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/IntConsumer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IIntConsumerInvoker))] - public partial interface IIntConsumer : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(I)V")] - void Accept(int p0); - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/IntConsumer;)Ljava/util/function/IntConsumer;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Util.Function.IIntConsumer? AndThen(Java.Util.Function.IIntConsumer? after) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "R"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/IntFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IIntFunctionInvoker))] - public partial interface IIntFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("apply", "(I)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Apply(int p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/IntPredicate", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IIntPredicateInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IIntPredicate : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("and", "(Ljava/util/function/IntPredicate;)Ljava/util/function/IntPredicate;")] - Java.Util.Function.IIntPredicate? And(Java.Util.Function.IIntPredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negate", "()Ljava/util/function/IntPredicate;")] - Java.Util.Function.IIntPredicate? Negate() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("or", "(Ljava/util/function/IntPredicate;)Ljava/util/function/IntPredicate;")] - Java.Util.Function.IIntPredicate? Or(Java.Util.Function.IIntPredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("test", "(I)Z")] - bool Test(int p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/IntSupplier", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IIntSupplierInvoker))] - public partial interface IIntSupplier : Java.Interop.IJavaPeerable, System.IDisposable - { - int AsInt { [Java.Interop.JniMethodSignatureAttribute("getAsInt", "()I")] get; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/IntToDoubleFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IIntToDoubleFunctionInvoker))] - public partial interface IIntToDoubleFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsDouble", "(I)D")] - double ApplyAsDouble(int p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/IntToLongFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IIntToLongFunctionInvoker))] - public partial interface IIntToLongFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsLong", "(I)J")] - long ApplyAsLong(int p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/IntUnaryOperator", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IIntUnaryOperatorInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IIntUnaryOperator : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/IntUnaryOperator;)Ljava/util/function/IntUnaryOperator;")] - Java.Util.Function.IIntUnaryOperator? AndThen(Java.Util.Function.IIntUnaryOperator? after) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("applyAsInt", "(I)I")] - int ApplyAsInt(int p0); - [Java.Interop.JniMethodSignatureAttribute("compose", "(Ljava/util/function/IntUnaryOperator;)Ljava/util/function/IntUnaryOperator;")] - Java.Util.Function.IIntUnaryOperator? Compose(Java.Util.Function.IIntUnaryOperator? before) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("identity", "()Ljava/util/function/IntUnaryOperator;")] - static Java.Util.Function.IIntUnaryOperator? Identity() { throw null; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/LongBinaryOperator", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ILongBinaryOperatorInvoker))] - public partial interface ILongBinaryOperator : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsLong", "(JJ)J")] - long ApplyAsLong(long p0, long p1); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/LongConsumer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ILongConsumerInvoker))] - public partial interface ILongConsumer : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(J)V")] - void Accept(long p0); - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/LongConsumer;)Ljava/util/function/LongConsumer;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Util.Function.ILongConsumer? AndThen(Java.Util.Function.ILongConsumer? after) { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "R"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/LongFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ILongFunctionInvoker))] - public partial interface ILongFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("apply", "(J)Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Apply(long p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/LongPredicate", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ILongPredicateInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface ILongPredicate : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("and", "(Ljava/util/function/LongPredicate;)Ljava/util/function/LongPredicate;")] - Java.Util.Function.ILongPredicate? And(Java.Util.Function.ILongPredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negate", "()Ljava/util/function/LongPredicate;")] - Java.Util.Function.ILongPredicate? Negate() { throw null; } - [Java.Interop.JniMethodSignatureAttribute("or", "(Ljava/util/function/LongPredicate;)Ljava/util/function/LongPredicate;")] - Java.Util.Function.ILongPredicate? Or(Java.Util.Function.ILongPredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("test", "(J)Z")] - bool Test(long p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/LongSupplier", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ILongSupplierInvoker))] - public partial interface ILongSupplier : Java.Interop.IJavaPeerable, System.IDisposable - { - long AsLong { [Java.Interop.JniMethodSignatureAttribute("getAsLong", "()J")] get; } - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/LongToDoubleFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ILongToDoubleFunctionInvoker))] - public partial interface ILongToDoubleFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsDouble", "(J)D")] - double ApplyAsDouble(long p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/LongToIntFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ILongToIntFunctionInvoker))] - public partial interface ILongToIntFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsInt", "(J)I")] - int ApplyAsInt(long p0); - } - [Java.Interop.JniTypeSignatureAttribute("java/util/function/LongUnaryOperator", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ILongUnaryOperatorInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface ILongUnaryOperator : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("andThen", "(Ljava/util/function/LongUnaryOperator;)Ljava/util/function/LongUnaryOperator;")] - Java.Util.Function.ILongUnaryOperator? AndThen(Java.Util.Function.ILongUnaryOperator? after) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("applyAsLong", "(J)J")] - long ApplyAsLong(long p0); - [Java.Interop.JniMethodSignatureAttribute("compose", "(Ljava/util/function/LongUnaryOperator;)Ljava/util/function/LongUnaryOperator;")] - Java.Util.Function.ILongUnaryOperator? Compose(Java.Util.Function.ILongUnaryOperator? before) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("identity", "()Ljava/util/function/LongUnaryOperator;")] - static Java.Util.Function.ILongUnaryOperator? Identity() { throw null; } - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ObjDoubleConsumer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IObjDoubleConsumerInvoker))] - public partial interface IObjDoubleConsumer : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(Ljava/lang/Object;D)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Accept(Java.Lang.Object? p0, double p1); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ObjIntConsumer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IObjIntConsumerInvoker))] - public partial interface IObjIntConsumer : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(Ljava/lang/Object;I)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Accept(Java.Lang.Object? p0, int p1); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ObjLongConsumer", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IObjLongConsumerInvoker))] - public partial interface IObjLongConsumer : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("accept", "(Ljava/lang/Object;J)V")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - void Accept(Java.Lang.Object? p0, long p1); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/Predicate", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IPredicateInvoker))] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - public partial interface IPredicate : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("and", "(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;")] - Java.Util.Function.IPredicate? And(Java.Util.Function.IPredicate? other) { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("isEqual", "(Ljava/lang/Object;)Ljava/util/function/Predicate;")] - static Java.Util.Function.IPredicate? IsEqual(Java.Lang.Object? targetRef) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("negate", "()Ljava/util/function/Predicate;")] - Java.Util.Function.IPredicate? Negate() { throw null; } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniMethodSignatureAttribute("not", "(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;")] - static Java.Util.Function.IPredicate? Not(Java.Util.Function.IPredicate? target) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("or", "(Ljava/util/function/Predicate;)Ljava/util/function/Predicate;")] - Java.Util.Function.IPredicate? Or(Java.Util.Function.IPredicate? other) { throw null; } - [Java.Interop.JniMethodSignatureAttribute("test", "(Ljava/lang/Object;)Z")] - bool Test(Java.Lang.Object? p0); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/Supplier", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.ISupplierInvoker))] - public partial interface ISupplier : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("get", "()Ljava/lang/Object;")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - Java.Lang.Object? Get(); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "U"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ToDoubleBiFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IToDoubleBiFunctionInvoker))] - public partial interface IToDoubleBiFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsDouble", "(Ljava/lang/Object;Ljava/lang/Object;)D")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - double ApplyAsDouble(Java.Lang.Object? p0, Java.Lang.Object? p1); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ToDoubleFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IToDoubleFunctionInvoker))] - public partial interface IToDoubleFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsDouble", "(Ljava/lang/Object;)D")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - double ApplyAsDouble(Java.Lang.Object? p0); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "U"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ToIntBiFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IToIntBiFunctionInvoker))] - public partial interface IToIntBiFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsInt", "(Ljava/lang/Object;Ljava/lang/Object;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int ApplyAsInt(Java.Lang.Object? p0, Java.Lang.Object? p1); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ToIntFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IToIntFunctionInvoker))] - public partial interface IToIntFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsInt", "(Ljava/lang/Object;)I")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - int ApplyAsInt(Java.Lang.Object? p0); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T", "U"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ToLongBiFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IToLongBiFunctionInvoker))] - public partial interface IToLongBiFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsLong", "(Ljava/lang/Object;Ljava/lang/Object;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - long ApplyAsLong(Java.Lang.Object? p0, Java.Lang.Object? p1); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/ToLongFunction", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IToLongFunctionInvoker))] - public partial interface IToLongFunction : Java.Interop.IJavaPeerable, System.IDisposable - { - [Java.Interop.JniMethodSignatureAttribute("applyAsLong", "(Ljava/lang/Object;)J")] - [System.Runtime.CompilerServices.NullableContextAttribute((byte)2)] - long ApplyAsLong(Java.Lang.Object? p0); - } - [Java.Interop.JavaTypeParametersAttribute(new string[]{ "T"})] - [Java.Interop.JniTypeSignatureAttribute("java/util/function/UnaryOperator", GenerateJavaPeer=false, InvokerType=typeof(Java.Util.Function.IUnaryOperatorInvoker))] - public partial interface IUnaryOperator : Java.Interop.IJavaPeerable, Java.Util.Function.IFunction, System.IDisposable - { - } -} diff --git a/src/Java.Base/Java.Base.csproj b/src/Java.Base/Java.Base.csproj deleted file mode 100644 index 0b007aaa1..000000000 --- a/src/Java.Base/Java.Base.csproj +++ /dev/null @@ -1,28 +0,0 @@ - - - - $(DotNetTargetFramework) - true - enable - $(NoWarn);8764;0109;0114 - - - - - - $(JICoreLibVersion) - - - - - - - - - - - - - - - diff --git a/src/Java.Base/Java.Base.targets b/src/Java.Base/Java.Base.targets deleted file mode 100644 index 1ec03f024..000000000 --- a/src/Java.Base/Java.Base.targets +++ /dev/null @@ -1,101 +0,0 @@ - - - - $(UtilityOutputFullPath)generator.dll - $(JavaApiDefineConstants);$(DefineConstants); - true - $(TargetPath) - $(OutputPath) - ..\Java.Base-ref.cs - - - - - - - - - <_JavaBaseJmod>$(JavaSdkDirectory)/jmods/java.base.jmod - - - - - - - <_ClassParse>"$(UtilityOutputFullPath)class-parse.dll" - <_Input>"$(_JavaBaseJmod)" - <_Output>"-o=$(IntermediateOutputPath)/mcw/api.xml" - - - - - - - <_GenerateBindingInputs Include="$(GeneratorPath)" /> - <_GenerateBindingInputs Include="$(MSBuildThisFileFullPath)" /> - <_GenerateBindingInputs Include="Transforms\**" /> - <_GenerateBindingInputs Include="$(IntermediateOutputPath)mcw\api.xml" /> - - - - - - "$(GeneratorPath)" - <_GenFlags>--public --global - <_Out>-o "$(IntermediateOutputPath)mcw" - <_Codegen>--codegen-target=JavaInterop1 - <_Fixup>--fixup=Transforms/Metadata.xml - <_Enums1>--preserve-enums --enumflags=Transforms/enumflags --enumfields=Transforms/map.csv --enummethods=Transforms/methodmap.csv - <_Enums2>--enummetadata=$(IntermediateOutputPath)mcw/enummetadata - <_Assembly>"--assembly=Java.Base" - <_TypeMap>--type-map-report=$(IntermediateOutputPath)mcw/type-mapping.txt - <_Api>$(IntermediateOutputPath)mcw/api.xml - <_Dirs>--enumdir=$(IntermediateOutputPath)mcw - <_FullIntermediateOutputPath>$([System.IO.Path]::GetFullPath('$(IntermediateOutputPath)')) - <_LangFeatures>--lang-features=nullable-reference-types,default-interface-methods,nested-interface-types,interface-constants - - - - - - - - - - $(DefineConstants);$([System.String]::Copy('$(_GeneratedDefineConstants)').Replace ('%24(DefineConstants);', '')) - - - - - - - - - - - diff --git a/src/Java.Base/Java.IO/PrintStream.cs b/src/Java.Base/Java.IO/PrintStream.cs deleted file mode 100644 index 828659372..000000000 --- a/src/Java.Base/Java.IO/PrintStream.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; -using Java.Interop; - -namespace Java.IO { - - public partial class PrintStream : Java.Lang.IAppendable { - - Java.Lang.IAppendable? Java.Lang.IAppendable.Append (char p0) => Append (p0); - Java.Lang.IAppendable? Java.Lang.IAppendable.Append (Java.Lang.ICharSequence? p0) => Append (p0); - Java.Lang.IAppendable? Java.Lang.IAppendable.Append (Java.Lang.ICharSequence? p0, int p1, int p2) => Append (p0, p1, p2); - } -} diff --git a/src/Java.Base/Java.IO/Writer.cs b/src/Java.Base/Java.IO/Writer.cs deleted file mode 100644 index 6b7245825..000000000 --- a/src/Java.Base/Java.IO/Writer.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Collections.Generic; -using Java.Interop; - -namespace Java.IO { - - public partial class Writer : Java.Lang.IAppendable { - - Java.Lang.IAppendable? Java.Lang.IAppendable.Append (char p0) => Append (p0); - Java.Lang.IAppendable? Java.Lang.IAppendable.Append (Java.Lang.ICharSequence? p0) => Append (p0); - Java.Lang.IAppendable? Java.Lang.IAppendable.Append (Java.Lang.ICharSequence? p0, int p1, int p2) => Append (p0, p1, p2); - } -} diff --git a/src/Java.Base/Java.Lang/Class.cs b/src/Java.Base/Java.Lang/Class.cs deleted file mode 100644 index ef3a2f7dc..000000000 --- a/src/Java.Base/Java.Lang/Class.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using Java.Interop; - -#if JAVA_API_17 -using Java.Lang.Invoke; -using Java.Lang.Constants; - -namespace Java.Lang { - public partial class Class { - - } -} - -#endif // JAVA_API_17 diff --git a/src/Java.Base/Java.Lang/Double.cs b/src/Java.Base/Java.Lang/Double.cs deleted file mode 100644 index 6ad5cac72..000000000 --- a/src/Java.Base/Java.Lang/Double.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using Java.Interop; - -#if JAVA_API_17 -using Java.Lang.Invoke; -using Java.Lang.Constants; - -namespace Java.Lang { - public partial class Double { - - Java.Lang.Object? IConstantDesc.ResolveConstantDesc (MethodHandles.Lookup? lookup) => - ResolveConstantDesc (lookup); - } -} - -#endif // JAVA_API_17 diff --git a/src/Java.Base/Java.Lang/Float.cs b/src/Java.Base/Java.Lang/Float.cs deleted file mode 100644 index 1c9be19a9..000000000 --- a/src/Java.Base/Java.Lang/Float.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using Java.Interop; - -#if JAVA_API_17 -using Java.Lang.Invoke; -using Java.Lang.Constants; - -namespace Java.Lang { - public partial class Float { - - Java.Lang.Object? IConstantDesc.ResolveConstantDesc (MethodHandles.Lookup? lookup) => - ResolveConstantDesc (lookup); - } -} - -#endif // JAVA_API_17 diff --git a/src/Java.Base/Java.Lang/ICharSequence.cs b/src/Java.Base/Java.Lang/ICharSequence.cs deleted file mode 100644 index cff227468..000000000 --- a/src/Java.Base/Java.Lang/ICharSequence.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System.Collections; - -namespace Java.Lang { - - partial class ICharSequenceInvoker : IEnumerable { - } - - public static partial class ICharSequenceExtensions { - - public static ICharSequence[]? ToCharSequenceArray (this string?[]? values) - { - if (values == null) { - return null; - } - var array = new ICharSequence [values.Length]; - for (int i = 0; i < values.Length; ++i) { - if (values [i] == null) { - continue; - } - array [i] = new Java.Lang.String (values [i]); - } - return array; - } - } -} diff --git a/src/Java.Base/Java.Lang/Integer.cs b/src/Java.Base/Java.Lang/Integer.cs deleted file mode 100644 index 4e0906a51..000000000 --- a/src/Java.Base/Java.Lang/Integer.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using Java.Interop; - -#if JAVA_API_17 -using Java.Lang.Invoke; -using Java.Lang.Constants; - -namespace Java.Lang { - public partial class Integer { - - Java.Lang.Object? IConstantDesc.ResolveConstantDesc (MethodHandles.Lookup? lookup) => - ResolveConstantDesc (lookup); - } -} - -#endif // JAVA_API_17 diff --git a/src/Java.Base/Java.Lang/Long.cs b/src/Java.Base/Java.Lang/Long.cs deleted file mode 100644 index a83d030a9..000000000 --- a/src/Java.Base/Java.Lang/Long.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using Java.Interop; - -#if JAVA_API_17 -using Java.Lang.Invoke; -using Java.Lang.Constants; - -namespace Java.Lang { - public partial class Long { - - Java.Lang.Object? IConstantDesc.ResolveConstantDesc (MethodHandles.Lookup? lookup) => - ResolveConstantDesc (lookup); - } -} - -#endif // JAVA_API_17 diff --git a/src/Java.Base/Java.Lang/Object.cs b/src/Java.Base/Java.Lang/Object.cs deleted file mode 100644 index 4232f179b..000000000 --- a/src/Java.Base/Java.Lang/Object.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using Java.Interop; - -namespace Java.Lang { - - public partial class Object : JavaObject { - - public Object (ref JniObjectReference reference, JniObjectReferenceOptions options) - : base (ref reference, options) - { - } - } -} diff --git a/src/Java.Base/Java.Lang/String.cs b/src/Java.Base/Java.Lang/String.cs deleted file mode 100644 index 22ccee3ff..000000000 --- a/src/Java.Base/Java.Lang/String.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using Java.Interop; - -#if JAVA_API_17 -using Java.Lang.Invoke; -using Java.Lang.Constants; -#endif // JAVA_API_17 - -namespace Java.Lang { - public partial class String : IEnumerable, IEnumerable { - -#if JAVA_API_17 - unsafe Java.Lang.Object? IConstantDesc.ResolveConstantDesc (MethodHandles.Lookup? lookup) - { - const string __id = "resolveConstantDesc.(Ljava/lang/invoke/MethodHandles$Lookup;)Ljava/lang/String;"; - try { - JniArgumentValue* __args = stackalloc JniArgumentValue [1]; - __args [0] = new JniArgumentValue (lookup); - var __rm = _members.InstanceMethods.InvokeAbstractObjectMethod (__id, this, __args); - return JniEnvironment.Runtime.ValueManager.GetValue(ref __rm, JniObjectReferenceOptions.CopyAndDispose); - } finally { - global::System.GC.KeepAlive (lookup); - } - } -#endif // JAVA_API_17 - } -} diff --git a/src/Java.Base/Java.Lang/StringBuffer.cs b/src/Java.Base/Java.Lang/StringBuffer.cs deleted file mode 100644 index 8488622b4..000000000 --- a/src/Java.Base/Java.Lang/StringBuffer.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; - -namespace Java.Lang { - partial class StringBuffer : IEnumerable, IEnumerable { - -#if JAVA_API_21 - IAppendable? IAppendable.Append (char c) => - Append (c); - IAppendable? IAppendable.Append (ICharSequence? s) => - Append (s); - IAppendable? IAppendable.Append (ICharSequence? s, int a, int b) => - Append (s, a, b); -#endif // JAVA_API_21 - - } -} diff --git a/src/Java.Base/Java.Lang/StringBuilder.cs b/src/Java.Base/Java.Lang/StringBuilder.cs deleted file mode 100644 index f71efa4df..000000000 --- a/src/Java.Base/Java.Lang/StringBuilder.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; - -namespace Java.Lang { - partial class StringBuilder : IEnumerable, IEnumerable { - -#if JAVA_API_21 - IAppendable? IAppendable.Append (char c) => - Append (c); - IAppendable? IAppendable.Append (ICharSequence? s) => - Append (s); - IAppendable? IAppendable.Append (ICharSequence? s, int a, int b) => - Append (s, a, b); -#endif // JAVA_API_21 - - } -} diff --git a/src/Java.Base/Java.Lang/Thread.cs b/src/Java.Base/Java.Lang/Thread.cs deleted file mode 100644 index d13a6bb4e..000000000 --- a/src/Java.Base/Java.Lang/Thread.cs +++ /dev/null @@ -1,30 +0,0 @@ -namespace Java.Lang { - partial class Thread { - -#if JAVA_API_21 - partial interface IBuilder { - partial class IOfPlatformInvoker { - IBuilder? IBuilder.InheritInheritableThreadLocals (bool value) => - InheritInheritableThreadLocals (value); - IBuilder? IBuilder.Name (string? name) => - Name (name); - IBuilder? IBuilder.Name (string? name, long v) => - Name (name, v); - IBuilder? IBuilder.UncaughtExceptionHandler (IUncaughtExceptionHandler? u) => - UncaughtExceptionHandler (u); - } - partial class IOfVirtualInvoker { - IBuilder? IBuilder.InheritInheritableThreadLocals (bool value) => - InheritInheritableThreadLocals (value); - IBuilder? IBuilder.Name (string? name) => - Name (name); - IBuilder? IBuilder.Name (string? name, long v) => - Name (name, v); - IBuilder? IBuilder.UncaughtExceptionHandler (IUncaughtExceptionHandler? u) => - UncaughtExceptionHandler (u); - } - } -#endif // JAVA_API_21 - - } -} diff --git a/src/Java.Base/Java.Lang/Throwable.cs b/src/Java.Base/Java.Lang/Throwable.cs deleted file mode 100644 index 20f2e07cb..000000000 --- a/src/Java.Base/Java.Lang/Throwable.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections.Generic; -using Java.Interop; - -namespace Java.Lang { - - public partial class Throwable : JavaException { - - public Throwable (ref JniObjectReference reference, JniObjectReferenceOptions options) - : base (ref reference, options) - { - } - } -} diff --git a/src/Java.Base/Transforms/Metadata.xml b/src/Java.Base/Transforms/Metadata.xml deleted file mode 100644 index 48aa693af..000000000 --- a/src/Java.Base/Transforms/Metadata.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - JavaFinalize - - deprecated - - - MarkedPosition - reabstract - IAnnotatedType - reabstract - Java.Lang.IAutoCloseable - reabstract - IDataOutput - - - - - - - - java.lang.Object - - - - java.lang.Object - - - - - - override - reabstract - IAnnotatedElement - reabstract - IAnnotatedElement - reabstract - IAnnotatedElement - - reabstract - global::Java.Lang.IRunnable - Java.Util.Concurrent.ICompletionStage - diff --git a/src/Java.Base/Transforms/enumflags b/src/Java.Base/Transforms/enumflags deleted file mode 100644 index c1b8f3a10..000000000 --- a/src/Java.Base/Transforms/enumflags +++ /dev/null @@ -1,2 +0,0 @@ -Java.Net.IDNFlags -Java.Util.FormatFlags diff --git a/src/Java.Base/Transforms/map.csv b/src/Java.Base/Transforms/map.csv deleted file mode 100644 index dcad3d81e..000000000 --- a/src/Java.Base/Transforms/map.csv +++ /dev/null @@ -1,1345 +0,0 @@ -I,0,I:java/io/ObjectStreamConstants.baseWireHandle,8257536,,,, -E,10,I:java/io/ObjectStreamConstants.PROTOCOL_VERSION_1,1,Java.IO.ObjectStreamProtocol,Version1,remove, -E,10,I:java/io/ObjectStreamConstants.PROTOCOL_VERSION_2,2,Java.IO.ObjectStreamProtocol,Version2,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_getField,1,Java.Lang.Invoke.ReferenceKind,Getfield,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_getStatic,2,Java.Lang.Invoke.ReferenceKind,Getstatic,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_invokeInterface,9,Java.Lang.Invoke.ReferenceKind,Invokeinterface,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_invokeSpecial,7,Java.Lang.Invoke.ReferenceKind,Invokespecial,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_invokeStatic,6,Java.Lang.Invoke.ReferenceKind,Invokestatic,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_invokeVirtual,5,Java.Lang.Invoke.ReferenceKind,Invokevirtual,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_newInvokeSpecial,8,Java.Lang.Invoke.ReferenceKind,Newinvokespecial,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_putField,3,Java.Lang.Invoke.ReferenceKind,Putfield,remove, -E,26,I:java/lang/invoke/MethodHandleInfo.REF_putStatic,4,Java.Lang.Invoke.ReferenceKind,Putstatic,remove, -I,0,I:java/lang/reflect/Member.DECLARED,1,,,, -I,0,I:java/lang/reflect/Member.PUBLIC,0,,,, -E,10,I:java/net/SocketOptions.IP_MULTICAST_IF,16,Java.Net.SocketOption,IpMulticastIf,remove, -E,10,I:java/net/SocketOptions.IP_MULTICAST_IF2,31,Java.Net.SocketOption,IpMulticastIf2,remove, -E,10,I:java/net/SocketOptions.IP_MULTICAST_LOOP,18,Java.Net.SocketOption,IpMulticastLoop,remove, -E,10,I:java/net/SocketOptions.IP_TOS,3,Java.Net.SocketOption,IpTos,remove, -E,10,I:java/net/SocketOptions.SO_BINDADDR,15,Java.Net.SocketOption,SoBindaddr,remove, -E,10,I:java/net/SocketOptions.SO_BROADCAST,32,Java.Net.SocketOption,SoBroadcast,remove, -E,10,I:java/net/SocketOptions.SO_KEEPALIVE,8,Java.Net.SocketOption,SoKeepalive,remove, -E,10,I:java/net/SocketOptions.SO_LINGER,128,Java.Net.SocketOption,SoLinger,remove, -E,10,I:java/net/SocketOptions.SO_OOBINLINE,4099,Java.Net.SocketOption,SoOobinline,remove, -E,10,I:java/net/SocketOptions.SO_RCVBUF,4098,Java.Net.SocketOption,SoRcvbuf,remove, -E,10,I:java/net/SocketOptions.SO_REUSEADDR,4,Java.Net.SocketOption,SoReuseaddr,remove, -E,10,I:java/net/SocketOptions.SO_SNDBUF,4097,Java.Net.SocketOption,SoSndbuf,remove, -E,10,I:java/net/SocketOptions.SO_TIMEOUT,4102,Java.Net.SocketOption,SoTimeout,remove, -E,10,I:java/net/SocketOptions.TCP_NODELAY,1,Java.Net.SocketOption,TcpNodelay,remove, -I,0,I:java/sql/Connection.TRANSACTION_NONE,0,,,, -I,0,I:java/sql/Connection.TRANSACTION_READ_COMMITTED,2,,,, -I,0,I:java/sql/Connection.TRANSACTION_READ_UNCOMMITTED,1,,,, -I,0,I:java/sql/Connection.TRANSACTION_REPEATABLE_READ,4,,,, -I,0,I:java/sql/Connection.TRANSACTION_SERIALIZABLE,8,,,, -I,0,I:java/sql/DatabaseMetaData.bestRowNotPseudo,1,,,, -I,0,I:java/sql/DatabaseMetaData.bestRowPseudo,2,,,, -I,0,I:java/sql/DatabaseMetaData.bestRowSession,2,,,, -I,0,I:java/sql/DatabaseMetaData.bestRowTemporary,0,,,, -I,0,I:java/sql/DatabaseMetaData.bestRowTransaction,1,,,, -I,0,I:java/sql/DatabaseMetaData.bestRowUnknown,0,,,, -I,0,I:java/sql/DatabaseMetaData.columnNoNulls,0,,,, -I,0,I:java/sql/DatabaseMetaData.columnNullable,1,,,, -I,0,I:java/sql/DatabaseMetaData.columnNullableUnknown,2,,,, -I,0,I:java/sql/DatabaseMetaData.functionColumnIn,1,,,, -I,0,I:java/sql/DatabaseMetaData.functionColumnInOut,2,,,, -I,0,I:java/sql/DatabaseMetaData.functionColumnOut,3,,,, -I,0,I:java/sql/DatabaseMetaData.functionColumnResult,5,,,, -I,0,I:java/sql/DatabaseMetaData.functionColumnUnknown,0,,,, -I,0,I:java/sql/DatabaseMetaData.functionNoNulls,0,,,, -I,0,I:java/sql/DatabaseMetaData.functionNoTable,1,,,, -I,0,I:java/sql/DatabaseMetaData.functionNullable,1,,,, -I,0,I:java/sql/DatabaseMetaData.functionNullableUnknown,2,,,, -I,0,I:java/sql/DatabaseMetaData.functionResultUnknown,0,,,, -I,0,I:java/sql/DatabaseMetaData.functionReturn,4,,,, -I,0,I:java/sql/DatabaseMetaData.functionReturnsTable,2,,,, -I,0,I:java/sql/DatabaseMetaData.importedKeyCascade,0,,,, -I,0,I:java/sql/DatabaseMetaData.importedKeyInitiallyDeferred,5,,,, -I,0,I:java/sql/DatabaseMetaData.importedKeyInitiallyImmediate,6,,,, -I,0,I:java/sql/DatabaseMetaData.importedKeyNoAction,3,,,, -I,0,I:java/sql/DatabaseMetaData.importedKeyNotDeferrable,7,,,, -I,0,I:java/sql/DatabaseMetaData.importedKeyRestrict,1,,,, -I,0,I:java/sql/DatabaseMetaData.importedKeySetDefault,4,,,, -I,0,I:java/sql/DatabaseMetaData.importedKeySetNull,2,,,, -I,0,I:java/sql/DatabaseMetaData.procedureColumnIn,1,,,, -I,0,I:java/sql/DatabaseMetaData.procedureColumnInOut,2,,,, -I,0,I:java/sql/DatabaseMetaData.procedureColumnOut,4,,,, -I,0,I:java/sql/DatabaseMetaData.procedureColumnResult,3,,,, -I,0,I:java/sql/DatabaseMetaData.procedureColumnReturn,5,,,, -I,0,I:java/sql/DatabaseMetaData.procedureColumnUnknown,0,,,, -I,0,I:java/sql/DatabaseMetaData.procedureNoNulls,0,,,, -I,0,I:java/sql/DatabaseMetaData.procedureNoResult,1,,,, -I,0,I:java/sql/DatabaseMetaData.procedureNullable,1,,,, -I,0,I:java/sql/DatabaseMetaData.procedureNullableUnknown,2,,,, -I,0,I:java/sql/DatabaseMetaData.procedureResultUnknown,0,,,, -I,0,I:java/sql/DatabaseMetaData.procedureReturnsResult,2,,,, -I,0,I:java/sql/DatabaseMetaData.sqlStateSQL,2,,,, -I,0,I:java/sql/DatabaseMetaData.sqlStateSQL99,2,,,, -I,0,I:java/sql/DatabaseMetaData.sqlStateXOpen,1,,,, -I,0,I:java/sql/DatabaseMetaData.typeNoNulls,0,,,, -I,0,I:java/sql/DatabaseMetaData.typeNullable,1,,,, -I,0,I:java/sql/DatabaseMetaData.typeNullableUnknown,2,,,, -I,0,I:java/sql/DatabaseMetaData.typePredBasic,2,,,, -I,0,I:java/sql/DatabaseMetaData.typePredChar,1,,,, -I,0,I:java/sql/DatabaseMetaData.typePredNone,0,,,, -I,0,I:java/sql/DatabaseMetaData.typeSearchable,3,,,, -I,0,I:java/sql/DatabaseMetaData.versionColumnNotPseudo,1,,,, -I,0,I:java/sql/DatabaseMetaData.versionColumnPseudo,2,,,, -I,0,I:java/sql/DatabaseMetaData.versionColumnUnknown,0,,,, -I,0,I:java/sql/ParameterMetaData.parameterModeIn,1,,,, -I,0,I:java/sql/ParameterMetaData.parameterModeInOut,2,,,, -I,0,I:java/sql/ParameterMetaData.parameterModeOut,4,,,, -I,0,I:java/sql/ParameterMetaData.parameterModeUnknown,0,,,, -I,0,I:java/sql/ParameterMetaData.parameterNoNulls,0,,,, -I,0,I:java/sql/ParameterMetaData.parameterNullable,1,,,, -I,0,I:java/sql/ParameterMetaData.parameterNullableUnknown,2,,,, -I,0,I:java/sql/ResultSet.CLOSE_CURSORS_AT_COMMIT,2,,,, -I,0,I:java/sql/ResultSet.CONCUR_READ_ONLY,1007,,,, -I,0,I:java/sql/ResultSet.CONCUR_UPDATABLE,1008,,,, -I,0,I:java/sql/ResultSet.FETCH_FORWARD,1000,,,, -I,0,I:java/sql/ResultSet.FETCH_REVERSE,1001,,,, -I,0,I:java/sql/ResultSet.FETCH_UNKNOWN,1002,,,, -I,0,I:java/sql/ResultSet.HOLD_CURSORS_OVER_COMMIT,1,,,, -I,0,I:java/sql/ResultSet.TYPE_FORWARD_ONLY,1003,,,, -I,0,I:java/sql/ResultSet.TYPE_SCROLL_INSENSITIVE,1004,,,, -I,0,I:java/sql/ResultSet.TYPE_SCROLL_SENSITIVE,1005,,,, -I,0,I:java/sql/ResultSetMetaData.columnNoNulls,0,,,, -I,0,I:java/sql/ResultSetMetaData.columnNullable,1,,,, -I,0,I:java/sql/ResultSetMetaData.columnNullableUnknown,2,,,, -I,0,I:java/sql/Statement.CLOSE_ALL_RESULTS,3,,,, -I,0,I:java/sql/Statement.CLOSE_CURRENT_RESULT,1,,,, -I,0,I:java/sql/Statement.EXECUTE_FAILED,-3,,,, -I,0,I:java/sql/Statement.KEEP_CURRENT_RESULT,2,,,, -I,0,I:java/sql/Statement.NO_GENERATED_KEYS,2,,,, -I,0,I:java/sql/Statement.RETURN_GENERATED_KEYS,1,,,, -I,0,I:java/sql/Statement.SUCCESS_NO_INFO,-2,,,, -E,24,I:java/util/Spliterator.CONCURRENT,4096,Java.Util.SpliteratorCharacteristics,Concurrent,remove, -E,24,I:java/util/Spliterator.DISTINCT,1,Java.Util.SpliteratorCharacteristics,Distinct,remove, -E,24,I:java/util/Spliterator.IMMUTABLE,1024,Java.Util.SpliteratorCharacteristics,Immutable,remove, -E,24,I:java/util/Spliterator.NONNULL,256,Java.Util.SpliteratorCharacteristics,Nonnull,remove, -E,24,I:java/util/Spliterator.ORDERED,16,Java.Util.SpliteratorCharacteristics,Ordered,remove, -E,24,I:java/util/Spliterator.SIZED,64,Java.Util.SpliteratorCharacteristics,Sized,remove, -E,24,I:java/util/Spliterator.SORTED,4,Java.Util.SpliteratorCharacteristics,Sorted,remove, -E,24,I:java/util/Spliterator.SUBSIZED,16384,Java.Util.SpliteratorCharacteristics,Subsized,remove, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_ALPHA_FORMAT,12424,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_ALPHA_MASK_SIZE,12350,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_ALPHA_SIZE,12321,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_ACCESS,12290,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_ALLOC,12291,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_ATTRIBUTE,12292,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_CONFIG,12293,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_CONTEXT,12294,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_CURRENT_SURFACE,12295,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_DISPLAY,12296,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_MATCH,12297,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_NATIVE_PIXMAP,12298,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_NATIVE_WINDOW,12299,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_PARAMETER,12300,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BAD_SURFACE,12301,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BLUE_SIZE,12322,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_BUFFER_SIZE,12320,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_COLOR_BUFFER_TYPE,12351,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_COLORSPACE,12423,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_CONFIG_CAVEAT,12327,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_CONFIG_ID,12328,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_CORE_NATIVE_ENGINE,12379,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_DEPTH_SIZE,12325,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_DONT_CARE,-1,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_DRAW,12377,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_EXTENSIONS,12373,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_GREEN_SIZE,12323,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_HEIGHT,12374,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_HORIZONTAL_RESOLUTION,12432,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_LARGEST_PBUFFER,12376,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_LEVEL,12329,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_LUMINANCE_BUFFER,12431,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_LUMINANCE_SIZE,12349,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_MAX_PBUFFER_HEIGHT,12330,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_MAX_PBUFFER_PIXELS,12331,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_MAX_PBUFFER_WIDTH,12332,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_NATIVE_RENDERABLE,12333,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_NATIVE_VISUAL_ID,12334,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_NATIVE_VISUAL_TYPE,12335,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_NON_CONFORMANT_CONFIG,12369,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_NONE,12344,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_NOT_INITIALIZED,12289,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_PBUFFER_BIT,1,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_PIXEL_ASPECT_RATIO,12434,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_PIXMAP_BIT,2,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_READ,12378,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_RED_SIZE,12324,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_RENDER_BUFFER,12422,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_RENDERABLE_TYPE,12352,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_RGB_BUFFER,12430,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_SAMPLE_BUFFERS,12338,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_SAMPLES,12337,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_SINGLE_BUFFER,12421,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_SLOW_CONFIG,12368,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_STENCIL_SIZE,12326,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_SUCCESS,12288,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_SURFACE_TYPE,12339,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_BLUE_VALUE,12341,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_GREEN_VALUE,12342,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_RED_VALUE,12343,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_RGB,12370,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_TRANSPARENT_TYPE,12340,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_VENDOR,12371,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_VERSION,12372,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_VERTICAL_RESOLUTION,12433,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_WIDTH,12375,,,, -I,0,I:javax/microedition/khronos/egl/EGL10.EGL_WINDOW_BIT,4,,,, -I,0,I:javax/microedition/khronos/egl/EGL11.EGL_CONTEXT_LOST,12302,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ADD,260,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ALIASED_LINE_WIDTH_RANGE,33902,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ALIASED_POINT_SIZE_RANGE,33901,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ALPHA,6406,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ALPHA_BITS,3413,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ALPHA_TEST,3008,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ALWAYS,519,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_AMBIENT,4608,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_AMBIENT_AND_DIFFUSE,5634,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_AND,5377,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_AND_INVERTED,5380,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_AND_REVERSE,5378,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_BACK,1029,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_BLEND,3042,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_BLUE_BITS,3412,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_BYTE,5120,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_CCW,2305,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_CLAMP_TO_EDGE,33071,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_CLEAR,5376,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_COLOR_ARRAY,32886,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_COLOR_BUFFER_BIT,16384,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_COLOR_LOGIC_OP,3058,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_COLOR_MATERIAL,2903,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_COMPRESSED_TEXTURE_FORMATS,34467,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_CONSTANT_ATTENUATION,4615,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_COPY,5379,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_COPY_INVERTED,5388,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_CULL_FACE,2884,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_CW,2304,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DECAL,8449,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DECR,7683,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DEPTH_BITS,3414,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DEPTH_BUFFER_BIT,256,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DEPTH_TEST,2929,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DIFFUSE,4609,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DITHER,3024,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DONT_CARE,4352,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DST_ALPHA,772,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_DST_COLOR,774,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_EMISSION,5632,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_EQUAL,514,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_EQUIV,5385,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_EXP,2048,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_EXP2,2049,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_EXTENSIONS,7939,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FALSE,0,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FASTEST,4353,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FIXED,5132,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FLAT,7424,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FLOAT,5126,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG,2912,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_COLOR,2918,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_DENSITY,2914,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_END,2916,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_HINT,3156,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_MODE,2917,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FOG_START,2915,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FRONT,1028,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_FRONT_AND_BACK,1032,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_GEQUAL,518,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_GREATER,516,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_GREEN_BITS,3411,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES,35739,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_IMPLEMENTATION_COLOR_READ_TYPE_OES,35738,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_INCR,7682,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_INVALID_ENUM,1280,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_INVALID_OPERATION,1282,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_INVALID_VALUE,1281,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_INVERT,5386,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_KEEP,7680,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LEQUAL,515,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LESS,513,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT_MODEL_AMBIENT,2899,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT_MODEL_TWO_SIDE,2898,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT0,16384,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT1,16385,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT2,16386,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT3,16387,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT4,16388,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT5,16389,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT6,16390,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHT7,16391,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LIGHTING,2896,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINE_LOOP,2,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINE_SMOOTH,2848,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINE_SMOOTH_HINT,3154,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINE_STRIP,3,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINEAR,9729,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINEAR_ATTENUATION,4616,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINEAR_MIPMAP_LINEAR,9987,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINEAR_MIPMAP_NEAREST,9985,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LINES,1,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LUMINANCE,6409,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_LUMINANCE_ALPHA,6410,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_ELEMENTS_INDICES,33001,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_ELEMENTS_VERTICES,33000,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_LIGHTS,3377,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_MODELVIEW_STACK_DEPTH,3382,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_PROJECTION_STACK_DEPTH,3384,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_TEXTURE_SIZE,3379,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_TEXTURE_STACK_DEPTH,3385,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_TEXTURE_UNITS,34018,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MAX_VIEWPORT_DIMS,3386,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MODELVIEW,5888,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MODULATE,8448,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_MULTISAMPLE,32925,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NAND,5390,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NEAREST,9728,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NEAREST_MIPMAP_LINEAR,9986,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NEAREST_MIPMAP_NEAREST,9984,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NEVER,512,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NICEST,4354,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NO_ERROR,0,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NOOP,5381,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NOR,5384,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NORMAL_ARRAY,32885,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NORMALIZE,2977,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NOTEQUAL,517,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_NUM_COMPRESSED_TEXTURE_FORMATS,34466,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE,1,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE_MINUS_DST_ALPHA,773,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE_MINUS_DST_COLOR,775,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE_MINUS_SRC_ALPHA,771,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ONE_MINUS_SRC_COLOR,769,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_OR,5383,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_OR_INVERTED,5389,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_OR_REVERSE,5387,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_OUT_OF_MEMORY,1285,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PACK_ALIGNMENT,3333,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_R5_G6_B5_OES,35730,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_RGB5_A1_OES,35732,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_RGB8_OES,35728,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_RGBA4_OES,35731,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE4_RGBA8_OES,35729,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_R5_G6_B5_OES,35735,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_RGB5_A1_OES,35737,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_RGB8_OES,35733,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_RGBA4_OES,35736,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PALETTE8_RGBA8_OES,35734,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PERSPECTIVE_CORRECTION_HINT,3152,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_POINT_FADE_THRESHOLD_SIZE,33064,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_POINT_SIZE,2833,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_POINT_SMOOTH,2832,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_POINT_SMOOTH_HINT,3153,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_POINTS,0,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_POLYGON_OFFSET_FILL,32823,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_POLYGON_SMOOTH_HINT,3155,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_POSITION,4611,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_PROJECTION,5889,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_QUADRATIC_ATTENUATION,4617,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_RED_BITS,3410,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_RENDERER,7937,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_REPEAT,10497,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_REPLACE,7681,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_RESCALE_NORMAL,32826,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_RGB,6407,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_RGBA,6408,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SAMPLE_ALPHA_TO_COVERAGE,32926,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SAMPLE_ALPHA_TO_ONE,32927,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SAMPLE_COVERAGE,32928,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SCISSOR_TEST,3089,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SET,5391,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SHININESS,5633,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SHORT,5122,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SMOOTH,7425,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SMOOTH_LINE_WIDTH_RANGE,2850,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SMOOTH_POINT_SIZE_RANGE,2834,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SPECULAR,4610,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SPOT_CUTOFF,4614,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SPOT_DIRECTION,4612,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SPOT_EXPONENT,4613,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SRC_ALPHA,770,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SRC_ALPHA_SATURATE,776,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SRC_COLOR,768,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_STACK_OVERFLOW,1283,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_STACK_UNDERFLOW,1284,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_STENCIL_BITS,3415,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_STENCIL_BUFFER_BIT,1024,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_STENCIL_TEST,2960,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_SUBPIXEL_BITS,3408,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE,5890,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_2D,3553,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_COORD_ARRAY,32888,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_ENV,8960,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_ENV_COLOR,8705,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_ENV_MODE,8704,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_MAG_FILTER,10240,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_MIN_FILTER,10241,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_WRAP_S,10242,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE_WRAP_T,10243,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE0,33984,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE1,33985,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE10,33994,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE11,33995,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE12,33996,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE13,33997,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE14,33998,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE15,33999,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE16,34000,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE17,34001,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE18,34002,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE19,34003,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE2,33986,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE20,34004,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE21,34005,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE22,34006,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE23,34007,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE24,34008,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE25,34009,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE26,34010,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE27,34011,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE28,34012,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE29,34013,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE3,33987,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE30,34014,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE31,34015,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE4,33988,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE5,33989,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE6,33990,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE7,33991,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE8,33992,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TEXTURE9,33993,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TRIANGLE_FAN,6,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TRIANGLE_STRIP,5,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TRIANGLES,4,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_TRUE,1,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_UNPACK_ALIGNMENT,3317,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_BYTE,5121,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_SHORT,5123,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_SHORT_4_4_4_4,32819,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_SHORT_5_5_5_1,32820,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_UNSIGNED_SHORT_5_6_5,33635,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_VENDOR,7936,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_VERSION,7938,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_VERTEX_ARRAY,32884,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_XOR,5382,,,, -I,0,I:javax/microedition/khronos/opengles/GL10.GL_ZERO,0,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ACTIVE_TEXTURE,34016,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ADD_SIGNED,34164,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ALPHA_SCALE,3356,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ALPHA_TEST_FUNC,3009,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ALPHA_TEST_REF,3010,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ARRAY_BUFFER,34962,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ARRAY_BUFFER_BINDING,34964,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_BLEND_DST,3040,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_BLEND_SRC,3041,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_BUFFER_ACCESS,35003,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_BUFFER_SIZE,34660,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_BUFFER_USAGE,34661,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIENT_ACTIVE_TEXTURE,34017,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE0,12288,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE1,12289,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE2,12290,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE3,12291,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE4,12292,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CLIP_PLANE5,12293,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_BUFFER_BINDING,34968,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_POINTER,32912,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_SIZE,32897,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_STRIDE,32899,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_ARRAY_TYPE,32898,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_CLEAR_VALUE,3106,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COLOR_WRITEMASK,3107,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COMBINE,34160,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COMBINE_ALPHA,34162,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COMBINE_RGB,34161,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CONSTANT,34166,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_COORD_REPLACE_OES,34914,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CULL_FACE_MODE,2885,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CURRENT_COLOR,2816,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CURRENT_NORMAL,2818,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_CURRENT_TEXTURE_COORDS,2819,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_DEPTH_CLEAR_VALUE,2931,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_DEPTH_FUNC,2932,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_DEPTH_RANGE,2928,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_DEPTH_WRITEMASK,2930,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_DOT3_RGB,34478,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_DOT3_RGBA,34479,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_DYNAMIC_DRAW,35048,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ELEMENT_ARRAY_BUFFER,34963,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_ELEMENT_ARRAY_BUFFER_BINDING,34965,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_FRONT_FACE,2886,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_GENERATE_MIPMAP,33169,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_GENERATE_MIPMAP_HINT,33170,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_INTERPOLATE,34165,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_LINE_WIDTH,2849,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_LOGIC_OP_MODE,3056,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_MATRIX_MODE,2976,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_MAX_CLIP_PLANES,3378,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_MODELVIEW_MATRIX,2982,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES,35213,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_MODELVIEW_STACK_DEPTH,2979,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_NORMAL_ARRAY_BUFFER_BINDING,34967,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_NORMAL_ARRAY_POINTER,32911,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_NORMAL_ARRAY_STRIDE,32895,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_NORMAL_ARRAY_TYPE,32894,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND0_ALPHA,34200,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND0_RGB,34192,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND1_ALPHA,34201,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND1_RGB,34193,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND2_ALPHA,34202,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_OPERAND2_RGB,34194,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_DISTANCE_ATTENUATION,33065,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_FADE_THRESHOLD_SIZE,33064,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE,2833,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES,35743,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_OES,35740,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_POINTER_OES,35212,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_STRIDE_OES,35211,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_ARRAY_TYPE_OES,35210,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_MAX,33063,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SIZE_MIN,33062,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POINT_SPRITE_OES,34913,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POLYGON_OFFSET_FACTOR,32824,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_POLYGON_OFFSET_UNITS,10752,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_PREVIOUS,34168,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_PRIMARY_COLOR,34167,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_PROJECTION_MATRIX,2983,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES,35214,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_PROJECTION_STACK_DEPTH,2980,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_RGB_SCALE,34163,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SAMPLE_BUFFERS,32936,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SAMPLE_COVERAGE_INVERT,32939,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SAMPLE_COVERAGE_VALUE,32938,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SAMPLES,32937,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SCISSOR_BOX,3088,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SHADE_MODEL,2900,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC0_ALPHA,34184,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC0_RGB,34176,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC1_ALPHA,34185,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC1_RGB,34177,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC2_ALPHA,34186,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SRC2_RGB,34178,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STATIC_DRAW,35044,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_CLEAR_VALUE,2961,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_FAIL,2964,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_FUNC,2962,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_PASS_DEPTH_FAIL,2965,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_PASS_DEPTH_PASS,2966,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_REF,2967,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_VALUE_MASK,2963,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_STENCIL_WRITEMASK,2968,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_SUBTRACT,34023,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_BINDING_2D,32873,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING,34970,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_POINTER,32914,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_SIZE,32904,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_STRIDE,32906,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_COORD_ARRAY_TYPE,32905,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_MATRIX,2984,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES,35215,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_TEXTURE_STACK_DEPTH,2981,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_BUFFER_BINDING,34966,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_POINTER,32910,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_SIZE,32890,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_STRIDE,32892,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_VERTEX_ARRAY_TYPE,32891,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_VIEWPORT,2978,,,, -I,0,I:javax/microedition/khronos/opengles/GL11.GL_WRITE_ONLY,35001,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES,35742,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_OES,34884,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_POINTER_OES,34889,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_SIZE_OES,34886,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_STRIDE_OES,34888,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_INDEX_ARRAY_TYPE_OES,34887,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MATRIX_PALETTE_OES,34880,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MAX_PALETTE_MATRICES_OES,34882,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_MAX_VERTEX_UNITS_OES,34468,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_TEXTURE_CROP_RECT_OES,35741,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_BUFFER_BINDING_OES,34974,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_OES,34477,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_POINTER_OES,34476,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_SIZE_OES,34475,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_STRIDE_OES,34474,,,, -I,0,I:javax/microedition/khronos/opengles/GL11Ext.GL_WEIGHT_ARRAY_TYPE_OES,34473,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_DST_ALPHA,32970,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_DST_RGB,32968,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_EQUATION,32777,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_EQUATION_ALPHA,34877,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_EQUATION_RGB,32777,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_SRC_ALPHA,32971,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_BLEND_SRC_RGB,32969,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT0_OES,36064,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT1_OES,36065,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT10_OES,36074,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT11_OES,36075,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT12_OES,36076,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT13_OES,36077,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT14_OES,36078,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT15_OES,36079,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT2_OES,36066,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT3_OES,36067,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT4_OES,36068,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT5_OES,36069,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT6_OES,36070,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT7_OES,36071,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT8_OES,36072,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_COLOR_ATTACHMENT9_OES,36073,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DECR_WRAP,34056,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_ATTACHMENT_OES,36096,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_COMPONENT,6402,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_COMPONENT16,33189,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_COMPONENT24,33190,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_DEPTH_COMPONENT32,33191,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES,36049,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES,36048,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES,36051,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES,36050,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_BINDING_OES,36006,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_COMPLETE_OES,36053,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES,36054,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES,36057,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES,36059,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES,36058,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES,36055,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES,36060,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_OES,36160,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FRAMEBUFFER_UNSUPPORTED_OES,36061,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FUNC_ADD,32774,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FUNC_REVERSE_SUBTRACT,32779,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_FUNC_SUBTRACT,32778,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_INCR_WRAP,34055,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_INVALID_FRAMEBUFFER_OPERATION_OES,1286,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_MAX_COLOR_ATTACHMENTS_OES,36063,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_MAX_CUBE_MAP_TEXTURE_SIZE,34076,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_MAX_RENDERBUFFER_SIZE_OES,34024,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_MIRRORED_REPEAT,33648,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_NORMAL_MAP,34065,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_REFLECTION_MAP,34066,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_ALPHA_SIZE_OES,36179,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_BINDING_OES,36007,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_BLUE_SIZE_OES,36178,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_DEPTH_SIZE_OES,36180,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_GREEN_SIZE_OES,36177,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_HEIGHT_OES,36163,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_INTERNAL_FORMAT_OES,36164,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_OES,36161,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_RED_SIZE_OES,36176,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_STENCIL_SIZE_OES,36181,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RENDERBUFFER_WIDTH_OES,36162,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGB5_A1,32855,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGB565_OES,36194,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGB8,32849,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGBA4,32854,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_RGBA8,32856,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_ATTACHMENT_OES,36128,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_INDEX,6401,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_INDEX1_OES,36166,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_INDEX4_OES,36167,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STENCIL_INDEX8_OES,36168,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_STR,-1,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_BINDING_CUBE_MAP,34068,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP,34067,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_NEGATIVE_X,34070,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_NEGATIVE_Y,34072,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,34074,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_POSITIVE_X,34069,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_POSITIVE_Y,34071,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_POSITIVE_Z,34073,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_GEN_MODE,9472,,,, -I,0,I:javax/microedition/khronos/opengles/GL11ExtensionPack.GL_TEXTURE_GEN_STR,36192,,,, -I,0,I:org/apache/http/conn/routing/HttpRouteDirector.COMPLETE,0,,,, -I,0,I:org/apache/http/conn/routing/HttpRouteDirector.CONNECT_PROXY,2,,,, -I,0,I:org/apache/http/conn/routing/HttpRouteDirector.CONNECT_TARGET,1,,,, -I,0,I:org/apache/http/conn/routing/HttpRouteDirector.LAYER_PROTOCOL,5,,,, -I,0,I:org/apache/http/conn/routing/HttpRouteDirector.TUNNEL_PROXY,4,,,, -I,0,I:org/apache/http/conn/routing/HttpRouteDirector.TUNNEL_TARGET,3,,,, -I,0,I:org/apache/http/conn/routing/HttpRouteDirector.UNREACHABLE,-1,,,, -I,0,I:org/apache/http/entity/ContentLengthStrategy.CHUNKED,-2,,,, -I,0,I:org/apache/http/entity/ContentLengthStrategy.IDENTITY,-1,,,, -I,0,I:org/apache/http/HttpStatus.SC_ACCEPTED,202,,,, -I,0,I:org/apache/http/HttpStatus.SC_BAD_GATEWAY,502,,,, -I,0,I:org/apache/http/HttpStatus.SC_BAD_REQUEST,400,,,, -I,0,I:org/apache/http/HttpStatus.SC_CONFLICT,409,,,, -I,0,I:org/apache/http/HttpStatus.SC_CONTINUE,100,,,, -I,0,I:org/apache/http/HttpStatus.SC_CREATED,201,,,, -I,0,I:org/apache/http/HttpStatus.SC_EXPECTATION_FAILED,417,,,, -I,0,I:org/apache/http/HttpStatus.SC_FAILED_DEPENDENCY,424,,,, -I,0,I:org/apache/http/HttpStatus.SC_FORBIDDEN,403,,,, -I,0,I:org/apache/http/HttpStatus.SC_GATEWAY_TIMEOUT,504,,,, -I,0,I:org/apache/http/HttpStatus.SC_GONE,410,,,, -I,0,I:org/apache/http/HttpStatus.SC_HTTP_VERSION_NOT_SUPPORTED,505,,,, -I,0,I:org/apache/http/HttpStatus.SC_INSUFFICIENT_SPACE_ON_RESOURCE,419,,,, -I,0,I:org/apache/http/HttpStatus.SC_INSUFFICIENT_STORAGE,507,,,, -I,0,I:org/apache/http/HttpStatus.SC_INTERNAL_SERVER_ERROR,500,,,, -I,0,I:org/apache/http/HttpStatus.SC_LENGTH_REQUIRED,411,,,, -I,0,I:org/apache/http/HttpStatus.SC_LOCKED,423,,,, -I,0,I:org/apache/http/HttpStatus.SC_METHOD_FAILURE,420,,,, -I,0,I:org/apache/http/HttpStatus.SC_METHOD_NOT_ALLOWED,405,,,, -I,0,I:org/apache/http/HttpStatus.SC_MOVED_PERMANENTLY,301,,,, -I,0,I:org/apache/http/HttpStatus.SC_MOVED_TEMPORARILY,302,,,, -I,0,I:org/apache/http/HttpStatus.SC_MULTI_STATUS,207,,,, -I,0,I:org/apache/http/HttpStatus.SC_MULTIPLE_CHOICES,300,,,, -I,0,I:org/apache/http/HttpStatus.SC_NO_CONTENT,204,,,, -I,0,I:org/apache/http/HttpStatus.SC_NON_AUTHORITATIVE_INFORMATION,203,,,, -I,0,I:org/apache/http/HttpStatus.SC_NOT_ACCEPTABLE,406,,,, -I,0,I:org/apache/http/HttpStatus.SC_NOT_FOUND,404,,,, -I,0,I:org/apache/http/HttpStatus.SC_NOT_IMPLEMENTED,501,,,, -I,0,I:org/apache/http/HttpStatus.SC_NOT_MODIFIED,304,,,, -I,0,I:org/apache/http/HttpStatus.SC_OK,200,,,, -I,0,I:org/apache/http/HttpStatus.SC_PARTIAL_CONTENT,206,,,, -I,0,I:org/apache/http/HttpStatus.SC_PAYMENT_REQUIRED,402,,,, -I,0,I:org/apache/http/HttpStatus.SC_PRECONDITION_FAILED,412,,,, -I,0,I:org/apache/http/HttpStatus.SC_PROCESSING,102,,,, -I,0,I:org/apache/http/HttpStatus.SC_PROXY_AUTHENTICATION_REQUIRED,407,,,, -I,0,I:org/apache/http/HttpStatus.SC_REQUEST_TIMEOUT,408,,,, -I,0,I:org/apache/http/HttpStatus.SC_REQUEST_TOO_LONG,413,,,, -I,0,I:org/apache/http/HttpStatus.SC_REQUEST_URI_TOO_LONG,414,,,, -I,0,I:org/apache/http/HttpStatus.SC_REQUESTED_RANGE_NOT_SATISFIABLE,416,,,, -I,0,I:org/apache/http/HttpStatus.SC_RESET_CONTENT,205,,,, -I,0,I:org/apache/http/HttpStatus.SC_SEE_OTHER,303,,,, -I,0,I:org/apache/http/HttpStatus.SC_SERVICE_UNAVAILABLE,503,,,, -I,0,I:org/apache/http/HttpStatus.SC_SWITCHING_PROTOCOLS,101,,,, -I,0,I:org/apache/http/HttpStatus.SC_TEMPORARY_REDIRECT,307,,,, -I,0,I:org/apache/http/HttpStatus.SC_UNAUTHORIZED,401,,,, -I,0,I:org/apache/http/HttpStatus.SC_UNPROCESSABLE_ENTITY,422,,,, -I,0,I:org/apache/http/HttpStatus.SC_UNSUPPORTED_MEDIA_TYPE,415,,,, -I,0,I:org/apache/http/HttpStatus.SC_USE_PROXY,305,,,, -I,0,I:org/w3c/dom/TypeInfo.DERIVATION_EXTENSION,2,,,, -I,0,I:org/w3c/dom/TypeInfo.DERIVATION_LIST,8,,,, -I,0,I:org/w3c/dom/TypeInfo.DERIVATION_RESTRICTION,1,,,, -I,0,I:org/w3c/dom/TypeInfo.DERIVATION_UNION,4,,,, -E,10,I:org/xmlpull/v1/XmlPullParser.CDSECT,5,Org.XmlPull.V1.XmlPullParserNode,Cdsect,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.COMMENT,9,Org.XmlPull.V1.XmlPullParserNode,Comment,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.DOCDECL,10,Org.XmlPull.V1.XmlPullParserNode,Docdecl,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.END_DOCUMENT,1,Org.XmlPull.V1.XmlPullParserNode,EndDocument,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.END_TAG,3,Org.XmlPull.V1.XmlPullParserNode,EndTag,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.ENTITY_REF,6,Org.XmlPull.V1.XmlPullParserNode,EntityRef,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.IGNORABLE_WHITESPACE,7,Org.XmlPull.V1.XmlPullParserNode,IgnorableWhitespace,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.PROCESSING_INSTRUCTION,8,Org.XmlPull.V1.XmlPullParserNode,ProcessingInstruction,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.START_DOCUMENT,0,Org.XmlPull.V1.XmlPullParserNode,StartDocument,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.START_TAG,2,Org.XmlPull.V1.XmlPullParserNode,StartTag,keep, -E,10,I:org/xmlpull/v1/XmlPullParser.TEXT,4,Org.XmlPull.V1.XmlPullParserNode,Text,keep, -E,10,java/awt/font/NumericShaper.ALL_RANGES,524287,Java.Awt.Font.Ranges,AllRanges,remove, -E,10,java/awt/font/NumericShaper.ARABIC,2,Java.Awt.Font.Ranges,Arabic,remove, -E,10,java/awt/font/NumericShaper.BENGALI,16,Java.Awt.Font.Ranges,Bengali,remove, -E,10,java/awt/font/NumericShaper.DEVANAGARI,8,Java.Awt.Font.Ranges,Devanagari,remove, -E,10,java/awt/font/NumericShaper.EASTERN_ARABIC,4,Java.Awt.Font.Ranges,EasternArabic,remove, -E,10,java/awt/font/NumericShaper.ETHIOPIC,65536,Java.Awt.Font.Ranges,Ethiopic,remove, -E,10,java/awt/font/NumericShaper.EUROPEAN,1,Java.Awt.Font.Ranges,European,remove, -E,10,java/awt/font/NumericShaper.GUJARATI,64,Java.Awt.Font.Ranges,Gujarati,remove, -E,10,java/awt/font/NumericShaper.GURMUKHI,32,Java.Awt.Font.Ranges,Gurmukhi,remove, -E,10,java/awt/font/NumericShaper.KANNADA,1024,Java.Awt.Font.Ranges,Kannada,remove, -E,10,java/awt/font/NumericShaper.KHMER,131072,Java.Awt.Font.Ranges,Khmer,remove, -E,10,java/awt/font/NumericShaper.LAO,8192,Java.Awt.Font.Ranges,Lao,remove, -E,10,java/awt/font/NumericShaper.MALAYALAM,2048,Java.Awt.Font.Ranges,Malayalam,remove, -E,10,java/awt/font/NumericShaper.MONGOLIAN,262144,Java.Awt.Font.Ranges,Mongolian,remove, -E,10,java/awt/font/NumericShaper.MYANMAR,32768,Java.Awt.Font.Ranges,Myanmar,remove, -E,10,java/awt/font/NumericShaper.ORIYA,128,Java.Awt.Font.Ranges,Oriya,remove, -E,10,java/awt/font/NumericShaper.TAMIL,256,Java.Awt.Font.Ranges,Tamil,remove, -E,10,java/awt/font/NumericShaper.TELUGU,512,Java.Awt.Font.Ranges,Telugu,remove, -E,10,java/awt/font/NumericShaper.THAI,4096,Java.Awt.Font.Ranges,Thai,remove, -E,10,java/awt/font/NumericShaper.TIBETAN,16384,Java.Awt.Font.Ranges,Tibetan,remove, -I,0,java/io/PipedInputStream.PIPE_SIZE,1024,,,, -E,10,java/io/StreamTokenizer.TT_EOF,-1,Java.IO.TokenType,Eof,remove, -E,10,java/io/StreamTokenizer.TT_EOL,10,Java.IO.TokenType,Eol,remove, -E,10,java/io/StreamTokenizer.TT_NUMBER,-2,Java.IO.TokenType,Number,remove, -E,10,java/io/StreamTokenizer.TT_WORD,-3,Java.IO.TokenType,Word,remove, -I,24,java/lang/Byte.BYTES,1,,,, -I,0,java/lang/Byte.SIZE,8,,,, -I,24,java/lang/Character.BYTES,2,,,, -I,0,java/lang/Character.MAX_CODE_POINT,1114111,,,, -I,0,java/lang/Character.MAX_RADIX,36,,,, -I,0,java/lang/Character.MIN_CODE_POINT,0,,,, -I,0,java/lang/Character.MIN_RADIX,2,,,, -I,0,java/lang/Character.MIN_SUPPLEMENTARY_CODE_POINT,65536,,,, -I,0,java/lang/Character.SIZE,16,,,, -I,24,java/lang/Double.BYTES,8,,,, -I,0,java/lang/Double.MAX_EXPONENT,1023,,,, -I,0,java/lang/Double.MIN_EXPONENT,-1022,,,, -I,0,java/lang/Double.SIZE,64,,,, -I,24,java/lang/Float.BYTES,4,,,, -I,0,java/lang/Float.MAX_EXPONENT,127,,,, -I,0,java/lang/Float.MIN_EXPONENT,-126,,,, -I,0,java/lang/Float.SIZE,32,,,, -I,24,java/lang/Integer.BYTES,4,,,, -I,0,java/lang/Integer.MAX_VALUE,2147483647,,,, -I,0,java/lang/Integer.MIN_VALUE,-2147483648,,,, -I,0,java/lang/Integer.SIZE,32,,,, -E,26,java/lang/invoke/MethodHandles$Lookup.PACKAGE,8,Java.Lang.Invoke.MethodLookupModes,Package,remove, -E,26,java/lang/invoke/MethodHandles$Lookup.PRIVATE,2,Java.Lang.Invoke.MethodLookupModes,Private,remove, -E,26,java/lang/invoke/MethodHandles$Lookup.PROTECTED,4,Java.Lang.Invoke.MethodLookupModes,Protected,remove, -E,26,java/lang/invoke/MethodHandles$Lookup.PUBLIC,1,Java.Lang.Invoke.MethodLookupModes,Public,remove, -I,24,java/lang/Long.BYTES,8,,,, -I,0,java/lang/Long.SIZE,64,,,, -I,0,java/lang/reflect/Modifier.ABSTRACT,1024,,,, -I,0,java/lang/reflect/Modifier.FINAL,16,,,, -I,0,java/lang/reflect/Modifier.INTERFACE,512,,,, -I,0,java/lang/reflect/Modifier.NATIVE,256,,,, -I,0,java/lang/reflect/Modifier.PRIVATE,2,,,, -I,0,java/lang/reflect/Modifier.PROTECTED,4,,,, -I,0,java/lang/reflect/Modifier.PUBLIC,1,,,, -I,0,java/lang/reflect/Modifier.STATIC,8,,,, -I,0,java/lang/reflect/Modifier.STRICT,2048,,,, -I,0,java/lang/reflect/Modifier.SYNCHRONIZED,32,,,, -I,0,java/lang/reflect/Modifier.TRANSIENT,128,,,, -I,0,java/lang/reflect/Modifier.VOLATILE,64,,,, -I,24,java/lang/Short.BYTES,2,,,, -I,0,java/lang/Short.SIZE,16,,,, -I,0,java/lang/Thread.MAX_PRIORITY,10,,,, -I,0,java/lang/Thread.MIN_PRIORITY,1,,,, -I,0,java/lang/Thread.NORM_PRIORITY,5,,,, -E,10,java/math/BigDecimal.ROUND_CEILING,2,Java.Math.RoundOptions,Ceiling,remove, -E,10,java/math/BigDecimal.ROUND_DOWN,1,Java.Math.RoundOptions,Down,remove, -E,10,java/math/BigDecimal.ROUND_FLOOR,3,Java.Math.RoundOptions,Floor,remove, -E,10,java/math/BigDecimal.ROUND_HALF_DOWN,5,Java.Math.RoundOptions,HalfDown,remove, -E,10,java/math/BigDecimal.ROUND_HALF_EVEN,6,Java.Math.RoundOptions,HalfEven,remove, -E,10,java/math/BigDecimal.ROUND_HALF_UP,4,Java.Math.RoundOptions,HalfUp,remove, -E,10,java/math/BigDecimal.ROUND_UNNECESSARY,7,Java.Math.RoundOptions,Unnecessary,remove, -E,10,java/math/BigDecimal.ROUND_UP,0,Java.Math.RoundOptions,Up,remove, -E,10,java/net/HttpURLConnection.HTTP_ACCEPTED,202,Java.Net.HttpStatus,Accepted,remove, -E,10,java/net/HttpURLConnection.HTTP_BAD_GATEWAY,502,Java.Net.HttpStatus,BadGateway,remove, -E,10,java/net/HttpURLConnection.HTTP_BAD_METHOD,405,Java.Net.HttpStatus,BadMethod,remove, -E,10,java/net/HttpURLConnection.HTTP_BAD_REQUEST,400,Java.Net.HttpStatus,BadRequest,remove, -E,10,java/net/HttpURLConnection.HTTP_CLIENT_TIMEOUT,408,Java.Net.HttpStatus,ClientTimeout,remove, -E,10,java/net/HttpURLConnection.HTTP_CONFLICT,409,Java.Net.HttpStatus,Conflict,remove, -E,10,java/net/HttpURLConnection.HTTP_CREATED,201,Java.Net.HttpStatus,Created,remove, -E,10,java/net/HttpURLConnection.HTTP_ENTITY_TOO_LARGE,413,Java.Net.HttpStatus,EntityTooLarge,remove, -E,10,java/net/HttpURLConnection.HTTP_FORBIDDEN,403,Java.Net.HttpStatus,Forbidden,remove, -E,10,java/net/HttpURLConnection.HTTP_GATEWAY_TIMEOUT,504,Java.Net.HttpStatus,GatewayTimeout,remove, -E,10,java/net/HttpURLConnection.HTTP_GONE,410,Java.Net.HttpStatus,Gone,remove, -E,10,java/net/HttpURLConnection.HTTP_INTERNAL_ERROR,500,Java.Net.HttpStatus,InternalError,remove, -E,10,java/net/HttpURLConnection.HTTP_LENGTH_REQUIRED,411,Java.Net.HttpStatus,LengthRequired,remove, -E,10,java/net/HttpURLConnection.HTTP_MOVED_PERM,301,Java.Net.HttpStatus,MovedPerm,remove, -E,10,java/net/HttpURLConnection.HTTP_MOVED_TEMP,302,Java.Net.HttpStatus,MovedTemp,remove, -E,10,java/net/HttpURLConnection.HTTP_MULT_CHOICE,300,Java.Net.HttpStatus,MultChoice,remove, -E,10,java/net/HttpURLConnection.HTTP_NO_CONTENT,204,Java.Net.HttpStatus,NoContent,remove, -E,10,java/net/HttpURLConnection.HTTP_NOT_ACCEPTABLE,406,Java.Net.HttpStatus,NotAcceptable,remove, -E,10,java/net/HttpURLConnection.HTTP_NOT_AUTHORITATIVE,203,Java.Net.HttpStatus,NotAuthoritative,remove, -E,10,java/net/HttpURLConnection.HTTP_NOT_FOUND,404,Java.Net.HttpStatus,NotFound,remove, -E,10,java/net/HttpURLConnection.HTTP_NOT_IMPLEMENTED,501,Java.Net.HttpStatus,NotImplemented,remove, -E,10,java/net/HttpURLConnection.HTTP_NOT_MODIFIED,304,Java.Net.HttpStatus,NotModified,remove, -E,10,java/net/HttpURLConnection.HTTP_OK,200,Java.Net.HttpStatus,Ok,remove, -E,10,java/net/HttpURLConnection.HTTP_PARTIAL,206,Java.Net.HttpStatus,Partial,remove, -E,10,java/net/HttpURLConnection.HTTP_PAYMENT_REQUIRED,402,Java.Net.HttpStatus,PaymentRequired,remove, -E,10,java/net/HttpURLConnection.HTTP_PRECON_FAILED,412,Java.Net.HttpStatus,PreconFailed,remove, -E,10,java/net/HttpURLConnection.HTTP_PROXY_AUTH,407,Java.Net.HttpStatus,ProxyAuth,remove, -E,10,java/net/HttpURLConnection.HTTP_REQ_TOO_LONG,414,Java.Net.HttpStatus,ReqTooLong,remove, -E,10,java/net/HttpURLConnection.HTTP_RESET,205,Java.Net.HttpStatus,Reset,remove, -E,10,java/net/HttpURLConnection.HTTP_SEE_OTHER,303,Java.Net.HttpStatus,SeeOther,remove, -E,10,java/net/HttpURLConnection.HTTP_SERVER_ERROR,500,Java.Net.HttpStatus,ServerError,remove, -E,10,java/net/HttpURLConnection.HTTP_UNAUTHORIZED,401,Java.Net.HttpStatus,Unauthorized,remove, -E,10,java/net/HttpURLConnection.HTTP_UNAVAILABLE,503,Java.Net.HttpStatus,Unavailable,remove, -E,10,java/net/HttpURLConnection.HTTP_UNSUPPORTED_TYPE,415,Java.Net.HttpStatus,UnsupportedType,remove, -E,10,java/net/HttpURLConnection.HTTP_USE_PROXY,305,Java.Net.HttpStatus,UseProxy,remove, -E,10,java/net/HttpURLConnection.HTTP_VERSION,505,Java.Net.HttpStatus,Version,remove, -A,0,,0,Java.Net.IDNFlags,None,remove,flags -E,10,java/net/IDN.ALLOW_UNASSIGNED,1,Java.Net.IDNFlags,AllowUnassigned,remove,flags -E,10,java/net/IDN.USE_STD3_ASCII_RULES,2,Java.Net.IDNFlags,UseStd3AsciiRules,remove,flags -A,0,,0,Java.Nio.Channels.Operations,None,remove, -E,10,java/nio/channels/SelectionKey.OP_ACCEPT,16,Java.Nio.Channels.Operations,Accept,remove, -E,10,java/nio/channels/SelectionKey.OP_CONNECT,8,Java.Nio.Channels.Operations,Connect,remove, -E,10,java/nio/channels/SelectionKey.OP_READ,1,Java.Nio.Channels.Operations,Read,remove, -E,10,java/nio/channels/SelectionKey.OP_WRITE,4,Java.Nio.Channels.Operations,Write,remove, -E,10,java/security/Signature.SIGN,2,Java.Security.SignatureState,Sign,remove, -E,10,java/security/Signature.UNINITIALIZED,0,Java.Security.SignatureState,Uninitialized,remove, -E,10,java/security/Signature.VERIFY,3,Java.Security.SignatureState,Verify,remove, -I,0,java/sql/Types.ARRAY,2003,,,, -I,0,java/sql/Types.BIGINT,-5,,,, -I,0,java/sql/Types.BINARY,-2,,,, -I,0,java/sql/Types.BIT,-7,,,, -I,0,java/sql/Types.BLOB,2004,,,, -I,0,java/sql/Types.BOOLEAN,16,,,, -I,0,java/sql/Types.CHAR,1,,,, -I,0,java/sql/Types.CLOB,2005,,,, -I,0,java/sql/Types.DATALINK,70,,,, -I,0,java/sql/Types.DATE,91,,,, -I,0,java/sql/Types.DECIMAL,3,,,, -I,0,java/sql/Types.DISTINCT,2001,,,, -I,0,java/sql/Types.DOUBLE,8,,,, -I,0,java/sql/Types.FLOAT,6,,,, -I,0,java/sql/Types.INTEGER,4,,,, -I,0,java/sql/Types.JAVA_OBJECT,2000,,,, -I,0,java/sql/Types.LONGNVARCHAR,-16,,,, -I,0,java/sql/Types.LONGVARBINARY,-4,,,, -I,0,java/sql/Types.LONGVARCHAR,-1,,,, -I,0,java/sql/Types.NCHAR,-15,,,, -I,0,java/sql/Types.NCLOB,2011,,,, -I,0,java/sql/Types.NULL,0,,,, -I,0,java/sql/Types.NUMERIC,2,,,, -I,0,java/sql/Types.NVARCHAR,-9,,,, -I,0,java/sql/Types.OTHER,1111,,,, -I,0,java/sql/Types.REAL,7,,,, -I,0,java/sql/Types.REF,2006,,,, -I,0,java/sql/Types.ROWID,-8,,,, -I,0,java/sql/Types.SMALLINT,5,,,, -I,0,java/sql/Types.SQLXML,2009,,,, -I,0,java/sql/Types.STRUCT,2002,,,, -I,0,java/sql/Types.TIME,92,,,, -I,0,java/sql/Types.TIMESTAMP,93,,,, -I,0,java/sql/Types.TINYINT,-6,,,, -I,0,java/sql/Types.VARBINARY,-3,,,, -I,0,java/sql/Types.VARCHAR,12,,,, -I,0,java/text/Bidi.DIRECTION_DEFAULT_LEFT_TO_RIGHT,-2,,,, -I,0,java/text/Bidi.DIRECTION_DEFAULT_RIGHT_TO_LEFT,-1,,,, -I,0,java/text/Bidi.DIRECTION_LEFT_TO_RIGHT,0,,,, -I,0,java/text/Bidi.DIRECTION_RIGHT_TO_LEFT,1,,,, -I,0,java/text/BreakIterator.DONE,-1,,,, -I,0,java/text/CollationElementIterator.NULLORDER,-1,,,, -I,0,java/text/Collator.CANONICAL_DECOMPOSITION,1,,,, -I,0,java/text/Collator.FULL_DECOMPOSITION,2,,,, -I,0,java/text/Collator.IDENTICAL,3,,,, -I,0,java/text/Collator.NO_DECOMPOSITION,0,,,, -I,0,java/text/Collator.PRIMARY,0,,,, -I,0,java/text/Collator.SECONDARY,1,,,, -I,0,java/text/Collator.TERTIARY,2,,,, -I,0,java/text/DateFormat.AM_PM_FIELD,14,,,, -I,0,java/text/DateFormat.DATE_FIELD,3,,,, -I,0,java/text/DateFormat.DAY_OF_WEEK_FIELD,9,,,, -I,0,java/text/DateFormat.DAY_OF_WEEK_IN_MONTH_FIELD,11,,,, -I,0,java/text/DateFormat.DAY_OF_YEAR_FIELD,10,,,, -I,0,java/text/DateFormat.DEFAULT,2,,,, -I,0,java/text/DateFormat.ERA_FIELD,0,,,, -I,0,java/text/DateFormat.FULL,0,,,, -I,0,java/text/DateFormat.HOUR_OF_DAY0_FIELD,5,,,, -I,0,java/text/DateFormat.HOUR_OF_DAY1_FIELD,4,,,, -I,0,java/text/DateFormat.HOUR0_FIELD,16,,,, -I,0,java/text/DateFormat.HOUR1_FIELD,15,,,, -I,0,java/text/DateFormat.LONG,1,,,, -I,0,java/text/DateFormat.MEDIUM,2,,,, -I,0,java/text/DateFormat.MILLISECOND_FIELD,8,,,, -I,0,java/text/DateFormat.MINUTE_FIELD,6,,,, -I,0,java/text/DateFormat.MONTH_FIELD,2,,,, -I,0,java/text/DateFormat.SECOND_FIELD,7,,,, -I,0,java/text/DateFormat.SHORT,3,,,, -I,0,java/text/DateFormat.TIMEZONE_FIELD,17,,,, -I,0,java/text/DateFormat.WEEK_OF_MONTH_FIELD,13,,,, -I,0,java/text/DateFormat.WEEK_OF_YEAR_FIELD,12,,,, -I,0,java/text/DateFormat.YEAR_FIELD,1,,,, -I,0,java/text/NumberFormat.FRACTION_FIELD,1,,,, -I,0,java/text/NumberFormat.INTEGER_FIELD,0,,,, -I,26,java/time/Year.MAX_VALUE,999999999,,,, -I,26,java/time/Year.MIN_VALUE,-999999999,,,, -E,10,java/util/Calendar.ALL_STYLES,0,Java.Util.CalendarStyle,AllStyles,remove, -I,0,java/util/Calendar.AM,0,,,, -E,10,java/util/Calendar.AM_PM,9,Java.Util.CalendarField,AmPm,remove, -I,0,java/util/Calendar.APRIL,3,,,, -I,0,java/util/Calendar.AUGUST,7,,,, -E,10,java/util/Calendar.DATE,5,Java.Util.CalendarField,Date,remove, -E,10,java/util/Calendar.DAY_OF_MONTH,5,Java.Util.CalendarField,DayOfMonth,remove, -E,10,java/util/Calendar.DAY_OF_WEEK,7,Java.Util.CalendarField,DayOfWeek,remove, -E,10,java/util/Calendar.DAY_OF_WEEK_IN_MONTH,8,Java.Util.CalendarField,DayOfWeekInMonth,remove, -E,10,java/util/Calendar.DAY_OF_YEAR,6,Java.Util.CalendarField,DayOfYear,remove, -I,0,java/util/Calendar.DECEMBER,11,,,, -E,10,java/util/Calendar.DST_OFFSET,16,Java.Util.CalendarField,DstOffset,remove, -E,10,java/util/Calendar.ERA,0,Java.Util.CalendarField,Era,remove, -I,0,java/util/Calendar.FEBRUARY,1,,,, -I,0,java/util/Calendar.FIELD_COUNT,17,,,, -I,0,java/util/Calendar.FRIDAY,6,,,, -E,10,java/util/Calendar.HOUR,10,Java.Util.CalendarField,Hour,remove, -E,10,java/util/Calendar.HOUR_OF_DAY,11,Java.Util.CalendarField,HourOfDay,remove, -I,0,java/util/Calendar.JANUARY,0,,,, -I,0,java/util/Calendar.JULY,6,,,, -I,0,java/util/Calendar.JUNE,5,,,, -E,10,java/util/Calendar.LONG,2,Java.Util.CalendarStyle,Long,remove, -I,26,java/util/Calendar.LONG_FORMAT,2,,,, -I,26,java/util/Calendar.LONG_STANDALONE,32770,,,, -I,0,java/util/Calendar.MARCH,2,,,, -I,0,java/util/Calendar.MAY,4,,,, -E,10,java/util/Calendar.MILLISECOND,14,Java.Util.CalendarField,Millisecond,remove, -E,10,java/util/Calendar.MINUTE,12,Java.Util.CalendarField,Minute,remove, -I,0,java/util/Calendar.MONDAY,2,,,, -E,10,java/util/Calendar.MONTH,2,Java.Util.CalendarField,Month,remove, -I,26,java/util/Calendar.NARROW_FORMAT,4,,,, -I,26,java/util/Calendar.NARROW_STANDALONE,32772,,,, -I,0,java/util/Calendar.NOVEMBER,10,,,, -I,0,java/util/Calendar.OCTOBER,9,,,, -I,0,java/util/Calendar.PM,1,,,, -I,0,java/util/Calendar.SATURDAY,7,,,, -E,10,java/util/Calendar.SECOND,13,Java.Util.CalendarField,Second,remove, -I,0,java/util/Calendar.SEPTEMBER,8,,,, -E,10,java/util/Calendar.SHORT,1,Java.Util.CalendarStyle,Short,remove, -I,26,java/util/Calendar.SHORT_FORMAT,1,,,, -I,26,java/util/Calendar.SHORT_STANDALONE,32769,,,, -I,0,java/util/Calendar.SUNDAY,1,,,, -I,0,java/util/Calendar.THURSDAY,5,,,, -I,0,java/util/Calendar.TUESDAY,3,,,, -I,0,java/util/Calendar.UNDECIMBER,12,,,, -I,0,java/util/Calendar.WEDNESDAY,4,,,, -E,10,java/util/Calendar.WEEK_OF_MONTH,4,Java.Util.CalendarField,WeekOfMonth,remove, -E,10,java/util/Calendar.WEEK_OF_YEAR,3,Java.Util.CalendarField,WeekOfYear,remove, -E,10,java/util/Calendar.YEAR,1,Java.Util.CalendarField,Year,remove, -E,10,java/util/Calendar.ZONE_OFFSET,15,Java.Util.CalendarField,ZoneOffset,remove, -E,10,java/util/FormattableFlags.ALTERNATE,4,Java.Util.FormatFlags,Alternate,remove,flags -E,10,java/util/FormattableFlags.LEFT_JUSTIFY,1,Java.Util.FormatFlags,LeftJustify,remove,flags -E,10,java/util/FormattableFlags.UPPERCASE,2,Java.Util.FormatFlags,Uppercase,remove,flags -I,0,java/util/GregorianCalendar.AD,1,,,, -I,0,java/util/GregorianCalendar.BC,0,,,, -I,29,java/util/jar/JarEntry.CENATT,36,,,, -I,29,java/util/jar/JarEntry.CENATX,38,,,, -I,29,java/util/jar/JarEntry.CENCOM,32,,,, -I,29,java/util/jar/JarEntry.CENCRC,16,,,, -I,29,java/util/jar/JarEntry.CENDSK,34,,,, -I,29,java/util/jar/JarEntry.CENEXT,30,,,, -I,29,java/util/jar/JarEntry.CENFLG,8,,,, -I,29,java/util/jar/JarEntry.CENHDR,46,,,, -I,29,java/util/jar/JarEntry.CENHOW,10,,,, -I,29,java/util/jar/JarEntry.CENLEN,24,,,, -I,29,java/util/jar/JarEntry.CENNAM,28,,,, -I,29,java/util/jar/JarEntry.CENOFF,42,,,, -I,29,java/util/jar/JarEntry.CENSIZ,20,,,, -I,29,java/util/jar/JarEntry.CENTIM,12,,,, -I,29,java/util/jar/JarEntry.CENVEM,4,,,, -I,29,java/util/jar/JarEntry.CENVER,6,,,, -I,29,java/util/jar/JarEntry.ENDCOM,20,,,, -I,29,java/util/jar/JarEntry.ENDHDR,22,,,, -I,29,java/util/jar/JarEntry.ENDOFF,16,,,, -I,29,java/util/jar/JarEntry.ENDSIZ,12,,,, -I,29,java/util/jar/JarEntry.ENDSUB,8,,,, -I,29,java/util/jar/JarEntry.ENDTOT,10,,,, -I,29,java/util/jar/JarEntry.EXTCRC,4,,,, -I,29,java/util/jar/JarEntry.EXTHDR,16,,,, -I,29,java/util/jar/JarEntry.EXTLEN,12,,,, -I,29,java/util/jar/JarEntry.EXTSIZ,8,,,, -I,29,java/util/jar/JarEntry.LOCCRC,14,,,, -I,29,java/util/jar/JarEntry.LOCEXT,28,,,, -I,29,java/util/jar/JarEntry.LOCFLG,6,,,, -I,29,java/util/jar/JarEntry.LOCHDR,30,,,, -I,29,java/util/jar/JarEntry.LOCHOW,8,,,, -I,29,java/util/jar/JarEntry.LOCLEN,22,,,, -I,29,java/util/jar/JarEntry.LOCNAM,26,,,, -I,29,java/util/jar/JarEntry.LOCSIZ,18,,,, -I,29,java/util/jar/JarEntry.LOCTIM,10,,,, -I,29,java/util/jar/JarEntry.LOCVER,4,,,, -I,29,java/util/jar/JarFile.CENATT,36,,,, -I,29,java/util/jar/JarFile.CENATX,38,,,, -I,29,java/util/jar/JarFile.CENCOM,32,,,, -I,29,java/util/jar/JarFile.CENCRC,16,,,, -I,29,java/util/jar/JarFile.CENDSK,34,,,, -I,29,java/util/jar/JarFile.CENEXT,30,,,, -I,29,java/util/jar/JarFile.CENFLG,8,,,, -I,29,java/util/jar/JarFile.CENHDR,46,,,, -I,29,java/util/jar/JarFile.CENHOW,10,,,, -I,29,java/util/jar/JarFile.CENLEN,24,,,, -I,29,java/util/jar/JarFile.CENNAM,28,,,, -I,29,java/util/jar/JarFile.CENOFF,42,,,, -I,29,java/util/jar/JarFile.CENSIZ,20,,,, -I,29,java/util/jar/JarFile.CENTIM,12,,,, -I,29,java/util/jar/JarFile.CENVEM,4,,,, -I,29,java/util/jar/JarFile.CENVER,6,,,, -I,29,java/util/jar/JarFile.ENDCOM,20,,,, -I,29,java/util/jar/JarFile.ENDHDR,22,,,, -I,29,java/util/jar/JarFile.ENDOFF,16,,,, -I,29,java/util/jar/JarFile.ENDSIZ,12,,,, -I,29,java/util/jar/JarFile.ENDSUB,8,,,, -I,29,java/util/jar/JarFile.ENDTOT,10,,,, -I,29,java/util/jar/JarFile.EXTCRC,4,,,, -I,29,java/util/jar/JarFile.EXTHDR,16,,,, -I,29,java/util/jar/JarFile.EXTLEN,12,,,, -I,29,java/util/jar/JarFile.EXTSIZ,8,,,, -I,29,java/util/jar/JarFile.LOCCRC,14,,,, -I,29,java/util/jar/JarFile.LOCEXT,28,,,, -I,29,java/util/jar/JarFile.LOCFLG,6,,,, -I,29,java/util/jar/JarFile.LOCHDR,30,,,, -I,29,java/util/jar/JarFile.LOCHOW,8,,,, -I,29,java/util/jar/JarFile.LOCLEN,22,,,, -I,29,java/util/jar/JarFile.LOCNAM,26,,,, -I,29,java/util/jar/JarFile.LOCSIZ,18,,,, -I,29,java/util/jar/JarFile.LOCTIM,10,,,, -I,29,java/util/jar/JarFile.LOCVER,4,,,, -I,29,java/util/jar/JarInputStream.CENATT,36,,,, -I,29,java/util/jar/JarInputStream.CENATX,38,,,, -I,29,java/util/jar/JarInputStream.CENCOM,32,,,, -I,29,java/util/jar/JarInputStream.CENCRC,16,,,, -I,29,java/util/jar/JarInputStream.CENDSK,34,,,, -I,29,java/util/jar/JarInputStream.CENEXT,30,,,, -I,29,java/util/jar/JarInputStream.CENFLG,8,,,, -I,29,java/util/jar/JarInputStream.CENHDR,46,,,, -I,29,java/util/jar/JarInputStream.CENHOW,10,,,, -I,29,java/util/jar/JarInputStream.CENLEN,24,,,, -I,29,java/util/jar/JarInputStream.CENNAM,28,,,, -I,29,java/util/jar/JarInputStream.CENOFF,42,,,, -I,29,java/util/jar/JarInputStream.CENSIZ,20,,,, -I,29,java/util/jar/JarInputStream.CENTIM,12,,,, -I,29,java/util/jar/JarInputStream.CENVEM,4,,,, -I,29,java/util/jar/JarInputStream.CENVER,6,,,, -I,29,java/util/jar/JarInputStream.ENDCOM,20,,,, -I,29,java/util/jar/JarInputStream.ENDHDR,22,,,, -I,29,java/util/jar/JarInputStream.ENDOFF,16,,,, -I,29,java/util/jar/JarInputStream.ENDSIZ,12,,,, -I,29,java/util/jar/JarInputStream.ENDSUB,8,,,, -I,29,java/util/jar/JarInputStream.ENDTOT,10,,,, -I,29,java/util/jar/JarInputStream.EXTCRC,4,,,, -I,29,java/util/jar/JarInputStream.EXTHDR,16,,,, -I,29,java/util/jar/JarInputStream.EXTLEN,12,,,, -I,29,java/util/jar/JarInputStream.EXTSIZ,8,,,, -I,29,java/util/jar/JarInputStream.LOCCRC,14,,,, -I,29,java/util/jar/JarInputStream.LOCEXT,28,,,, -I,29,java/util/jar/JarInputStream.LOCFLG,6,,,, -I,29,java/util/jar/JarInputStream.LOCHDR,30,,,, -I,29,java/util/jar/JarInputStream.LOCHOW,8,,,, -I,29,java/util/jar/JarInputStream.LOCLEN,22,,,, -I,29,java/util/jar/JarInputStream.LOCNAM,26,,,, -I,29,java/util/jar/JarInputStream.LOCSIZ,18,,,, -I,29,java/util/jar/JarInputStream.LOCTIM,10,,,, -I,29,java/util/jar/JarInputStream.LOCVER,4,,,, -I,29,java/util/jar/JarOutputStream.CENATT,36,,,, -I,29,java/util/jar/JarOutputStream.CENATX,38,,,, -I,29,java/util/jar/JarOutputStream.CENCOM,32,,,, -I,29,java/util/jar/JarOutputStream.CENCRC,16,,,, -I,29,java/util/jar/JarOutputStream.CENDSK,34,,,, -I,29,java/util/jar/JarOutputStream.CENEXT,30,,,, -I,29,java/util/jar/JarOutputStream.CENFLG,8,,,, -I,29,java/util/jar/JarOutputStream.CENHDR,46,,,, -I,29,java/util/jar/JarOutputStream.CENHOW,10,,,, -I,29,java/util/jar/JarOutputStream.CENLEN,24,,,, -I,29,java/util/jar/JarOutputStream.CENNAM,28,,,, -I,29,java/util/jar/JarOutputStream.CENOFF,42,,,, -I,29,java/util/jar/JarOutputStream.CENSIZ,20,,,, -I,29,java/util/jar/JarOutputStream.CENTIM,12,,,, -I,29,java/util/jar/JarOutputStream.CENVEM,4,,,, -I,29,java/util/jar/JarOutputStream.CENVER,6,,,, -I,29,java/util/jar/JarOutputStream.ENDCOM,20,,,, -I,29,java/util/jar/JarOutputStream.ENDHDR,22,,,, -I,29,java/util/jar/JarOutputStream.ENDOFF,16,,,, -I,29,java/util/jar/JarOutputStream.ENDSIZ,12,,,, -I,29,java/util/jar/JarOutputStream.ENDSUB,8,,,, -I,29,java/util/jar/JarOutputStream.ENDTOT,10,,,, -I,29,java/util/jar/JarOutputStream.EXTCRC,4,,,, -I,29,java/util/jar/JarOutputStream.EXTHDR,16,,,, -I,29,java/util/jar/JarOutputStream.EXTLEN,12,,,, -I,29,java/util/jar/JarOutputStream.EXTSIZ,8,,,, -I,29,java/util/jar/JarOutputStream.LOCCRC,14,,,, -I,29,java/util/jar/JarOutputStream.LOCEXT,28,,,, -I,29,java/util/jar/JarOutputStream.LOCFLG,6,,,, -I,29,java/util/jar/JarOutputStream.LOCHDR,30,,,, -I,29,java/util/jar/JarOutputStream.LOCHOW,8,,,, -I,29,java/util/jar/JarOutputStream.LOCLEN,22,,,, -I,29,java/util/jar/JarOutputStream.LOCNAM,26,,,, -I,29,java/util/jar/JarOutputStream.LOCSIZ,18,,,, -I,29,java/util/jar/JarOutputStream.LOCTIM,10,,,, -I,29,java/util/jar/JarOutputStream.LOCVER,4,,,, -I,0,java/util/logging/ErrorManager.CLOSE_FAILURE,3,,,, -I,0,java/util/logging/ErrorManager.FLUSH_FAILURE,2,,,, -I,0,java/util/logging/ErrorManager.FORMAT_FAILURE,5,,,, -I,0,java/util/logging/ErrorManager.GENERIC_FAILURE,0,,,, -I,0,java/util/logging/ErrorManager.OPEN_FAILURE,4,,,, -I,0,java/util/logging/ErrorManager.WRITE_FAILURE,1,,,, -I,0,java/util/prefs/Preferences.MAX_KEY_LENGTH,80,,,, -I,0,java/util/prefs/Preferences.MAX_NAME_LENGTH,80,,,, -I,0,java/util/prefs/Preferences.MAX_VALUE_LENGTH,8192,,,, -E,10,java/util/regex/Pattern.CANON_EQ,128,Java.Util.Regex.RegexOptions,CanonEq,remove, -E,10,java/util/regex/Pattern.CASE_INSENSITIVE,2,Java.Util.Regex.RegexOptions,CaseInsensitive,remove, -E,10,java/util/regex/Pattern.COMMENTS,4,Java.Util.Regex.RegexOptions,Comments,remove, -E,10,java/util/regex/Pattern.DOTALL,32,Java.Util.Regex.RegexOptions,Dotall,remove, -E,10,java/util/regex/Pattern.LITERAL,16,Java.Util.Regex.RegexOptions,Literal,remove, -E,10,java/util/regex/Pattern.MULTILINE,8,Java.Util.Regex.RegexOptions,Multiline,remove, -E,10,java/util/regex/Pattern.UNICODE_CASE,64,Java.Util.Regex.RegexOptions,UnicodeCase,remove, -E,24,java/util/regex/Pattern.UNICODE_CHARACTER_CLASS,256,Java.Util.Regex.RegexOptions,UnicodeCharacterClass,remove, -E,10,java/util/regex/Pattern.UNIX_LINES,1,Java.Util.Regex.RegexOptions,UnixLines,remove, -E,10,java/util/SimpleTimeZone.STANDARD_TIME,1,Java.Util.TimeZoneKind,StandardTime,remove, -E,10,java/util/SimpleTimeZone.UTC_TIME,2,Java.Util.TimeZoneKind,UtcTime,remove, -E,10,java/util/SimpleTimeZone.WALL_TIME,0,Java.Util.TimeZoneKind,WallTime,remove, -E,10,java/util/TimeZone.LONG,1,Java.Util.TimeZoneStyle,Long,remove, -E,10,java/util/TimeZone.SHORT,0,Java.Util.TimeZoneStyle,Short,remove, -I,0,java/util/zip/Deflater.BEST_COMPRESSION,9,,,, -I,0,java/util/zip/Deflater.BEST_SPEED,1,,,, -I,0,java/util/zip/Deflater.DEFAULT_COMPRESSION,-1,,,, -I,0,java/util/zip/Deflater.DEFAULT_STRATEGY,0,,,, -I,0,java/util/zip/Deflater.DEFLATED,8,,,, -I,0,java/util/zip/Deflater.FILTERED,1,,,, -I,19,java/util/zip/Deflater.FULL_FLUSH,3,,,, -I,0,java/util/zip/Deflater.HUFFMAN_ONLY,2,,,, -I,0,java/util/zip/Deflater.NO_COMPRESSION,0,,,, -I,19,java/util/zip/Deflater.NO_FLUSH,0,,,, -I,19,java/util/zip/Deflater.SYNC_FLUSH,2,,,, -I,0,java/util/zip/GZIPInputStream.GZIP_MAGIC,35615,,,, -I,21,java/util/zip/ZipEntry.CENATT,36,,,, -I,21,java/util/zip/ZipEntry.CENATX,38,,,, -I,21,java/util/zip/ZipEntry.CENCOM,32,,,, -I,21,java/util/zip/ZipEntry.CENCRC,16,,,, -I,21,java/util/zip/ZipEntry.CENDSK,34,,,, -I,21,java/util/zip/ZipEntry.CENEXT,30,,,, -I,21,java/util/zip/ZipEntry.CENFLG,8,,,, -I,21,java/util/zip/ZipEntry.CENHDR,46,,,, -I,21,java/util/zip/ZipEntry.CENHOW,10,,,, -I,21,java/util/zip/ZipEntry.CENLEN,24,,,, -I,21,java/util/zip/ZipEntry.CENNAM,28,,,, -I,21,java/util/zip/ZipEntry.CENOFF,42,,,, -I,21,java/util/zip/ZipEntry.CENSIZ,20,,,, -I,21,java/util/zip/ZipEntry.CENTIM,12,,,, -I,21,java/util/zip/ZipEntry.CENVEM,4,,,, -I,21,java/util/zip/ZipEntry.CENVER,6,,,, -I,0,java/util/zip/ZipEntry.DEFLATED,8,,,, -I,21,java/util/zip/ZipEntry.ENDCOM,20,,,, -I,21,java/util/zip/ZipEntry.ENDHDR,22,,,, -I,21,java/util/zip/ZipEntry.ENDOFF,16,,,, -I,21,java/util/zip/ZipEntry.ENDSIZ,12,,,, -I,21,java/util/zip/ZipEntry.ENDSUB,8,,,, -I,21,java/util/zip/ZipEntry.ENDTOT,10,,,, -I,21,java/util/zip/ZipEntry.EXTCRC,4,,,, -I,21,java/util/zip/ZipEntry.EXTHDR,16,,,, -I,21,java/util/zip/ZipEntry.EXTLEN,12,,,, -I,21,java/util/zip/ZipEntry.EXTSIZ,8,,,, -I,21,java/util/zip/ZipEntry.LOCCRC,14,,,, -I,21,java/util/zip/ZipEntry.LOCEXT,28,,,, -I,21,java/util/zip/ZipEntry.LOCFLG,6,,,, -I,21,java/util/zip/ZipEntry.LOCHDR,30,,,, -I,21,java/util/zip/ZipEntry.LOCHOW,8,,,, -I,21,java/util/zip/ZipEntry.LOCLEN,22,,,, -I,21,java/util/zip/ZipEntry.LOCNAM,26,,,, -I,21,java/util/zip/ZipEntry.LOCSIZ,18,,,, -I,21,java/util/zip/ZipEntry.LOCTIM,10,,,, -I,21,java/util/zip/ZipEntry.LOCVER,4,,,, -I,0,java/util/zip/ZipEntry.STORED,0,,,, -I,21,java/util/zip/ZipFile.CENATT,36,,,, -I,21,java/util/zip/ZipFile.CENATX,38,,,, -I,21,java/util/zip/ZipFile.CENCOM,32,,,, -I,21,java/util/zip/ZipFile.CENCRC,16,,,, -I,21,java/util/zip/ZipFile.CENDSK,34,,,, -I,21,java/util/zip/ZipFile.CENEXT,30,,,, -I,21,java/util/zip/ZipFile.CENFLG,8,,,, -I,21,java/util/zip/ZipFile.CENHDR,46,,,, -I,21,java/util/zip/ZipFile.CENHOW,10,,,, -I,21,java/util/zip/ZipFile.CENLEN,24,,,, -I,21,java/util/zip/ZipFile.CENNAM,28,,,, -I,21,java/util/zip/ZipFile.CENOFF,42,,,, -I,21,java/util/zip/ZipFile.CENSIZ,20,,,, -I,21,java/util/zip/ZipFile.CENTIM,12,,,, -I,21,java/util/zip/ZipFile.CENVEM,4,,,, -I,21,java/util/zip/ZipFile.CENVER,6,,,, -I,21,java/util/zip/ZipFile.ENDCOM,20,,,, -I,21,java/util/zip/ZipFile.ENDHDR,22,,,, -I,21,java/util/zip/ZipFile.ENDOFF,16,,,, -I,21,java/util/zip/ZipFile.ENDSIZ,12,,,, -I,21,java/util/zip/ZipFile.ENDSUB,8,,,, -I,21,java/util/zip/ZipFile.ENDTOT,10,,,, -I,21,java/util/zip/ZipFile.EXTCRC,4,,,, -I,21,java/util/zip/ZipFile.EXTHDR,16,,,, -I,21,java/util/zip/ZipFile.EXTLEN,12,,,, -I,21,java/util/zip/ZipFile.EXTSIZ,8,,,, -I,21,java/util/zip/ZipFile.LOCCRC,14,,,, -I,21,java/util/zip/ZipFile.LOCEXT,28,,,, -I,21,java/util/zip/ZipFile.LOCFLG,6,,,, -I,21,java/util/zip/ZipFile.LOCHDR,30,,,, -I,21,java/util/zip/ZipFile.LOCHOW,8,,,, -I,21,java/util/zip/ZipFile.LOCLEN,22,,,, -I,21,java/util/zip/ZipFile.LOCNAM,26,,,, -I,21,java/util/zip/ZipFile.LOCSIZ,18,,,, -I,21,java/util/zip/ZipFile.LOCTIM,10,,,, -I,21,java/util/zip/ZipFile.LOCVER,4,,,, -I,0,java/util/zip/ZipFile.OPEN_DELETE,4,,,, -I,0,java/util/zip/ZipFile.OPEN_READ,1,,,, -I,21,java/util/zip/ZipInputStream.CENATT,36,,,, -I,21,java/util/zip/ZipInputStream.CENATX,38,,,, -I,21,java/util/zip/ZipInputStream.CENCOM,32,,,, -I,21,java/util/zip/ZipInputStream.CENCRC,16,,,, -I,21,java/util/zip/ZipInputStream.CENDSK,34,,,, -I,21,java/util/zip/ZipInputStream.CENEXT,30,,,, -I,21,java/util/zip/ZipInputStream.CENFLG,8,,,, -I,21,java/util/zip/ZipInputStream.CENHDR,46,,,, -I,21,java/util/zip/ZipInputStream.CENHOW,10,,,, -I,21,java/util/zip/ZipInputStream.CENLEN,24,,,, -I,21,java/util/zip/ZipInputStream.CENNAM,28,,,, -I,21,java/util/zip/ZipInputStream.CENOFF,42,,,, -I,21,java/util/zip/ZipInputStream.CENSIZ,20,,,, -I,21,java/util/zip/ZipInputStream.CENTIM,12,,,, -I,21,java/util/zip/ZipInputStream.CENVEM,4,,,, -I,21,java/util/zip/ZipInputStream.CENVER,6,,,, -I,21,java/util/zip/ZipInputStream.ENDCOM,20,,,, -I,21,java/util/zip/ZipInputStream.ENDHDR,22,,,, -I,21,java/util/zip/ZipInputStream.ENDOFF,16,,,, -I,21,java/util/zip/ZipInputStream.ENDSIZ,12,,,, -I,21,java/util/zip/ZipInputStream.ENDSUB,8,,,, -I,21,java/util/zip/ZipInputStream.ENDTOT,10,,,, -I,21,java/util/zip/ZipInputStream.EXTCRC,4,,,, -I,21,java/util/zip/ZipInputStream.EXTHDR,16,,,, -I,21,java/util/zip/ZipInputStream.EXTLEN,12,,,, -I,21,java/util/zip/ZipInputStream.EXTSIZ,8,,,, -I,21,java/util/zip/ZipInputStream.LOCCRC,14,,,, -I,21,java/util/zip/ZipInputStream.LOCEXT,28,,,, -I,21,java/util/zip/ZipInputStream.LOCFLG,6,,,, -I,21,java/util/zip/ZipInputStream.LOCHDR,30,,,, -I,21,java/util/zip/ZipInputStream.LOCHOW,8,,,, -I,21,java/util/zip/ZipInputStream.LOCLEN,22,,,, -I,21,java/util/zip/ZipInputStream.LOCNAM,26,,,, -I,21,java/util/zip/ZipInputStream.LOCSIZ,18,,,, -I,21,java/util/zip/ZipInputStream.LOCTIM,10,,,, -I,21,java/util/zip/ZipInputStream.LOCVER,4,,,, -I,21,java/util/zip/ZipOutputStream.CENATT,36,,,, -I,21,java/util/zip/ZipOutputStream.CENATX,38,,,, -I,21,java/util/zip/ZipOutputStream.CENCOM,32,,,, -I,21,java/util/zip/ZipOutputStream.CENCRC,16,,,, -I,21,java/util/zip/ZipOutputStream.CENDSK,34,,,, -I,21,java/util/zip/ZipOutputStream.CENEXT,30,,,, -I,21,java/util/zip/ZipOutputStream.CENFLG,8,,,, -I,21,java/util/zip/ZipOutputStream.CENHDR,46,,,, -I,21,java/util/zip/ZipOutputStream.CENHOW,10,,,, -I,21,java/util/zip/ZipOutputStream.CENLEN,24,,,, -I,21,java/util/zip/ZipOutputStream.CENNAM,28,,,, -I,21,java/util/zip/ZipOutputStream.CENOFF,42,,,, -I,21,java/util/zip/ZipOutputStream.CENSIZ,20,,,, -I,21,java/util/zip/ZipOutputStream.CENTIM,12,,,, -I,21,java/util/zip/ZipOutputStream.CENVEM,4,,,, -I,21,java/util/zip/ZipOutputStream.CENVER,6,,,, -I,0,java/util/zip/ZipOutputStream.DEFLATED,8,,,, -I,21,java/util/zip/ZipOutputStream.ENDCOM,20,,,, -I,21,java/util/zip/ZipOutputStream.ENDHDR,22,,,, -I,21,java/util/zip/ZipOutputStream.ENDOFF,16,,,, -I,21,java/util/zip/ZipOutputStream.ENDSIZ,12,,,, -I,21,java/util/zip/ZipOutputStream.ENDSUB,8,,,, -I,21,java/util/zip/ZipOutputStream.ENDTOT,10,,,, -I,21,java/util/zip/ZipOutputStream.EXTCRC,4,,,, -I,21,java/util/zip/ZipOutputStream.EXTHDR,16,,,, -I,21,java/util/zip/ZipOutputStream.EXTLEN,12,,,, -I,21,java/util/zip/ZipOutputStream.EXTSIZ,8,,,, -I,21,java/util/zip/ZipOutputStream.LOCCRC,14,,,, -I,21,java/util/zip/ZipOutputStream.LOCEXT,28,,,, -I,21,java/util/zip/ZipOutputStream.LOCFLG,6,,,, -I,21,java/util/zip/ZipOutputStream.LOCHDR,30,,,, -I,21,java/util/zip/ZipOutputStream.LOCHOW,8,,,, -I,21,java/util/zip/ZipOutputStream.LOCLEN,22,,,, -I,21,java/util/zip/ZipOutputStream.LOCNAM,26,,,, -I,21,java/util/zip/ZipOutputStream.LOCSIZ,18,,,, -I,21,java/util/zip/ZipOutputStream.LOCTIM,10,,,, -I,21,java/util/zip/ZipOutputStream.LOCVER,4,,,, -I,0,java/util/zip/ZipOutputStream.STORED,0,,,, -E,10,javax/crypto/Cipher.DECRYPT_MODE,2,Javax.Crypto.CipherMode,DecryptMode,remove, -E,10,javax/crypto/Cipher.ENCRYPT_MODE,1,Javax.Crypto.CipherMode,EncryptMode,remove, -E,10,javax/crypto/Cipher.PRIVATE_KEY,2,Javax.Crypto.KeyType,PrivateKey,remove, -E,10,javax/crypto/Cipher.PUBLIC_KEY,1,Javax.Crypto.KeyType,PublicKey,remove, -E,10,javax/crypto/Cipher.SECRET_KEY,3,Javax.Crypto.KeyType,SecretKey,remove, -E,10,javax/crypto/Cipher.UNWRAP_MODE,4,Javax.Crypto.CipherMode,UnwrapMode,remove, -E,10,javax/crypto/Cipher.WRAP_MODE,3,Javax.Crypto.CipherMode,WrapMode,remove, -I,0,javax/crypto/spec/DESedeKeySpec.DES_EDE_KEY_LEN,24,,,, -I,0,javax/crypto/spec/DESKeySpec.DES_KEY_LEN,8,,,, -I,24,javax/net/ssl/StandardConstants.SNI_HOST_NAME,0,,,, -I,0,javax/xml/datatype/DatatypeConstants.APRIL,4,,,, -I,0,javax/xml/datatype/DatatypeConstants.AUGUST,8,,,, -I,0,javax/xml/datatype/DatatypeConstants.DECEMBER,12,,,, -I,0,javax/xml/datatype/DatatypeConstants.EQUAL,0,,,, -I,0,javax/xml/datatype/DatatypeConstants.FEBRUARY,2,,,, -I,0,javax/xml/datatype/DatatypeConstants.FIELD_UNDEFINED,-2147483648,,,, -I,0,javax/xml/datatype/DatatypeConstants.GREATER,1,,,, -I,0,javax/xml/datatype/DatatypeConstants.INDETERMINATE,2,,,, -I,0,javax/xml/datatype/DatatypeConstants.JANUARY,1,,,, -I,0,javax/xml/datatype/DatatypeConstants.JULY,7,,,, -I,0,javax/xml/datatype/DatatypeConstants.JUNE,6,,,, -I,0,javax/xml/datatype/DatatypeConstants.LESSER,-1,,,, -I,0,javax/xml/datatype/DatatypeConstants.MARCH,3,,,, -I,0,javax/xml/datatype/DatatypeConstants.MAX_TIMEZONE_OFFSET,-840,,,, -I,0,javax/xml/datatype/DatatypeConstants.MAY,5,,,, -I,0,javax/xml/datatype/DatatypeConstants.MIN_TIMEZONE_OFFSET,840,,,, -I,0,javax/xml/datatype/DatatypeConstants.NOVEMBER,11,,,, -I,0,javax/xml/datatype/DatatypeConstants.OCTOBER,10,,,, -I,0,javax/xml/datatype/DatatypeConstants.SEPTEMBER,9,,,, -I,0,org/apache/http/auth/AuthScope.ANY_PORT,-1,,,, -I,0,org/apache/http/conn/params/ConnManagerParams.DEFAULT_MAX_TOTAL_CONNECTIONS,20,,,, -I,0,org/apache/http/conn/params/ConnPerRouteBean.DEFAULT_MAX_CONNECTIONS_PER_ROUTE,2,,,, -I,0,org/apache/http/protocol/HTTP.CR,13,,,, -I,0,org/apache/http/protocol/HTTP.HT,9,,,, -I,0,org/apache/http/protocol/HTTP.LF,10,,,, -I,0,org/apache/http/protocol/HTTP.SP,32,,,, -I,0,org/apache/http/util/LangUtils.HASH_OFFSET,37,,,, -I,0,org/apache/http/util/LangUtils.HASH_SEED,17,,,, diff --git a/src/Java.Base/Transforms/methodmap.csv b/src/Java.Base/Transforms/methodmap.csv deleted file mode 100644 index cb450affb..000000000 --- a/src/Java.Base/Transforms/methodmap.csv +++ /dev/null @@ -1,332 +0,0 @@ -// You are almost not supposed to directly edit this file. -// See build-tools/enumification-helpers/README.md there for details. -// -// Each line represents: [API], [pkg], [type], [method], [param], [C#enum] -// API - Platform Name (API Level) Since -// pkg - Java package -// type - Java type (dotted for nested types) -// method - method name (".ctor" for constructors) -// param - method parameter name, or "return" for return value -// C#enum - C# enum type (full name, dotted) -// -// Lines until around 600 are traditional mappings that were not tracked with -// enumification-helpers tools. There are some marker comment lines over there, -// and after those lines they are copy of enumification-helpers/methodmap.ext.csv. - -// CharBuffer is sort of special to treat ICharSequence. -// We need to remap it to CharSequence to have valid overrides. -0, java.nio, CharBuffer, subSequence, return, Java.Lang.ICharSequence - -// darn, the docs changed the parameter name. -// darn, the docs changed the parameter name. -// On Api level 29, the argument audio_source was renamed from audio_source to audioSource -// in API Level 16 it was renamed to rangeType. Stupid. -// This is a mess by api-merge. -// It brings back some totally obsoleted and even disappeared method. -// Then it does not exist in droiddoc. Thus, parameter name retrieval fails. -// Even for that case, we still need enumification, but it does not happen because the "named" parameter here does not exist! -// To fix this issue, add "nameless" version of the method argument description too. - -// lots of Context permission methods (and those in derived types) - -// Context send/start methods -// startIntentSender() int extraFlags parameter is OK - - - - -0, org.xmlpull.v1, [Interface]XmlPullParser, getEventType, return, Org.XmlPull.V1.XmlPullParserNode -0, org.xmlpull.v1, [Interface]XmlPullParser, require, type, Org.XmlPull.V1.XmlPullParserNode -0, org.xmlpull.v1, [Interface]XmlPullParser, next, return, Org.XmlPull.V1.XmlPullParserNode -0, org.xmlpull.v1, [Interface]XmlPullParser, nextTag, return, Org.XmlPull.V1.XmlPullParserNode -0, org.xmlpull.v1, [Interface]XmlPullParser, nextToken, return, Org.XmlPull.V1.XmlPullParserNode - - - - - - - - - - - -// I'm making these changes so far only in this extra mappings. -// Things will change significantly so it had better be done all at once... - -// I don't like this "MatchResults" name and believe it should be renamed... -0, java.io, ObjectOutputStream, useProtocolVersion, version, Java.IO.ObjectStreamProtocol - - - -// I don't like this "Stream" name and believe it should be renamed... - - -// ... ArrowKey and Scrolling override are only in lower API levels :( - - - - - - - -// I had to find out these flags usage from sources, they lack documentation. - - - - - -// for getMetaState return values, they are chaotic, could be either Keycode, or some non-enumerated 0, 1, 2 value, and possibly MetaKeyStates. I can't help it. The API sucks. - -// API Level 17 doc *renamed* some parameters, hence it also needs to be tracked... - - - -// additional mappings - - -// PackageItemInfo does *not* implement Parcelable, but the subclasses *does* implement. -// Since we cannot (should not) predict such derivation when we are processing this -// *base* class, we still leave PackageItemInfo untouched in the automatic upgrade -// process and need this metadata fixup. -// These guys does not implement Parcelable(!) - - -0, java.nio.channels, SelectionKey, interestOps, return, Java.Nio.Channels.Operations -0, java.nio.channels, SelectionKey, readyOps, return, Java.Nio.Channels.Operations -0, java.nio.channels, SelectableChannel, validOps, return, Java.Nio.Channels.Operations -0, java.nio.channels, DatagramChannel, validOps, return, Java.Nio.Channels.Operations -0, java.nio.channels, Pipe.SinkChannel, validOps, return, Java.Nio.Channels.Operations -0, java.nio.channels, Pipe.SourceChannel, validOps, return, Java.Nio.Channels.Operations -0, java.nio.channels, ServerSocketChannel, validOps, return, Java.Nio.Channels.Operations -0, java.nio.channels, SocketChannel, validOps, return, Java.Nio.Channels.Operations -0, java.nio.channels, SelectableChannel, register, operations, Java.Nio.Channels.Operations -0, java.nio.channels, SelectableChannel, register, ops, Java.Nio.Channels.Operations -0, java.nio.channels.spi, AbstractSelectableChannel, register, interestSet, Java.Nio.Channels.Operations - - - -// it somehow fails to retrieve parameter name in API Level 17... -// "Option" sounds too general too... - - - - - - - - - - - - - - - - - -// FIXME: This does *not* implement Spanned, but the derived type (SpannableString) does -// implement it, so this needs to change the return type and this method needs to be -// interpreted as an implementation. A messy factor is, this class is *not* public! - - - - - - - - - - - - - - - - - - - - - - -0, java.awt.font, NumericShaper, getRanges, return, Java.Awt.Font.Ranges -0, java.awt.font, NumericShaper, getContextualShaper, ranges, Java.Awt.Font.Ranges -0, java.awt.font, NumericShaper, getShaper, singleRange, Java.Awt.Font.Ranges - -0, java.io, StreamTokenizer, nextToken, return, Java.IO.TokenType - -0, java.math, RoundingMode, valueOf, mode, Java.Math.RoundOptions - -0, java.net, HttpRetryException, ctor, code, Java.Net.HttpStatus -0, java.net, HttpRetryException, responseCode, return, Java.Net.HttpStatus -0, java.net, HttpURLConnection, getResponseCode, return, Java.Net.HttpStatus -0, java.net, IDN, toASCII, flags, Java.Net.IDNFlags -0, java.net, IDN, toUnicode, flags, Java.Net.IDNFlags -0, java.nio.channels, SelectionKey, interestOps, operations, Java.Nio.Channels.Operations - -0, java.util, Calendar, add, field, Java.Util.CalendarField -0, java.util, Calendar, clear, field, Java.Util.CalendarField -0, java.util, Calendar, get, field, Java.Util.CalendarField -0, java.util, Calendar, getActualMaximum, field, Java.Util.CalendarField -0, java.util, Calendar, getActualMinimum, field, Java.Util.CalendarField -// 0, java.util, Calendar, getDisplayName, field, Java.Util.CalendarField -// 0, java.util, Calendar, getDisplayNames, field, Java.Util.CalendarField -0, java.util, Calendar, getGreatestMinimum, field, Java.Util.CalendarField -0, java.util, Calendar, getLeastMaximum, field, Java.Util.CalendarField -0, java.util, Calendar, getMaximum, field, Java.Util.CalendarField -0, java.util, Calendar, getMinimum, field, Java.Util.CalendarField -0, java.util, Calendar, isSet, field, Java.Util.CalendarField -0, java.util, Calendar, roll, field, Java.Util.CalendarField -0, java.util, Calendar, set, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, add, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, get, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, getActualMaximum, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, getActualMinimum, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, getGreatestMinimum, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, getLeastMaximum, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, getMaximum, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, getMinimum, field, Java.Util.CalendarField -0, java.util, GregorianCalendar, roll, field, Java.Util.CalendarField - -// 0, java.util, Calendar, getDisplayName, style, Java.Util.CalendarStyle -// 0, java.util, Calendar, getDisplayNames, style, Java.Util.CalendarStyle -0, java.util, [Interface]Formattable, formatTo, flags, Java.Util.FormatFlags -0, java.util.regex, Pattern, compile, flags, Java.Util.Regex.RegexOptions -0, java.util.regex, Pattern, flags, return, Java.Util.Regex.RegexOptions -0, java.util, TimeZone, getDisplayName, style, Java.Util.TimeZoneStyle - -0, javax.crypto, Cipher, unwrap, wrappedKeyType, Javax.Crypto.KeyType -0, javax.crypto, Cipher, init, opmode, Javax.Crypto.CipherMode - -// API Level 16 - -// huh, visiblity... - -// API Level 17 - -// API Level 18 -// this caused build error - could we get this override automatically changed to use enum? - -// API Level 19 -// They were added at API Level 16, but did not come up with corresponding error code until API Level 19 (!) - -// API Level 20 - -// API Level 21 - -// API Level 22 - - -// API Level 23 - -// this was required for build - - - - - - - - - - - - - - - - -// API Level 24 - - - - - - - - -// renamed parameters... -24, java.nio.channels, SelectionKey, interestOps, ops, Java.Nio.Channels.Operations -24, java.net, IDN, toASCII, flag, Java.Net.IDNFlags -24, java.net, IDN, toUnicode, flag, Java.Net.IDNFlags - -24, java.util, [Interface]Spliterator, characteristics, return, Java.Util.SpliteratorCharacteristics -24, java.util, Spliterators, spliterator, characteristics, Java.Util.SpliteratorCharacteristics -24, java.util, Spliterators, spliterator, additionalCharacteristics, Java.Util.SpliteratorCharacteristics -24, java.util, Spliterators, spliteratorUnknownSize, characteristics, Java.Util.SpliteratorCharacteristics -24, java.util, Spliterators.AbstractDoubleSpliterator, characteristics, return, Java.Util.SpliteratorCharacteristics -24, java.util, Spliterators.AbstractIntSpliterator, characteristics, return, Java.Util.SpliteratorCharacteristics -24, java.util, Spliterators.AbstractLongSpliterator, characteristics, return, Java.Util.SpliteratorCharacteristics -24, java.util, Spliterators.AbstractSpliterator, characteristics, return, Java.Util.SpliteratorCharacteristics - -// API Level 25 - -// Use of this enum involves some FAKE. The corresponding constants doesn't exist in API Level 24. - -// API Level 26 - -26, java.lang.invoke, [Interface]MethodHandleInfo, getReferenceKind, return, Java.Lang.Invoke.ReferenceKind -26, java.lang.invoke, [Interface]MethodHandleInfo, refKindIsField, refKind, Java.Lang.Invoke.ReferenceKind -26, java.lang.invoke, [Interface]MethodHandleInfo, refKindIsValid, refKind, Java.Lang.Invoke.ReferenceKind -26, java.lang.invoke, [Interface]MethodHandleInfo, refKindName, refKind, Java.Lang.Invoke.ReferenceKind -26, java.lang.invoke, [Interface]MethodHandleInfo, referenceKindToString, referenceKind, Java.Lang.Invoke.ReferenceKind -26, java.lang.invoke, [Interface]MethodHandleInfo, toString, kind, Java.Lang.Invoke.ReferenceKind -26, java.lang.invoke, MethodHandles.Lookup, lookupModes, return, Java.Lang.Invoke.MethodLookupModes - -// We have problem binding getAccountVisibilityForPackage() and getPackagesAndVisibilityForAccount(). They should be Map and Map instead of Map and Map respectively, but they require run-time mapping too... - - - - -// Those enums in TvContract.*Programs are used only with settings columns. -// I assume they are replaced by those consts in each FooBarPrograms class? - - -// The setter brings conflict with setFocusable(boolean) so it cannot be simply -// generated here. The corresponding manual fixup is added to "metadata". - - -// cannot change this at this state. - - -// ScanRecord has different TxPowerLevel context... - - -// MediaCas - the methods lack description so it's impossible to enumify them at this moment. -// ditto for MediaDescrambler. - - -// workaround doc scraper issue - it somehow failed to retrieve parameter names for this. - -26, java.util, Calendar.Builder, set, field, Java.Util.CalendarField - -// It was a bit too late to notice this method, or it was added after our final enumification effort for API Level 26. -// There is AssetInt property (of int) which was removed at API Level 21. We don't/can't enumify it. - - - - -// They were too late to get documented. - -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// We can't enumificate DiscoveryStateListener because it will broke the current fields. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// Cannot change this at this state. -// 1, java.sql, Connection, getHoldability, return, Java.Sql.HoldabilityMode -// 1, java.sql, Connection, setHoldability, holdability, Java.Sql.HoldabilityMode -// 1, java.sql, Connection, getTransactionIsolation, return, Java.Sql.TransactionMode -// 1, java.sql, Connection, setTransactionIsolation, level, Java.Sql.TransactionMode -// 9, java.util, Calendar, getDisplayName, style, Java.Util.DisplayNameStyle -// 9, java.util, Calendar, getDisplayNames, style, Java.Util.DisplayNameStyle diff --git a/src/Java.Interop/Java.Interop/JniPeerMembers.JniInstanceMethods.cs b/src/Java.Interop/Java.Interop/JniPeerMembers.JniInstanceMethods.cs index b06416323..ada809dad 100644 --- a/src/Java.Interop/Java.Interop/JniPeerMembers.JniInstanceMethods.cs +++ b/src/Java.Interop/Java.Interop/JniPeerMembers.JniInstanceMethods.cs @@ -100,9 +100,6 @@ internal JniInstanceMethods GetConstructorsForType (Type declaringType) // at Java.Interop.JniPeerMembers.JniInstanceMethods..ctor(Type declaringType) in /Users/jon/Developer/src/xamarin/java.interop/src/Java.Interop/Java.Interop/JniPeerMembers.JniInstanceMethods.cs:line 27 // at Java.Interop.JniPeerMembers.JniInstanceMethods.GetConstructorsForType(Type declaringType) in /Users/jon/Developer/src/xamarin/java.interop/src/Java.Interop/Java.Interop/JniPeerMembers.JniInstanceMethods.cs:line 77 // at Java.Interop.JniPeerMembers.JniInstanceMethods.StartCreateInstance(String constructorSignature, Type declaringType, JniArgumentValue* parameters) in /Users/jon/Developer/src/xamarin/java.interop/src/Java.Interop/Java.Interop/JniPeerMembers.JniInstanceMethods.cs:line 146 - // at Java.Lang.Object..ctor() in /Users/jon/Developer/src/xamarin/java.interop/src/Java.Base/obj/Debug-net7.0/mcw/Java.Lang.Object.cs:line 32 - // at Java.BaseTests.MyIntConsumer..ctor(Action`1 action) in /Users/jon/Developer/src/xamarin/java.interop/tests/Java.Base-Tests/Java.Base/JavaToManagedTests.cs:line 77 - // at Java.BaseTests.JavaToManagedTests.InterfaceInvokerMethod() in /Users/jon/Developer/src/xamarin/java.interop/tests/Java.Base-Tests/Java.Base/JavaToManagedTests.cs:line 26 methods = new JniInstanceMethods (declaringType); lock (SubclassConstructors) { if (SubclassConstructors.TryGetValue (declaringType, out var m)) @@ -205,4 +202,3 @@ public unsafe void FinishCreateInstance (string constructorSignature, IJavaPeera } } } - diff --git a/tools/generator/SourceWriters/GenericExplicitInterfaceImplementationProperty.cs b/tools/generator/SourceWriters/GenericExplicitInterfaceImplementationProperty.cs index 4a942cc8b..ee9880aaa 100644 --- a/tools/generator/SourceWriters/GenericExplicitInterfaceImplementationProperty.cs +++ b/tools/generator/SourceWriters/GenericExplicitInterfaceImplementationProperty.cs @@ -37,7 +37,7 @@ public GenericExplicitInterfaceImplementationProperty (Property property, Generi if (opt.CodeGenerationTarget == CodeGenerationTarget.JavaInterop1 && mappings.Values.Any (v => v == "string")) { - // Hackity Hack; `Java.Lang.Object, Java.Base` doesn't (currently) provide an + // Hackity Hack; `Java.Lang.Object` doesn't (currently) provide an // implicit conversion from `string`, meaning that given // `tests/generator-Tests/Integration-Tests/Interfaces.cs` output: //