ozone core API

org.ozoneDB.DxLib
Class DxVectorIterator

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

public final class DxVectorIterator
extends DxAbstractIterator

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

Field Summary
(package private)  DxVectorCollection coll
           
(package private)  int currentIndex
           
(package private)  java.lang.Object currentObject
           
(package private) static long serialVersionUID
           
(package private)  java.util.Vector vector
           
 
Fields inherited from class org.ozoneDB.DxLib.DxAbstractIterator
atFirstObject, objectRemoved
 
Constructor Summary
DxVectorIterator(DxVectorCollection _coll)
           
 
Method Summary
 java.lang.Object next()
           
 java.lang.Object object()
           
 java.lang.Object removeObject()
           
 void reset()
           
 
Methods inherited from class org.ozoneDB.DxLib.DxAbstractIterator
key
 
Methods inherited from class org.ozoneDB.DxLib.DxObject
clone, isLess
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible
clone, equals, isLess
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

coll

DxVectorCollection coll

vector

java.util.Vector vector

currentIndex

int currentIndex

currentObject

java.lang.Object currentObject
Constructor Detail

DxVectorIterator

public DxVectorIterator(DxVectorCollection _coll)
Method Detail

object

public java.lang.Object object()

next

public java.lang.Object next()

reset

public void reset()

removeObject

public java.lang.Object removeObject()

ozone core API

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