Uses of Record Class
cloud.opencode.base.tree.TreeBuilder.NodeWithDepth
Packages that use TreeBuilder.NodeWithDepth
-
Uses of TreeBuilder.NodeWithDepth in cloud.opencode.base.tree
Methods in cloud.opencode.base.tree that return types with arguments of type TreeBuilder.NodeWithDepthModifier and TypeMethodDescriptionstatic <T> List<TreeBuilder.NodeWithDepth<T>> OpenTree.flattenWithDepth(TreeNode<T> root) static <T> List<TreeBuilder.NodeWithDepth<T>> TreeBuilder.flattenWithDepth(TreeNode<T> root) Flatten tree to list with depth info 将树展平为带深度信息的列表