C G S T

G

getNaturalComparator() - Static method in class com.eekboom.utils.Strings
Returns a comparator that compares contained numbers based on their numeric values and compares other parts using the current locale's order rules.
getNaturalComparator(Collator) - Static method in class com.eekboom.utils.Strings
Returns a comparator that compares contained numbers based on their numeric values and compares other parts using the given collator.
getNaturalComparatorAscii() - Static method in class com.eekboom.utils.Strings
Returns a comparator that compares contained numbers based on their numeric values and compares other parts based on each character's Unicode value.
getNaturalComparatorIgnoreCaseAscii() - Static method in class com.eekboom.utils.Strings
Returns a comparator that compares contained numbers based on their numeric values and compares other parts based on each character's Unicode value while ignore upper/lower case differences.

C G S T