Gunakan [Collator][1]
:
Dan kodenya menjadi:
Collator coll = Collator.getInstance(Locale.US);
coll.setStrength(Collator.IDENTICAL);
Collections.sort(words, coll);
Gunakan [Collator][1]
:
Dan kodenya menjadi:
Collator coll = Collator.getInstance(Locale.US);
coll.setStrength(Collator.IDENTICAL);
Collections.sort(words, coll);