英文:
Why no HashMap data structure in AnyLogic
问题
我目前正在创建一个模型,在这个模型中,我想调用HashMap上的一些“put”方法。这里键的顺序并不重要,所以我认为HashMap是解决这个问题的最佳选择。
然而,我只能在“collection”块的属性中看到“LinkedHashMap”选项。有没有一种特殊的方法可以将“collection”变成HashMap?
英文:
I'm currently creating a model where I want to call some "put" methods on a HashMap. The order of the keys does not matter here, so I figured that a HashMap was the best fit for the problem.
However, I can only see the "LinkedHashMap" option in the properties of the "collection" block. Is there a particular way of making the "collection" become a HashMap?
答案1
得分: 1
你可以使用任何你喜欢的Java数据结构,下拉菜单只是一个建议。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论