Arraylist类

时间:2020-11-19 09:30:37   收藏:0   阅读:28
  • 什么是ArrayList类

  • java.util.ArrayList类是一个【大小可变的数组】的实现,里面存储的数据称为元素
  • ArrayList类的使用步骤

    基本类型 基本类型包装类
    byte Byte
    short Short
    int Integer
    long Long
    float Float
    double Double
    char Character
    boolean Boolean

    备注:我们需要对int,char进行特殊记忆,其他类型只需要记住首字母大写即可。

    原文:https://blog.51cto.com/14954368/2552098

    评论(0
    © 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
    打开技术之扣,分享程序人生!