Collator descriptionSort = Collator.getInstance();
descriptionSort.setStrength(Collator.PRIMARY);
Collections.sort(entityFacets, Comparator.comparing(f -> f.getDescription(), descriptionSort));
How to sort your List in Java using Collator
I often forget this format so I'm blogging it here:
0 nhận xét:
Đăng nhận xét