coins.aflow.util
インタフェース FAListIterator

すべてのスーパーインタフェース:
java.util.Iterator

public interface FAListIterator
extends java.util.Iterator

Iterator interface for FAList.


メソッドの概要
 int previousIndex()
          same as ListIterator.previousIndex(), but the underlying list is 1-based.
 
インタフェース java.util.Iterator から継承したメソッド
hasNext, next, remove
 

メソッドの詳細

previousIndex

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