| | Name | Description |
|---|
 | NewWithSignature(String, String) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and no arguments.
|
 | NewWithSignature(String, String, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 1 argument.
|
 | NewWithSignature(String, String, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and a variable-length argument list.
|
 | NewWithSignature(String, String, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 2 arguments.
|
 | NewWithSignature(String, String, Object, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 3 arguments.
|
 | NewWithSignature(String, String, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 4 arguments.
|
 | NewWithSignature(String, String, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 5 arguments.
|
 | NewWithSignature(String, String, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 6 arguments.
|
 | NewWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 7 arguments.
|
 | NewWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 8 arguments.
|
 | NewWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 9 arguments.
|
 | NewWithSignature(String, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using the constructor
identified by an explicit JNI signature and 10 arguments.
|