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

Enclosing class:
DFS

public static interface DFS.Neighbors<N>


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

Method Detail

getNeighbors

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