public class COLLECTIONDATA extends BaseStruct
Modifier and Type | Field and Description |
---|---|
static int |
_BTreeDepth |
static int |
_BTreeLeafNodes |
static int |
_DocCount |
static int |
_DocTotalSize |
static int |
_KeyOffset |
static int |
_Spare |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
COLLECTIONDATA() |
COLLECTIONDATA(long data) |
COLLECTIONDATA(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
short |
getBTreeDepth() |
int |
getBTreeLeafNodes() |
int |
getDocCount() |
int |
getDocTotalSize() |
int[] |
getKeyOffset()
This method returns a copy of the key offset data from the struct.
|
int |
getKeyOffset(int index) |
void |
setBTreeDepth(short bTreeDepth) |
void |
setBTreeLeafNodes(int bTreeLeafNodes) |
void |
setDocCount(int docCount) |
void |
setDocTotalSize(int docTotalSize) |
void |
setKeyOffset(int[] tumbler) |
void |
setKeyOffset(int index,
int value) |
_checkRefValidity, _getBYTE, _getDHandle, _getDWORD, _getFONTID, _getHTMLAPI_REF_TYPE, _getInt, _getLong, _getNOTEID, _getPointer, _getUSHORT, _getWORD, _setBYTE, _setDHandle, _setDWORD, _setFONTID, _setInt, _setLong, _setNOTEID, _setUSHORT, _setWORD, finalize, free, free, getAllocatedStructCount, getDataPtr, getField, isRefValid, isTraceCreation, setDataPtr, setTraceCreation, toString
public static final int sizeOf
public static final int _DocCount
public static final int _DocTotalSize
public static final int _BTreeLeafNodes
public static final int _BTreeDepth
public static final int _Spare
public static final int _KeyOffset
public COLLECTIONDATA()
public COLLECTIONDATA(long data)
public COLLECTIONDATA(long data, boolean owned)
public int getDocCount()
public void setDocCount(int docCount)
public int getDocTotalSize()
public void setDocTotalSize(int docTotalSize)
public int getBTreeLeafNodes()
public void setBTreeLeafNodes(int bTreeLeafNodes)
public short getBTreeDepth()
public void setBTreeDepth(short bTreeDepth)
public int[] getKeyOffset()
setKeyOffset(int, int)
or by writing a new array back
using setKeyOffset(int[])
.public int getKeyOffset(int index)
public void setKeyOffset(int[] tumbler)
public void setKeyOffset(int index, int value)
Copyright © 2014–2018. All rights reserved.