com.arjuna.ats.arjuna.coordinator
Class RecordListIterator

java.lang.Object
  extended bycom.arjuna.ats.arjuna.coordinator.RecordListIterator

public class RecordListIterator
extends java.lang.Object

A 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
RecordListIterator(RecordList R)
           
 
Method Summary
 AbstractRecord iterate()
           
 void restart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.