com.arjuna.ats.arjuna.coordinator
Class RecordListIterator
java.lang.Object
com.arjuna.ats.arjuna.coordinator.RecordListIterator
public class RecordListIterator
- extends 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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordListIterator
public RecordListIterator(RecordList R)
restart
public final void restart()
iterate
public final AbstractRecord iterate()
- Returns:
- the next entry in the list.
Copyright © 2011. All Rights Reserved.