JavaScript is disabled on your browser.
javax.mail.search

Class NotTerm

  • All Implemented Interfaces:
    java.io.Serializable


    public final class NotTerm
    extends SearchTerm 
    Provides the logical negation of the target term.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors
      Constructor and Description
      NotTerm (SearchTerm t)
    • Method Summary

      Methods
      Modifier and Type Method and Description
      boolean equals (java.lang.Object other)
      SearchTerm getTerm ()
      Returns the term to negate.
      int hashCode ()
      boolean match (Message msg)
      Returns true only if the term specified in this term does not match the given message.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getTerm

        public SearchTerm getTerm()
        Returns the term to negate.
      • match

        public boolean match(Message msg)
        Returns true only if the term specified in this term does not match the given message.
        Specified by:
        match in class SearchTerm
      • equals

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

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

AltStyle によって変換されたページ (->オリジナル) /