Class FieldComparator


  • @Deprecated
    public class FieldComparator
    extends java.lang.Object
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldComparator()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean compare​(java.lang.String lhs, java.lang.String rhs)
      Deprecated.
      Given two values, returns true if they are equal.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldComparator

        public FieldComparator()
        Deprecated.
    • Method Detail

      • compare

        public boolean compare​(java.lang.String lhs,
                               java.lang.String rhs)
        Deprecated.
        Given two values, returns true if they are equal. Given currency values, (eg x.yz) will compare numerically, therefore 1.0 and 1 are considered to be equal.
        Parameters:
        lhs - a String value
        rhs - a String value
        Returns:
        boolean true if the values are equal, or else false.