Package org.mariuszgromada.math.mxparser
Class KwStrComparator
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.KwStrComparator
-
- All Implemented Interfaces:
java.io.Serializable,java.util.Comparator<KeyWord>
class KwStrComparator extends java.lang.Object implements java.util.Comparator<KeyWord>, java.io.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 Summary
Fields Modifier and Type Field Description private static intserialClassIDprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description KwStrComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(KeyWord kw1, KeyWord kw2)
-
-
-
Field Detail
-
serialClassID
private static final int serialClassID
- See Also:
- Constant Field Values
-
serialVersionUID
private static final long serialVersionUID
-
-