标签:return com ase ati get sda data 根据 sync
org = org.stream().sorted(Comparator.comparing(SynchronousDataService::sort2)).collect(Collectors.toList());// 排序
private static String sort2(Map<String, Object> a) {
return (String) a.get("uri");
}
标签:return com ase ati get sda data 根据 sync
原文地址:https://www.cnblogs.com/sikuaiwu/p/11385239.html