会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
努力,奋斗,,,
张开开
新随笔
联系
管理
2017年5月18日
collection 所有集合的接口。
摘要: collection 接口是所有集合(list,map.set)的 父接口,集合都是对此接口的实现。
阅读全文
posted @ 2017-05-18 19:22 张开开
阅读(1059)
评论(0)
推荐(0)
编辑
java.lang.String类
摘要: 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)
编辑