org.jetbrains.jet.utils
Interface DFS.Neighbors<N>

Enclosing class:
DFS

public static interface DFS.Neighbors<N>


Method Summary
 java.lang.Iterable<N> getNeighbors(N current)
           
 

Method Detail

getNeighbors

@NotNull
java.lang.Iterable<N> getNeighbors(N current)