| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Field and Description |
|---|---|
private IndexData.EntryType |
IndexData.Entry._type
comparable type for the entry
|
| Modifier and Type | Method and Description |
|---|---|
private static IndexData.EntryType |
IndexData.determineEntryType(byte[] entryBytes,
RowIdImpl rowId)
Returns the EntryType based on the given entry info.
|
IndexData.EntryType |
IndexData.Entry.getType() |
static IndexData.EntryType |
IndexData.EntryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexData.EntryType[] |
IndexData.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Entry(byte[] entryBytes,
RowIdImpl rowId,
IndexData.EntryType type)
Create a new entry
|
NodeEntry(byte[] entryBytes,
RowIdImpl rowId,
IndexData.EntryType type,
java.lang.Integer subPageNumber)
Create a new node entry
|