public class JdkArray extends AbstractReflectArray
_reflector| Modifier and Type | Method and Description |
|---|---|
void |
analyze(java.lang.Object obj,
ArrayInfo info) |
java.lang.Object |
newInstance(ReflectClass componentType,
ArrayInfo info) |
java.lang.Object |
newInstance(ReflectClass componentType,
int length) |
java.lang.Object |
newInstance(ReflectClass componentType,
int[] dimensions) |
dimensions, flatten, get, getComponentType, getLength, isNDimensional, set, shapepublic void analyze(java.lang.Object obj,
ArrayInfo info)
public java.lang.Object newInstance(ReflectClass componentType, int length)
newInstance in interface ReflectArraynewInstance in class AbstractReflectArraypublic java.lang.Object newInstance(ReflectClass componentType, int[] dimensions)
newInstance in interface ReflectArraynewInstance in class AbstractReflectArraypublic java.lang.Object newInstance(ReflectClass componentType, ArrayInfo info)