| Modifier and Type | Method and Description |
|---|---|
Array.Type |
Array.getType() |
static Array.Type |
Array.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Array.Type[] |
Array.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Array.setType(Array.Type type) |
| Constructor and Description |
|---|
Array(String className,
Array.Type type,
int depth) |
Copyright © 2018–2020. All rights reserved.