Modifier and Type | Field and Description |
---|---|
Class<?> |
compType
The comp type.
|
int |
dim
The dim.
|
Constructor and Description |
---|
Array(Class<?> compType,
int dim)
Instantiates a new array.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeclaration()
Gets the declaration.
|
String |
instantiate(int... dims)
Instantiate.
|
String |
instantiate(String initializer)
Instantiate.
|
public final Class<?> compType
public final int dim
public Array(Class<?> compType, int dim)
compType
- the comp typedim
- the dimCopyright © 2003–2021 XDEV Software. All rights reserved.