java中的容器類

java中的容器

  • 數組
  • collection接口
    • list接口
      • ArrayList
      • LinkedList
      • Vector
        • stack
    • set接口
      • HashSet
      • SortedSet接口
        • TreeSet
  • map接口
    • HashMap
    • SoredMap接口
      • TreeMap
    • HashTable
      • Properties
  • 容器相關
    • Iterator接口
      • ListIterator接口
    • Collections工具類
    • Enumeration接口
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章