|
Elexis API documentationVersion 2.1.6 as of January 22 2012 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Index.Entry | |
|---|---|
| com.healthmarketscience.jackcess | |
| Uses of Index.Entry in com.healthmarketscience.jackcess |
|---|
| Fields in com.healthmarketscience.jackcess declared as Index.Entry | |
|---|---|
static Index.Entry |
Index.FIRST_ENTRY
special entry which is less than any other entry |
static Index.Entry |
Index.LAST_ENTRY
special entry which is greater than any other entry |
| Methods in com.healthmarketscience.jackcess that return Index.Entry | |
|---|---|
Index.Entry |
Index.EntryCursor.getFirstEntry()
Returns the first entry (exclusive) as defined by this cursor. |
Index.Entry |
Index.EntryCursor.getLastEntry()
Returns the last entry (exclusive) as defined by this cursor. |
Index.Entry |
Index.EntryCursor.getNextEntry()
|
Index.Entry |
Index.EntryCursor.getPreviousEntry()
|
| Methods in com.healthmarketscience.jackcess that return types with arguments of type Index.Entry | |
|---|---|
java.util.List<Index.Entry> |
IndexPageCache.CacheDataPage.getEntries()
|
| Methods in com.healthmarketscience.jackcess with parameters of type Index.Entry | |
|---|---|
void |
IndexPageCache.CacheDataPage.addEntry(int idx,
Index.Entry entry)
|
int |
Index.Entry.compareTo(Index.Entry other)
|
boolean |
Index.Entry.equalsEntryBytes(Index.Entry o)
|
IndexPageCache.CacheDataPage |
IndexPageCache.findCacheDataPage(Index.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 Index.Entry | |
|---|---|
void |
IndexPageCache.CacheDataPage.setEntries(java.util.List<Index.Entry> entries)
|
|
Elexis API documentationVersion 2.1.6 as of January 22 2012 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||