Class RecordListIterator
- java.lang.Object
-
- com.arjuna.ats.arjuna.coordinator.RecordListIterator
-
public class RecordListIterator extends java.lang.ObjectA basic iterator for RecordList instances.- Since:
- JTS 1.0.
- Version:
- $Id: RecordListIterator.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
-
Constructor Summary
Constructors Constructor Description RecordListIterator(RecordList R)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractRecorditerate()voidrestart()
-
-
-
Constructor Detail
-
RecordListIterator
public RecordListIterator(RecordList R)
-
-
Method Detail
-
restart
public final void restart()
-
iterate
public final AbstractRecord iterate()
- Returns:
- the next entry in the list.
-
-