Uses of Class
com.db4o.reflect.ArrayInfo
- 
Packages that use ArrayInfo Package Description com.db4o.internal.handlers.array com.db4o.reflect com.db4o.reflect.generic com.db4o.reflect.jdk 
- 
- 
Uses of ArrayInfo in com.db4o.internal.handlers.arrayMethods in com.db4o.internal.handlers.array that return ArrayInfo Modifier and Type Method Description protected ArrayInfoArrayHandler. forEachElement(AbstractBufferContext context, java.lang.Runnable elementRunnable)protected ArrayInfoArrayHandler. newArrayInfo()protected ArrayInfoMultidimensionalArrayHandler. newArrayInfo()Methods in com.db4o.internal.handlers.array with parameters of type ArrayInfo Modifier and Type Method Description protected voidArrayHandler. analyze(ObjectContainerBase container, java.lang.Object obj, ArrayInfo info)protected voidArrayHandler. analyzeDimensions(ObjectContainerBase container, java.lang.Object obj, ArrayInfo info)protected voidMultidimensionalArrayHandler. analyzeDimensions(ObjectContainerBase container, java.lang.Object obj, ArrayInfo info)protected intArrayHandler. classIDFromInfo(ObjectContainerBase container, ArrayInfo info)intArrayVersionHelper. classIDFromInfo(ObjectContainerBase container, ArrayInfo info)intArrayVersionHelper3. classIDFromInfo(ObjectContainerBase container, ArrayInfo info)protected booleanArrayHandler. hasNullBitmap(ArrayInfo info)booleanArrayVersionHelper. hasNullBitmap(ArrayInfo info)booleanArrayVersionHelper3. hasNullBitmap(ArrayInfo info)booleanArrayVersionHelper5. hasNullBitmap(ArrayInfo info)protected java.lang.ObjectArrayHandler. newInstance(ReflectArray arrayReflector, ArrayInfo info, ReflectClass clazz)protected ReflectClassArrayHandler. newInstanceReflectClass(Reflector reflector, ArrayInfo info)protected java.lang.ObjectArrayHandler. readCreate(Transaction trans, ReadBuffer buffer, ArrayInfo info)protected voidArrayHandler. readDimensions(ArrayInfo info, ReadBuffer buffer)protected voidMultidimensionalArrayHandler. readDimensions(ArrayInfo info, ReadBuffer buffer)protected voidArrayHandler. readElements(ReadContext context, ArrayInfo info, java.lang.Object array)protected voidMultidimensionalArrayHandler. readElements(ReadContext context, ArrayInfo info, java.lang.Object array)protected voidArrayHandler. readInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info)protected voidArrayHandler. readInto(ReadContext context, ArrayInfo info, java.lang.Object array)voidArrayVersionHelper. readTypeInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info, int classID)voidArrayVersionHelper3. readTypeInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info, int classID)ReflectClassArrayVersionHelper. reflectClassFromElementsEntry(ObjectContainerBase container, ArrayInfo info, int classID)ReflectClassArrayVersionHelper3. reflectClassFromElementsEntry(ObjectContainerBase container, ArrayInfo info, int classID)protected voidArrayHandler. writeDimensions(WriteContext context, ArrayInfo info)protected voidMultidimensionalArrayHandler. writeDimensions(WriteContext context, ArrayInfo info)protected voidArrayHandler. writeElements(WriteContext context, java.lang.Object obj, ArrayInfo info)protected voidMultidimensionalArrayHandler. writeElements(WriteContext context, java.lang.Object obj, ArrayInfo info)protected voidArrayHandler. writeInfo(WriteContext context, ArrayInfo info)voidArrayVersionHelper. writeTypeInfo(WriteContext context, ArrayInfo info)voidArrayVersionHelper3. writeTypeInfo(WriteContext context, ArrayInfo info)
- 
Uses of ArrayInfo in com.db4o.reflectSubclasses of ArrayInfo in com.db4o.reflect Modifier and Type Class Description classMultidimensionalArrayInfoMethods in com.db4o.reflect with parameters of type ArrayInfo Modifier and Type Method Description voidReflectArray. analyze(java.lang.Object obj, ArrayInfo info)java.lang.ObjectReflectArray. newInstance(ReflectClass componentType, ArrayInfo info)
- 
Uses of ArrayInfo in com.db4o.reflect.genericMethods in com.db4o.reflect.generic with parameters of type ArrayInfo Modifier and Type Method Description voidGenericArrayReflector. analyze(java.lang.Object obj, ArrayInfo info)java.lang.ObjectGenericArrayReflector. newInstance(ReflectClass componentType, ArrayInfo info)
- 
Uses of ArrayInfo in com.db4o.reflect.jdkMethods in com.db4o.reflect.jdk with parameters of type ArrayInfo Modifier and Type Method Description voidJdkArray. analyze(java.lang.Object obj, ArrayInfo info)java.lang.ObjectJdkArray. newInstance(ReflectClass componentType, ArrayInfo info)
 
-