|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.utils.DFS.VisitedWithSet<N>
public static class DFS.VisitedWithSet<N>
Constructor Summary | |
---|---|
DFS.VisitedWithSet()
|
|
DFS.VisitedWithSet(java.util.Set<N> visited)
|
Method Summary | |
---|---|
boolean |
checkAndMarkVisited(N current)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DFS.VisitedWithSet()
public DFS.VisitedWithSet(@NotNull java.util.Set<N> visited)
Method Detail |
---|
public boolean checkAndMarkVisited(N current)
checkAndMarkVisited
in interface DFS.Visited<N>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |