ozone core API

org.ozoneDB.DxLib
Class DxDiskHashCompatible

java.lang.Object
  |
  +--org.ozoneDB.DxLib.DxObject
        |
        +--org.ozoneDB.DxLib.DxDiskHashCompatible
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Serializable

public class DxDiskHashCompatible
extends DxObject

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
protected  java.util.Vector tables
           
 
Constructor Summary
DxDiskHashCompatible()
           
 
Method Summary
 void addTable(DxDiskHashMap _table)
           
 void done()
          The methods signals that this element will no longer be accesses without a re-fetch (elementForKey()) from the DxDiskHastable.
protected  void finalize()
           
 void removeTable(DxDiskHashMap _table)
           
 
Methods inherited from class org.ozoneDB.DxLib.DxObject
clone, isLess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
equals
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

tables

protected java.util.Vector tables
Constructor Detail

DxDiskHashCompatible

public DxDiskHashCompatible()
Method Detail

addTable

public void addTable(DxDiskHashMap _table)

removeTable

public void removeTable(DxDiskHashMap _table)

done

public void done()
The methods signals that this element will no longer be accesses without a re-fetch (elementForKey()) from the DxDiskHastable.

See Also:
DxDiskHastable

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
java.lang.Throwable

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.