Class TarjanDepthFirstIterator<T>
java.lang.Object
net.covers1624.coffeegrinder.bytecode.transform.transformers.generics.TarjanDepthFirstIterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionTarjanDepthFirstIterator(Collection<T> nodes, Function<T, Iterable<T>> successors) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove