Class Negation

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class Negation
    extends PredicateOperator
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • Negation

        public Negation​(Predicate operand)
    • Method Detail

      • clone

        public Negation clone()
                       throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class Predicate
        Throws:
        java.lang.CloneNotSupportedException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • appendTo

        protected void appendTo​(java.lang.StringBuilder out)
        Specified by:
        appendTo in class Predicate