public final class Graph
extends Object
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
方法详细资料
-
depthFirstSearch
public static <T> boolean depthFirstSearch(Map<T,Set<T>> p_184557_,
Set<T> p_184558_,
Set<T> p_184559_,
Consumer<T> p_184560_,
T p_184561_)