首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
BBCCBB
›
全部回复第 117 页 / 共 117 页
回复总数
2322
1
...
108
109
110
111
112
113
114
115
116
117
❮
❯
2017-08-14 08:44:14 +08:00
回复了
hsiunien
创建的主题
›
程序员
›
哪位高人能帮我优化一段 Java 代码,强迫症犯了。
String rec = ....
studentsList = null;
if (rec != null) {
Student[] students = convert(rec);
if (students.length != 0) {
studentsList = Arrays.asList(students);
}
}
if(studentsList == null)
studentsList = Collections.EMPTY_LIST();
2017-08-14 08:42:16 +08:00
回复了
hsiunien
创建的主题
›
程序员
›
哪位高人能帮我优化一段 Java 代码,强迫症犯了。
@
mtus
此 ArrayList 非彼 ArrayList, 这是 Arrays 的一个内部类,是不可变的
1
...
108
109
110
111
112
113
114
115
116
117
❮
❯
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5770 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms ·
UTC 06:34
·
PVG 14:34
·
LAX 22:34
·
JFK 01:34
Developed with
CodeLauncher
♥ Do have faith in what you're doing.