|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexData.Entry | |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| Uses of IndexData.Entry in com.healthmarketscience.jackcess.impl |
|---|
| Fields in com.healthmarketscience.jackcess.impl declared as IndexData.Entry | |
|---|---|
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 |
| Methods in com.healthmarketscience.jackcess.impl that return IndexData.Entry | |
|---|---|
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)
|
| Methods in com.healthmarketscience.jackcess.impl that return types with arguments of type IndexData.Entry | |
|---|---|
abstract List<IndexData.Entry> |
IndexData.DataPage.getEntries()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type IndexData.Entry | |
|---|---|
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. |
| Method parameters in com.healthmarketscience.jackcess.impl with type arguments of type IndexData.Entry | |
|---|---|
abstract void |
IndexData.DataPage.setEntries(List<IndexData.Entry> entries)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||