摘要: guava Lists下通过了两个创建指定容量的list方法,newArrayListWithExpectedSize,newArrayListWithCapacity。它们主要的区别如下: public static <E> ArrayList<E> newArrayListWithCapacit 阅读全文
posted @ 2022-03-14 19:47 二叉树的博客 阅读(1040) 评论(0) 推荐(0) 编辑