gpt4 book ai didi

java.util.Stack 合适的数据结构?

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:34:09 24 4
gpt4 key购买 nike

嗯。我注意到 Stack 是 Vector 的一个子类,我认为 Vector 和 Hashtable 被认为是“旧”数据结构,因为它们具有内置同步功能,即使您不需要它也是如此。 (与不为您提供的列表、 map 等相比)

那是一个类,而不是一个接口(interface)。

是否有更现代的推荐替代方案?

最佳答案

java.util.Deque

Deques can also be used as LIFO (Last-In-First-Out) stacks. This interface should be used in preference to the legacy Stack class. When a deque is used as a stack, elements are pushed and popped from the beginning of the deque.

关于java.util.Stack 合适的数据结构?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1320217/

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