集合

集合只能存引用数据类型,不能存基本数据类型,

集合添加进去,会自动增加集合长度

创建格式:

ArrayList<String> list = new ArrayList<>();

 

 

 

 基本数据类型对应的包装类

byte Byte

short Short

char Character

int Integer

long Long

float Float

double Double

  boolean Boolean

 

posted @ 2022-08-10 19:22  是貓阿啊  阅读(9)  评论(0)    收藏  举报