org.crosswire.jsword.book.sword
Class RawLDBackend.IndexKey

java.lang.Object
  extended by org.crosswire.jsword.passage.DefaultLeafKeyList
      extended by 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
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

offset

protected long offset

size

protected int size
Constructor Detail

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


Copyright ? 2003-2004