com.jeffpalm.graph
Interface Node.Iterator

Enclosing interface:
Node

public static interface Node.Iterator


Method Summary
 boolean hasNext()
           
 Node next()
           
 

Method Detail

hasNext

boolean hasNext()

next

Node next()