| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl |
| Modifier and Type | Class and Description |
|---|---|
private class |
IndexData.EntryCursor.ForwardDirHandler
Handles moving the cursor forward.
|
private class |
IndexData.EntryCursor.ReverseDirHandler
Handles moving the cursor backward.
|
| Modifier and Type | Field and Description |
|---|---|
private IndexData.EntryCursor.DirHandler |
IndexData.EntryCursor._forwardDirHandler
handler for moving the page cursor forward
|
private IndexData.EntryCursor.DirHandler |
IndexData.EntryCursor._reverseDirHandler
handler for moving the page cursor backward
|
| Modifier and Type | Method and Description |
|---|---|
private IndexData.EntryCursor.DirHandler |
IndexData.EntryCursor.getDirHandler(boolean moveForward)
Returns the DirHandler for the given direction
|