com.sleepycat.je.tree
Class BINBoundary
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isLastBin
public boolean isLastBin
- The last BIN was returned.
isFirstBin
public boolean isFirstBin
- The first BIN was returned.
BINBoundary
public BINBoundary()
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.