coins.flow
Interface FAListIterator

All Superinterfaces:
java.util.Iterator

public interface FAListIterator
extends java.util.Iterator

Iterator interface for FAList.


Method Summary
 int previousIndex()
          same as ListIterator.previousIndex(), but the underlying list is 1-based.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

previousIndex

public int previousIndex()
same as ListIterator.previousIndex(), but the underlying list is 1-based.