Package com.mastfrog.graph
Interface IntGraphVisitor
-
public interface IntGraphVisitorVisitor interface for BitSetGraph, a graph which maps integer nodes to other integer nodes.- Author:
- Tim Boudreau
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidenterNode(int node, int depth)default voidexitNode(int node, int depth)
-