| | Name | Description |
|---|
 | New(String) |
Instantiates a new JVM object of className type using the no-argument constructor.
|
 | New(String, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 1 argument.
|
 | New(String, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 10 arguments.
|
 | New(String, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 2 arguments.
|
 | New(String, Object, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 3 arguments.
|
 | New(String, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 4 arguments.
|
 | New(String, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 5 arguments.
|
 | New(String, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 6 arguments.
|
 | New(String, Object, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 7 arguments.
|
 | New(String, Object, Object, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 8 arguments.
|
 | New(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 9 arguments.
|
 | New(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) |
Instantiates a new JVM object of className type using a constructor
that accepts 10 arguments.
|