db4o 6.1

com.db4o.reflect.jdk
Class JdkArray

java.lang.Object
  extended by AbstractReflectArray
      extended by com.db4o.reflect.jdk.JdkArray

public class JdkArray
extends AbstractReflectArray

Reflection implementation for Array to map to JDK reflection.


Method Summary
 java.lang.Object newInstance(ReflectClass componentType, int length)
           
 java.lang.Object newInstance(ReflectClass componentType, int[] dimensions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public java.lang.Object newInstance(ReflectClass componentType,
                                    int length)

newInstance

public java.lang.Object newInstance(ReflectClass componentType,
                                    int[] dimensions)

db4o 6.1