org.ozoneDB.DxLib
Class DxBBIterator
java.lang.Object
|
+--org.ozoneDB.DxLib.DxObject
|
+--org.ozoneDB.DxLib.DxAbstractIterator
|
+--org.ozoneDB.DxLib.DxBBIterator
- All Implemented Interfaces:
- java.lang.Cloneable, DxCompatible, DxIterator, java.io.Serializable
- public final class DxBBIterator
- extends DxAbstractIterator
- Version:
- $Revision: 1.1 $Date: 2001/12/18 10:31:30 $
- Author:
- SMB
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
bbtree
DxBBTree bbtree
node
DxBBnode node
DxBBIterator
public DxBBIterator(DxTreeCollection _coll)
object
public java.lang.Object object()
key
public java.lang.Object key()
- Description copied from class:
DxAbstractIterator
- 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
- Overrides:
key
in class DxAbstractIterator
next
public java.lang.Object next()
reset
public void reset()
removeObject
public java.lang.Object removeObject()
leftMost
private DxBBnode leftMost(DxBBnode node)
firstRightParent
private DxBBnode firstRightParent(DxBBnode node)
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.