如何知道 List 是否具有固定大小?
List<String> fixed = Arrays.asList(new String[100]);
这将创建一个固定列表。但 String 对象的实例化数组不再引用 String 数组。
犯罪嫌疑人X
aluckdog
相关分类