| Interface | Description |
|---|---|
| Int2Constructor<T> |
The type of a constructor with 2 int arguments.
|
| Int3Constructor<T> |
The type of a constructor with 3 int arguments.
|
| Int4Constructor<T> |
The type of a constructor with 4 int arguments.
|
| Int5Constructor<T> |
The type of a constructor with 5 int arguments.
|
| Int6Constructor<T> |
The type of a constructor with 6 int arguments.
|
| Int7Constructor<T> |
The type of a constructor with 7 int arguments.
|
| IntArrayConstructor<T> |
The type of a constructor with an int array as single argument.
|