TransactionStore.ArrayType

A data type that contains an array of objects with the specified data types.

Methods
int compare(Object aObj, Object bObj)
int compare(Object aObj, Object bObj)
int getMemory(Object obj)
int getMemory(Object obj)
void read(ByteBuffer buff, Object[] obj, int len, boolean key)
void read(ByteBuffer buff, Object[] obj, int len, boolean key)
Object read(ByteBuffer buff)
Object read(ByteBuffer buff)
void write(WriteBuffer buff, Object[] obj, int len, boolean key)
void write(WriteBuffer buff, Object[] obj, int len, boolean key)
void write(WriteBuffer buff, Object obj)
void write(WriteBuffer buff, Object obj)