Comparators
v1.4Java classes to include in your programs. Includes: HTMLArrayComparator.java compares two arrays of Strings of HTML, ignoring embedded tags. HTMLComparator.java compares two Strings of HTML, ignoring...
Description
Java classes to include in your programs. Includes: HTMLArrayComparator.java: Compares two arrays of Strings of HTML, ignoring embedded tags.
HTMLComparator.java: Compares two Strings of HTML, ignoring embedded tags. StringComparator.java: Compares two Strings, case sensitive.
StringComparatorIgnoreCase.java: Compares two Strings, case insensitive. See http://mindprod.com/jgloss/comparators.html for general information on using comparators and generics.
Not useful on its own, though you can run the debugging harness with: java com.mindprod.comparators.Comparators Why the orange slice logo? Comparing apples and oranges, though Comparators are primarily for comparing Objects of the same class.
HTMLComparator.java: Compares two Strings of HTML, ignoring embedded tags. StringComparator.java: Compares two Strings, case sensitive.
StringComparatorIgnoreCase.java: Compares two Strings, case insensitive. See http://mindprod.com/jgloss/comparators.html for general information on using comparators and generics.
Not useful on its own, though you can run the debugging harness with: java com.mindprod.comparators.Comparators Why the orange slice logo? Comparing apples and oranges, though Comparators are primarily for comparing Objects of the same class.