org.ozoneDB.collections
Class _BaseList_IteratorImpl

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended byorg.ozoneDB.collections._BaseList_IteratorImpl
All Implemented Interfaces:
java.util.Iterator, org.ozoneDB.OzoneCompatible, org.ozoneDB.OzoneCompatibleOrProxy, OzoneIterator, org.ozoneDB.OzoneRemote, java.io.Serializable

public class _BaseList_IteratorImpl
extends org.ozoneDB.OzoneObject
implements OzoneIterator

Author:
leo
See Also:
Serialized Form

Constructor Summary
_BaseList_IteratorImpl(BaseList owner)
          Creates a new instance of _BaseOzoneList_iterator
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, equals, getHandle, getObjectID, handle, hashCode, onActivate, onCreate, onDelete, onPassivate, requireWriteLocking, self, setContainer, toString, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Constructor Detail

_BaseList_IteratorImpl

public _BaseList_IteratorImpl(BaseList owner)
Creates a new instance of _BaseOzoneList_iterator

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface OzoneIterator

remove

public void remove()
Specified by:
remove in interface OzoneIterator


Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.