ozone API

org.ozoneDB.DxLib
Class DxAbstractIterator

java.lang.Object
  extended byorg.ozoneDB.DxLib.DxObject
      extended byorg.ozoneDB.DxLib.DxAbstractIterator
All Implemented Interfaces:
java.lang.Cloneable, DxCompatible, DxIterator, java.io.Serializable
Direct Known Subclasses:
DxBBIterator, DxDiskHashIterator, DxHashIterator, DxListIterator, DxMultiIterator, DxVectorIterator

public abstract class DxAbstractIterator
extends DxObject
implements DxIterator

Version:
$Revision: 1.5 $Date: 2000/10/28 16:55:14 $
Author:
SMB
See Also:
Serialized Form

Constructor Summary
DxAbstractIterator()
           
 
Method Summary
 java.lang.Object key()
          It is not a good idea to declare this abstract because some sub-classes do not know how to implement this method.
 
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.DxIterator
next, object, removeObject, reset
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
clone, equals, isLess
 

Constructor Detail

DxAbstractIterator

public DxAbstractIterator()
Method Detail

key

public java.lang.Object key()
It is not a good idea to declare this abstract because some sub-classes do not know how to implement this method.

Specified by:
key in interface DxIterator

ozone API

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