net.sf.tomp.djunit
Interface RecordIterator

All Superinterfaces:
java.util.Iterator
All Known Implementing Classes:
RecordIteratorBase

public interface RecordIterator
extends java.util.Iterator


Method Summary
 Record firstRecord()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 Record nextRecord()
           
 void remove()
           
 

Method Detail

next

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

remove

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

hasNext

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

nextRecord

public Record nextRecord()

firstRecord

public Record firstRecord()


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.