public final class Graph
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
 
- 
Method Details
- 
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_)