Uses of Class
com.google.mu.util.graph.BinaryTreeWalker
Packages that use BinaryTreeWalker
-
Uses of BinaryTreeWalker in com.google.mu.util.graph
Methods in com.google.mu.util.graph that return BinaryTreeWalkerModifier 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.