Uses of Record Class
cloud.opencode.base.tree.operation.TreeStatistics
Packages that use TreeStatistics
-
Uses of TreeStatistics in cloud.opencode.base.tree
Methods in cloud.opencode.base.tree that return TreeStatisticsModifier and TypeMethodDescriptionstatic <T extends Treeable<T,ID>, ID>
TreeStatisticsOpenTree.statistics(List<T> roots) Collect comprehensive tree statistics in a single BFS pass 通过单次 BFS 收集全面的树统计 -
Uses of TreeStatistics in cloud.opencode.base.tree.operation
Methods in cloud.opencode.base.tree.operation that return TreeStatisticsModifier and TypeMethodDescriptionstatic <T extends Treeable<T,ID>, ID>
TreeStatisticsCollect statistics from a tree forest in a single BFS pass 通过单次 BFS 遍历从树森林收集统计信息