com.jeffpalm.graph
Interface Edge.Iterator

Enclosing interface:
Edge

public static interface Edge.Iterator


Method Summary
 boolean hasNext()
           
 Edge next()
           
 

Method Detail

hasNext

boolean hasNext()

next

Edge next()