Uses of Class
com.google.mu.util.graph.BinaryTreeWalker
-
Uses of BinaryTreeWalker in com.google.mu.util.graph
Modifier and TypeMethodDescriptionstatic <N> BinaryTreeWalker
<N> Walker.inBinaryTree
(UnaryOperator<N> getLeft, UnaryOperator<N> getRight) Returns aBinaryTreeWalker
for walking in the binary tree topology as observed bygetLeft
andgetRight
functions.