com.sleepycat.je.tree
Class BINBoundary

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

public class BINBoundary
extends Object

Contains information about the BIN returned by a search.


Field Summary
 boolean isFirstBin
          The first BIN was returned.
 boolean isLastBin
          The last BIN was returned.
 
Constructor Summary
BINBoundary()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isLastBin

public boolean isLastBin
The last BIN was returned.


isFirstBin

public boolean isFirstBin
The first BIN was returned.

Constructor Detail

BINBoundary

public BINBoundary()


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