What are the containers in Java

后端 未结 6 602
时光说笑
时光说笑 2020-12-14 02:09

Could anyone please give me a brief full list of containers in Java? Some of the ones I know are Array, Arraylist, Hashtable, HashMap, HashSet, Node, NodeList, TreeNode, and

6条回答
  •  天命终不由人
    2020-12-14 03:03

    I don't know if I can give you a complete exhaustive list, but I believe most of the standard Java API containers should reside in the java.util package.

提交回复
热议问题