摘要: collection 接口是所有集合(list,map.set)的 父接口,集合都是对此接口的实现。 阅读全文
posted @ 2017-05-18 19:22 张开开 阅读(1059) 评论(0) 推荐(0) 编辑
摘要: String abc = "abc"; int codePointCount = abc.codePointCount(0, 1); // 1 返回的是起始位置到结束位置之间的字符个数。 int codePointBefore = abc.codePointBefore(1); //97 返回指定下 阅读全文
posted @ 2017-05-18 18:47 张开开 阅读(6370) 评论(0) 推荐(0) 编辑