coins.flow
インタフェース NodeIterator

既知のサブインタフェースの一覧:
NodeListIterator

public interface NodeIterator


メソッドの概要
 boolean hasNext()
           
 boolean hasPrevious()
           
 IR next()
           
 IR previous()
           
 

メソッドの詳細

hasNext

public boolean hasNext()

next

public IR next()

hasPrevious

public boolean hasPrevious()

previous

public IR previous()