com.hs.mail.imap.message.search
Class NotKey
java.lang.Object
com.hs.mail.imap.message.search.SearchKey
com.hs.mail.imap.message.search.NotKey
public final class NotKey
- extends SearchKey
This class implements the logical NEGATION operator.
- Since:
- Jan 30, 2010
- Author:
- Won Chul Doh
key
protected SearchKey key
NotKey
public NotKey(SearchKey k)
getSearchKey
public SearchKey getSearchKey()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
isComposite
public boolean isComposite()
- Specified by:
isComposite
in class SearchKey
Copyright © 2011. All Rights Reserved.