gpt4 book ai didi

具有键/值对的java集合,并根据插入顺序排序

转载 作者:太空狗 更新时间:2023-10-29 22:38:44 25 4
gpt4 key购买 nike

我想要一些可以插入键/值对的东西,顺序是我插入项目的顺序。

我看过一些关于 map 的帖子,但似乎我必须为它们编写自己的比较器。

我希望我插入的第一个项目是第一个存储的,第二个是集合中的第二个项目,等等。

最佳答案

尝试使用来自 javadocsLinkedHashMap :

Hash table and linked list implementation of the Map interface, with predictable iteration order This implementation differs from HashMap in that it maintains a doubly-linked list running through all of its entries. This linked list defines the iteration ordering, which is normally the order in which keys were inserted into the map (insertion-order).

关于具有键/值对的java集合,并根据插入顺序排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8304939/

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