Package jetbrains.buildServer.util.graph
Interface BreadthFirstSearch<T>
-
- All Known Implementing Classes:
ModificationDagBFS
,NoOpBFS
public interface BreadthFirstSearch<T>
- Author:
- dmitry.neverov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
-