Uses of Interface
com.mastfrog.graph.ObjectGraphVisitor
-
Packages that use ObjectGraphVisitor Package Description com.mastfrog.graph -
-
Uses of ObjectGraphVisitor in com.mastfrog.graph
Methods in com.mastfrog.graph with parameters of type ObjectGraphVisitor Modifier and Type Method Description default voidObjectGraph. walk(ObjectGraphVisitor<? super T> v)Walk the tree of nodes in some order, such that each node is only visited once.default voidObjectGraph. walk(T startingWith, ObjectGraphVisitor<? super T> v)Walk the tree of node definitions and node references in some order, starting from the passed starting node.default voidObjectGraph. walkUpwards(T startingWith, ObjectGraphVisitor<? super T> v)Walk the antecedents of a node.
-