org.crosswire.jsword.book.sword
Class RawLDBackend.IndexKey
java.lang.Object
org.crosswire.jsword.passage.DefaultLeafKeyList
org.crosswire.jsword.book.sword.RawLDBackend.IndexKey
- All Implemented Interfaces:
- Comparable, Key
- Enclosing class:
- RawLDBackend
static class RawLDBackend.IndexKey
- extends DefaultLeafKeyList
A Key that knows where the data is in the real file.
Field Summary |
protected long |
offset
|
protected int |
size
|
Constructor Summary |
protected |
RawLDBackend.IndexKey(String text,
long offset,
int size,
Key parent)
Setup with the key name and positions of data in the file |
Methods inherited from class org.crosswire.jsword.passage.DefaultLeafKeyList |
addAll, blur, canHaveChildren, clear, compareTo, contains, get, getChildCount, getName, getOSISName, getParent, indexOf, isEmpty, iterator, removeAll, retainAll, toString |
offset
protected long offset
size
protected int size
RawLDBackend.IndexKey
protected RawLDBackend.IndexKey(String text,
long offset,
int size,
Key parent)
- Setup with the key name and positions of data in the file