@Testpublic void test1() throws IOException {// Read the lines of a UTF-8 text fileFile file = new File("F:/prd/kw/olay1.txt");ImmutableList<String> ...
Guava引入了很多JDK没有的、但我们发现明显有用的新集合类型。 Multiset
如果使用某个对象或对象里属性前先判断是否为null,那就需要思考一下你的代码是否已经烂掉了。null是什么意思,你能说清楚它的意图吗?方法返回了null,是出错了还是入参不对还是没查到?null作为方法入参,null代表什么,是没给值...