Class FormattedNumberSorter

java.lang.Object
mekhq.gui.sorter.FormattedNumberSorter
All Implemented Interfaces:
Comparator<String>

public class FormattedNumberSorter extends Object implements Comparator<String>
A comparator for numbers that have been formatted with DecimalFormat
  • Constructor Details

    • FormattedNumberSorter

      public FormattedNumberSorter()
  • Method Details