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.array
Methods in com.db4o.internal.handlers.array that return ArrayInfo Modifier and Type Method Description protected ArrayInfo
ArrayHandler. forEachElement(AbstractBufferContext context, java.lang.Runnable elementRunnable)
protected ArrayInfo
ArrayHandler. newArrayInfo()
protected ArrayInfo
MultidimensionalArrayHandler. newArrayInfo()
Methods in com.db4o.internal.handlers.array with parameters of type ArrayInfo Modifier and Type Method Description protected void
ArrayHandler. analyze(ObjectContainerBase container, java.lang.Object obj, ArrayInfo info)
protected void
ArrayHandler. analyzeDimensions(ObjectContainerBase container, java.lang.Object obj, ArrayInfo info)
protected void
MultidimensionalArrayHandler. analyzeDimensions(ObjectContainerBase container, java.lang.Object obj, ArrayInfo info)
protected int
ArrayHandler. classIDFromInfo(ObjectContainerBase container, ArrayInfo info)
int
ArrayVersionHelper. classIDFromInfo(ObjectContainerBase container, ArrayInfo info)
int
ArrayVersionHelper3. classIDFromInfo(ObjectContainerBase container, ArrayInfo info)
protected boolean
ArrayHandler. hasNullBitmap(ArrayInfo info)
boolean
ArrayVersionHelper. hasNullBitmap(ArrayInfo info)
boolean
ArrayVersionHelper3. hasNullBitmap(ArrayInfo info)
boolean
ArrayVersionHelper5. hasNullBitmap(ArrayInfo info)
protected java.lang.Object
ArrayHandler. newInstance(ReflectArray arrayReflector, ArrayInfo info, ReflectClass clazz)
protected ReflectClass
ArrayHandler. newInstanceReflectClass(Reflector reflector, ArrayInfo info)
protected java.lang.Object
ArrayHandler. readCreate(Transaction trans, ReadBuffer buffer, ArrayInfo info)
protected void
ArrayHandler. readDimensions(ArrayInfo info, ReadBuffer buffer)
protected void
MultidimensionalArrayHandler. readDimensions(ArrayInfo info, ReadBuffer buffer)
protected void
ArrayHandler. readElements(ReadContext context, ArrayInfo info, java.lang.Object array)
protected void
MultidimensionalArrayHandler. readElements(ReadContext context, ArrayInfo info, java.lang.Object array)
protected void
ArrayHandler. readInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info)
protected void
ArrayHandler. readInto(ReadContext context, ArrayInfo info, java.lang.Object array)
void
ArrayVersionHelper. readTypeInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info, int classID)
void
ArrayVersionHelper3. readTypeInfo(Transaction trans, ReadBuffer buffer, ArrayInfo info, int classID)
ReflectClass
ArrayVersionHelper. reflectClassFromElementsEntry(ObjectContainerBase container, ArrayInfo info, int classID)
ReflectClass
ArrayVersionHelper3. reflectClassFromElementsEntry(ObjectContainerBase container, ArrayInfo info, int classID)
protected void
ArrayHandler. writeDimensions(WriteContext context, ArrayInfo info)
protected void
MultidimensionalArrayHandler. writeDimensions(WriteContext context, ArrayInfo info)
protected void
ArrayHandler. writeElements(WriteContext context, java.lang.Object obj, ArrayInfo info)
protected void
MultidimensionalArrayHandler. writeElements(WriteContext context, java.lang.Object obj, ArrayInfo info)
protected void
ArrayHandler. writeInfo(WriteContext context, ArrayInfo info)
void
ArrayVersionHelper. writeTypeInfo(WriteContext context, ArrayInfo info)
void
ArrayVersionHelper3. writeTypeInfo(WriteContext context, ArrayInfo info)
-
Uses of ArrayInfo in com.db4o.reflect
Subclasses of ArrayInfo in com.db4o.reflect Modifier and Type Class Description class
MultidimensionalArrayInfo
Methods in com.db4o.reflect with parameters of type ArrayInfo Modifier and Type Method Description void
ReflectArray. analyze(java.lang.Object obj, ArrayInfo info)
java.lang.Object
ReflectArray. newInstance(ReflectClass componentType, ArrayInfo info)
-
Uses of ArrayInfo in com.db4o.reflect.generic
Methods in com.db4o.reflect.generic with parameters of type ArrayInfo Modifier and Type Method Description void
GenericArrayReflector. analyze(java.lang.Object obj, ArrayInfo info)
java.lang.Object
GenericArrayReflector. newInstance(ReflectClass componentType, ArrayInfo info)
-
Uses of ArrayInfo in com.db4o.reflect.jdk
Methods in com.db4o.reflect.jdk with parameters of type ArrayInfo Modifier and Type Method Description void
JdkArray. analyze(java.lang.Object obj, ArrayInfo info)
java.lang.Object
JdkArray. newInstance(ReflectClass componentType, ArrayInfo info)
-