How to sort your List in Java using Collator

I often forget this format so I'm blogging it here:

Collator descriptionSort = Collator.getInstance();
descriptionSort.setStrength(Collator.PRIMARY);
Collections.sort(entityFacets, Comparator.comparing(f -> f.getDescription(), descriptionSort));

0 nhận xét:

Đăng nhận xét