|
||||||||||
| 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 | |
|---|---|
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()
|
| Methods in com.healthmarketscience.jackcess.impl with parameters of type IndexData.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||