zl程序教程

您现在的位置是:首页 >  后端

当前栏目

Java Collections.sort 排序

JAVA排序 Sort collections
2023-09-11 14:21:22 时间
Collections.sort(list, (h1, h2) -> h1.getName().compareTo(h2.getName()));