Uses of Interface
com.db4o.reflect.ReflectArray
-
Packages that use ReflectArray Package Description com.db4o.internal.handlers.array com.db4o.reflect com.db4o.reflect.core com.db4o.reflect.generic com.db4o.reflect.jdk -
-
Uses of ReflectArray in com.db4o.internal.handlers.array
Methods in com.db4o.internal.handlers.array that return ReflectArray Modifier and Type Method Description protected ReflectArrayArrayHandler. arrayReflector(ObjectContainerBase container)Methods in com.db4o.internal.handlers.array with parameters of type ReflectArray Modifier and Type Method Description static Iterator4ArrayHandler. allElements(ReflectArray reflectArray, java.lang.Object array)static Iterator4MultidimensionalArrayHandler. allElementsMultidimensional(ReflectArray reflectArray, java.lang.Object array)protected java.lang.ObjectArrayHandler. newInstance(ReflectArray arrayReflector, ArrayInfo info, ReflectClass clazz)protected BitMap4ArrayHandler. nullItemsMap(ReflectArray reflector, java.lang.Object array)Constructors in com.db4o.internal.handlers.array with parameters of type ReflectArray Constructor Description MultidimensionalArrayIterator(ReflectArray reflectArray, java.lang.Object[] array) -
Uses of ReflectArray in com.db4o.reflect
Methods in com.db4o.reflect that return ReflectArray Modifier and Type Method Description ReflectArrayReflector. array()returns an ReflectArray object, the equivalent to java.lang.reflect.Array. -
Uses of ReflectArray in com.db4o.reflect.core
Classes in com.db4o.reflect.core that implement ReflectArray Modifier and Type Class Description classAbstractReflectArray -
Uses of ReflectArray in com.db4o.reflect.generic
Classes in com.db4o.reflect.generic that implement ReflectArray Modifier and Type Class Description classGenericArrayReflectorMethods in com.db4o.reflect.generic that return ReflectArray Modifier and Type Method Description ReflectArrayGenericReflector. array() -
Uses of ReflectArray in com.db4o.reflect.jdk
Classes in com.db4o.reflect.jdk that implement ReflectArray Modifier and Type Class Description classJdkArrayReflection implementation for Array to map to JDK reflection.Methods in com.db4o.reflect.jdk that return ReflectArray Modifier and Type Method Description ReflectArrayJdkReflector. array()ReflectArray factory
-