com.coyotegulch.jisp
Class BTreeIndex.SearchResult

java.lang.Object
  extended bycom.coyotegulch.jisp.BTreeIndex.SearchResult
Enclosing class:
BTreeIndex

protected class BTreeIndex.SearchResult
extends java.lang.Object


Field Summary
 boolean m_found
           
 com.coyotegulch.jisp.BTreePage m_page
           
 int m_position
           
 
Constructor Summary
BTreeIndex.SearchResult(boolean found, com.coyotegulch.jisp.BTreePage page, int position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_found

public boolean m_found

m_page

public com.coyotegulch.jisp.BTreePage m_page

m_position

public int m_position
Constructor Detail

BTreeIndex.SearchResult

public BTreeIndex.SearchResult(boolean found,
                               com.coyotegulch.jisp.BTreePage page,
                               int position)