collator Questions

3

Solved

(I use Java) I want to sort a sublist of objects by a property using a Collator so that is sorted by alphabetical order but ignoring accents. Problem is I have tried different things and none wor...
Tullius asked 25/7, 2019 at 10:33

2

Solved

Problem: Let's say we have the following list of strings {"Test1.txt", "Test2.txt", "Test11.txt", "Test22.txt"}, sorting them using String::compareTo or Coll...
Mollescent asked 28/10, 2022 at 19:42

1

I am not able to find any example of sorting objects using collator.compare anywhere. Can anyone provide ? All the documentation and examples so far I came across show array sorting as example belo...
Florentinoflorenza asked 28/5, 2018 at 12:38
1

© 2022 - 2025 — McMap. All rights reserved.