Michael McMahon wrote:
oops. This isn't correct. Sorry. ....
It seems the NameComparator class uses exactly the same algorithm as the CASE_INSENSITIVE_ORDER comparator provided by the String class. So,it probably makes sense to replace NameComparator with the one from String(one less class in rt.jar :) )
- Michael.