Skip navigation links
A C S 

A

AlphanumericComparator - Class in se.sawano.java.text
An implementation of a comparator that sort strings in an order that makes sense for a human.
AlphanumericComparator() - Constructor for class se.sawano.java.text.AlphanumericComparator
Creates a comparator that will use lexicographical sorting of the non-numerical parts of the compared strings.
AlphanumericComparator(Locale) - Constructor for class se.sawano.java.text.AlphanumericComparator
Creates a comparator that will use locale-sensitive sorting of the non-numerical parts of the compared strings.
AlphanumericComparator(Collator) - Constructor for class se.sawano.java.text.AlphanumericComparator
Creates a comparator that will use the given collator to sort the non-numerical parts of the compared strings.

C

compare(CharSequence, CharSequence) - Method in class se.sawano.java.text.AlphanumericComparator
 

S

se.sawano.java.text - package se.sawano.java.text
 
A C S 
Skip navigation links

Copyright © 2014. All rights reserved.