coins.flow
インタフェース NodeListIterator

すべてのスーパーインタフェース:
NodeIterator

public interface NodeListIterator
extends NodeIterator


メソッドの概要
 boolean hasPrevious()
           
 int nextIndex()
           
 IR previous()
           
 int previousIndex()
           
 void set(IR pIR)
           
 
インタフェース coins.flow.NodeIterator から継承したメソッド
hasNext, next
 

メソッドの詳細

hasPrevious

public boolean hasPrevious()
定義:
インタフェース NodeIterator 内の hasPrevious

nextIndex

public int nextIndex()

previous

public IR previous()
定義:
インタフェース NodeIterator 内の previous

previousIndex

public int previousIndex()

set

public void set(IR pIR)