coins.aflow
Interface DNodeIterator


public interface DNodeIterator


Method Summary
 boolean hasNext()
           
 IR next()
           
 IR skipSubtree()
           
 

Method Detail

next

public IR next()

hasNext

public boolean hasNext()

skipSubtree

public IR skipSubtree()