sidl
public class Integer extends java.lang.Object
Integer
contains inner classes that
provide holder and array support for standard Java primitive
types.Modifier and Type | Class and Description |
---|---|
static class |
Integer.Array
Define a one dimensional array of type
int
for the sidl Java run-time. |
static class |
Integer.Array1
Define a one dimensional array of type
int . |
static class |
Integer.Array2
Define a two dimensional array of type
int . |
static class |
Integer.Array3
Define a three dimensional array of type
int . |
static class |
Integer.Array4
Define a four dimensional array of type
int . |
static class |
Integer.Array5
Define a five dimensional array of type
int . |
static class |
Integer.Array6
Define a six dimensional array of type
int . |
static class |
Integer.Array7
Define a seven dimensional array of type
int . |
static class |
Integer.Holder
This is the holder inner class for inout and out arguments for
type
Integer . |
Constructor and Description |
---|
Integer() |