Class KwStrComparator

java.lang.Object
org.mariuszgromada.math.mxparser.KwStrComparator
All Implemented Interfaces:
Serializable, Comparator<KeyWord>

class KwStrComparator extends Object implements Comparator<KeyWord>, Serializable
Comparator for key word list sorting by key word string. This king of sorting is used while checking the syntax (duplicated key word error)
  • Field Details

    • serialClassID

      private static final int serialClassID
      See Also:
    • serialVersionUID

      private static final long serialVersionUID
  • Constructor Details

    • KwStrComparator

      KwStrComparator()
  • Method Details