coins.aflow
Interface NodeIterator

All Known Subinterfaces:
NodeListIterator

public interface NodeIterator


Method Summary
 boolean hasNext()
           
 boolean hasPrevious()
           
 IR next()
           
 IR previous()
           
 

Method Detail

hasNext

public boolean hasNext()

next

public IR next()

hasPrevious

public boolean hasPrevious()

previous

public IR previous()