ozone API

org.ozoneDB.DxLib
Class DxDiskHashCompatible

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.DxLib.DxDiskHashCompatible
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, java.io.Serializable

public class DxDiskHashCompatible
extends DxObject

Version:
$Revision: 1.3 $Date: 2002/12/30 10:13:50 $
Author:
SMB
See Also:
Serialized Form

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 DxDiskHashMap.
 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
 

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 DxDiskHashMap.

See Also:
DxDiskHashMap

ozone API

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