public class StringLengthComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.String>
Compare two strings for string length, if the two string are equal length, then
the return value is the comparison of the two strings.
Used to sort a collection of strings using the longest strings first