Class NotEqualsOperator


  • public class NotEqualsOperator
    extends EqualityOperator

    The implementation of the not equals operator

    • Constructor Detail

      • NotEqualsOperator

        public NotEqualsOperator()
        Constructor
    • Method Detail

      • getOperatorSymbol

        public java.lang.String getOperatorSymbol()
        Returns the symbol representing the operator
        Specified by:
        getOperatorSymbol in class BinaryOperator
      • apply

        public boolean apply​(boolean pAreEqual,
                             Logger pLogger)
        Applies the operator given the fact that the two elements are equal.
        Specified by:
        apply in class EqualityOperator