public final class Array extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Array.Type |
| Constructor and Description |
|---|
Array() |
Array(String className,
Array.Type type,
int depth) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
int |
getDepth() |
Array.Type |
getType() |
boolean |
isNotEmpty() |
void |
setClassName(String className) |
void |
setDepth(int depth) |
void |
setNotEmpty(boolean notEmpty) |
void |
setType(Array.Type type) |
public Array()
public Array(String className, Array.Type type, int depth)
public void setNotEmpty(boolean notEmpty)
public boolean isNotEmpty()
public void setClassName(String className)
public String getClassName()
public void setDepth(int depth)
public int getDepth()
public void setType(Array.Type type)
public Array.Type getType()
Copyright © 2018–2020. All rights reserved.