美文网首页
java - 数据结构

java - 数据结构

作者: 啦啦一路高歌 | 来源:发表于2021-07-21 13:16 被阅读0次

    数据结构:

    1. 枚举 (Enumeration)
    2. 位集合 (BitSet)
    3. 向量(Vector)
    4. 栈(Stack)
    5. 字典(Dictionary)
    6. 哈希表(Hashtable)
    7. 属性(Properties)
    8. 集合框架(Collection)

    具体说明:

    1.枚举
    定义了一种从数据结构中取回连续元素的方式

    相关文章

      网友评论

          本文标题:java - 数据结构

          本文链接:https://www.haomeiwen.com/subject/spxjmltx.html