com.sleepycat.je.tree
Class SearchResult

java.lang.Object
  extended by com.sleepycat.je.tree.SearchResult

public class SearchResult
extends Object

Contains the result of a tree search


Field Summary
 boolean childNotResident
           
 boolean exactParentFound
           
 int index
           
 boolean keepSearching
           
 IN parent
           
 
Constructor Summary
SearchResult()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exactParentFound

public boolean exactParentFound

keepSearching

public boolean keepSearching

childNotResident

public boolean childNotResident

parent

public IN parent

index

public int index
Constructor Detail

SearchResult

public SearchResult()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.