logo Practice-It logo

StringCaseInsensitiveComparator

Language/Type: Java Comparator
Author: Marty Stepp (on 2013/02/12)

Write a class named StringCaseInsensitiveComparator that implements the Comparator interface to compare String objects. Your comparator should use the normal ABC ordering except it should ignore capitalization during the comparison. So for example, your comparator would indicate the following strings should be in this order:

  • ["any", "AT", "HEAVEN", "hElLo", "hugs", "Pineapple", "yogurt"]
Type your solution here:


This is a class problem. Submit a complete Java class as described.

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.