不可变对象是指一个对象的状态在对象被创建之后就不再变化。不可改变的意思就是说:不能改变对象内的...
String regex){ String str[] = strs.split(regex); return Arrays.asList(str); }...