jdbm.btree
Class BPage.RemoveResult

java.lang.Object
  extended by jdbm.btree.BPage.RemoveResult
Enclosing class:
BPage

static class BPage.RemoveResult
extends java.lang.Object

STATIC INNER CLASS Result from remove() method call


Field Summary
(package private)  boolean _underflow
          Set to true if underlying pages underflowed
(package private)  java.lang.Object _value
          Removed entry value
 
Constructor Summary
BPage.RemoveResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_underflow

boolean _underflow
Set to true if underlying pages underflowed


_value

java.lang.Object _value
Removed entry value

Constructor Detail

BPage.RemoveResult

BPage.RemoveResult()


Cees de Groot (C) 2000-2001. All rights reserved http://jdbm.sourceforge.net