coins.aflow
Interface NodeListIterator

All Superinterfaces:
NodeIterator

public interface NodeListIterator
extends NodeIterator


Method Summary
 boolean hasPrevious()
           
 int nextIndex()
           
 IR previous()
           
 int previousIndex()
           
 void set(IR pIR)
           
 
Methods inherited from interface coins.aflow.NodeIterator
hasNext, next
 

Method Detail

hasPrevious

public boolean hasPrevious()
Specified by:
hasPrevious in interface NodeIterator

nextIndex

public int nextIndex()

previous

public IR previous()
Specified by:
previous in interface NodeIterator

previousIndex

public int previousIndex()

set

public void set(IR pIR)