jdbm.btree
Class BPage.InsertResult

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

static class BPage.InsertResult
extends java.lang.Object

STATIC INNER CLASS Result from insert() method call


Field Summary
(package private)  java.lang.Object _existing
          Existing value for the insertion key.
(package private)  BPage _overflow
          Overflow page.
 
Constructor Summary
BPage.InsertResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_overflow

BPage _overflow
Overflow page.


_existing

java.lang.Object _existing
Existing value for the insertion key.

Constructor Detail

BPage.InsertResult

BPage.InsertResult()


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