会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
八英里
公众号:十进制
博客园
首页
新随笔
联系
订阅
管理
2021年10月25日
自定义一个List排序规则,然后对另一个List按照该规则排序
摘要: public static void main(String[] args) { String[] regulation = {"诸葛亮","鲁班","貂蝉","吕布"}; final List<String> regulationOrder = Arrays.asList(regulation);
阅读全文
posted @ 2021-10-25 17:01 八英里
阅读(604)
评论(0)
推荐(0)
编辑
公告