Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Field and Description |
---|---|
static IndexData.Entry |
IndexData.FIRST_ENTRY
special entry which is less than any other entry
|
static IndexData.Entry |
IndexData.LAST_ENTRY
special entry which is greater than any other entry
|
Modifier and Type | Method and Description |
---|---|
protected IndexData.Entry |
IndexData.Entry.asNodeEntry(Integer subPageNumber)
Returns a copy of this entry as a node Entry with the given
subPageNumber.
|
IndexData.Entry |
IndexData.EntryCursor.getFirstEntry()
Returns the first entry (exclusive) as defined by this cursor.
|
IndexData.Entry |
IndexData.EntryCursor.getLastEntry()
Returns the last entry (exclusive) as defined by this cursor.
|
IndexData.Entry |
IndexData.EntryCursor.getNextEntry() |
IndexData.Entry |
IndexData.EntryCursor.getPreviousEntry() |
abstract IndexData.Entry |
IndexData.DataPage.removeEntry(int idx) |
Modifier and Type | Method and Description |
---|---|
abstract List<IndexData.Entry> |
IndexData.DataPage.getEntries() |
Modifier and Type | Method and Description |
---|---|
abstract void |
IndexData.DataPage.addEntry(int idx,
IndexData.Entry entry) |
int |
IndexData.Entry.compareTo(IndexData.Entry other) |
boolean |
IndexData.Entry.equalsEntryBytes(IndexData.Entry o) |
com.healthmarketscience.jackcess.impl.IndexPageCache.CacheDataPage |
IndexPageCache.findCacheDataPage(IndexData.Entry e)
Finds the index page on which the given entry does or should reside.
|
protected IndexData.DataPage |
IndexData.findDataPage(IndexData.Entry entry)
Finds the data page for the given entry.
|
int |
IndexData.DataPage.findEntry(IndexData.Entry entry) |
protected void |
IndexData.EntryCursor.restorePosition(IndexData.Entry curEntry)
Restores a current position for the cursor (current position becomes
previous position).
|
protected void |
IndexData.EntryCursor.restorePosition(IndexData.Entry curEntry,
IndexData.Entry prevEntry)
Restores a current and previous position for the cursor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IndexData.DataPage.setEntries(List<IndexData.Entry> entries) |
Copyright © 2005–2018. All rights reserved.