会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
SuperJenny
博客园
首页
新随笔
联系
订阅
管理
2014年8月18日
Java中Comparator接口
摘要: Comparator位于java.util包下public interface Comparator强行对某个对象 collection 进行整体排序 的比较函数。可以将 Comparator 传递给 sort 方法(如 Collections.sort 或 Arrays.sort),从而允许在排序...
阅读全文
posted @ 2014-08-18 18:07 SuperJenny
阅读(5279)
评论(0)
推荐(0)
公告