1. 程式人生 > >java 資料結構有哪些?

java 資料結構有哪些?

1. java八大基本資料型別及其包裝類: boolean : Boolean, byte:Byte, short:Short, int:Integer, long:Long, float:Float, double:Double

2. String 字串型別

3. 容器類

     collection —— List

                       |—— Set

                       |——queue

     map

4. Array 陣列