|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexData.Entry | |
---|---|
com.healthmarketscience.jackcess |
Uses of IndexData.Entry in com.healthmarketscience.jackcess |
---|
Fields in com.healthmarketscience.jackcess 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 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 that return types with arguments of type IndexData.Entry | |
---|---|
List<IndexData.Entry> |
IndexPageCache.CacheDataPage.getEntries()
|
Methods in com.healthmarketscience.jackcess with parameters of type IndexData.Entry | |
---|---|
void |
IndexPageCache.CacheDataPage.addEntry(int idx,
IndexData.Entry entry)
|
int |
IndexData.Entry.compareTo(IndexData.Entry other)
|
boolean |
IndexData.Entry.equalsEntryBytes(IndexData.Entry o)
|
IndexPageCache.CacheDataPage |
IndexPageCache.findCacheDataPage(IndexData.Entry e)
Finds the index page on which the given entry does or should reside. |
Method parameters in com.healthmarketscience.jackcess with type arguments of type IndexData.Entry | |
---|---|
void |
IndexPageCache.CacheDataPage.setEntries(List<IndexData.Entry> entries)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |