Class CellValueAsStringComparator<T extends Comparable<String>>

  • All Implemented Interfaces:
    Comparator<T>

    public class CellValueAsStringComparator<T extends Comparable<String>>
    extends Object
    implements Comparator<T>
    The comparator will base its comparison on the display value of a cell. The display value is assumed to be a string.
    • Constructor Detail

      • CellValueAsStringComparator

        public CellValueAsStringComparator()