随笔分类 -  guava

Guava学习笔记目录
摘要:http://www.cnblogs.com/peida/p/Guava.html 阅读全文
posted @ 2017-02-15 16:51 路过的二师兄 阅读(91) 评论(0) 推荐(0)
集合
摘要:List<Long> taskIdList = FluentIterable.from(Arrays.asList(strTaskIdArr)) .transform(new Function<String, Long>() { @Nullable @Override public Long app 阅读全文
posted @ 2017-02-08 08:55 路过的二师兄 阅读(82) 评论(0) 推荐(0)