com.orientechnologies.jdo
Class oIterator

java.lang.Object
  extended bycom.orientechnologies.jdo.oIterator
All Implemented Interfaces:
java.util.Iterator

public class oIterator
extends java.lang.Object
implements java.util.Iterator

Title: Description: Copyright: Copyright (c) 2000 Company:


Constructor Summary
oIterator(oResultSet iResultSet)
           
 
Method Summary
 boolean hasNext()
           
 boolean hasPrevious()
           
 java.lang.Object next()
           
 java.lang.Object previous()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

oIterator

public oIterator(oResultSet iResultSet)
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 java.util.Iterator

hasPrevious

public boolean hasPrevious()

previous

public java.lang.Object previous()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator