//java.util.Collections;
Collections.emptyList();
//cn.hutool.core.collection.CollectionUtil;
CollectionUtil.newArrayList();
//com.google.common.collect.Lists ==>guava
Lists.newArrayList();
//java.util.Collections;
Collections.emptyList();
//cn.hutool.core.collection.CollectionUtil;
CollectionUtil.newArrayList();
//com.google.common.collect.Lists ==>guava
Lists.newArrayList();
本文标题:工具类操作List集合的方法总结
本文链接:https://www.haomeiwen.com/subject/cqkfxltx.html
网友评论