edu.brandeis.cs.steele.wn
Class Pointer.TargetIndex

java.lang.Object
  extended by edu.brandeis.cs.steele.wn.Pointer.TargetIndex
Enclosing class:
Pointer

protected class Pointer.TargetIndex
extends java.lang.Object

This class is used to avoid paging in the target before it is required, and to prevent keeping a large portion of the database resident once the target has been queried.


Field Summary
(package private)  int index
           
(package private)  long offset
           
(package private)  POS pos
           
 
Constructor Summary
Pointer.TargetIndex(POS pos, long offset, int index)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

POS pos

offset

long offset

index

int index
Constructor Detail

Pointer.TargetIndex

Pointer.TargetIndex(POS pos,
                    long offset,
                    int index)