gpt4 book ai didi

java - 遍历二叉搜索树

转载 作者:行者123 更新时间:2023-12-01 13:14:22 24 4
gpt4 key购买 nike

我想用 Java 浏览字典中的每一项。为了澄清我想要做什么,这是 C# 代码:

Dictionary<string, Label> LableList = new Dictionary<string, Label>();
foreach (KeyValuePair<string, Label> z in LabelList) { … }

最佳答案

temp += ("<" + it.next() + ", " + bstd.getValue(it.next()) + ">");

每个 hasNext() 调用 next 两次。将下一个值存储在局部变量中。

Object current = it.next();
temp += ("<" + current + ", " + bstd.getValue(current) + ">");

关于java - 遍历二叉搜索树,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22584388/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com