com.hs.mail.imap.message.search
Class NotKey

java.lang.Object
  extended by com.hs.mail.imap.message.search.SearchKey
      extended by 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

Field Summary
protected  SearchKey key
           
 
Constructor Summary
NotKey(SearchKey k)
           
 
Method Summary
 boolean equals(Object obj)
           
 SearchKey getSearchKey()
           
 int hashCode()
           
 boolean isComposite()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected SearchKey key
Constructor Detail

NotKey

public NotKey(SearchKey k)
Method Detail

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.