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

java.lang.Object
  extended by com.hs.mail.imap.message.search.SearchKey
      extended by com.hs.mail.imap.message.search.AllKey

public final class AllKey
extends SearchKey

All messages in the mailbox; the default initial key for ANDing.

Since:
Jan 30, 2010
Author:
Won Chul Doh

Constructor Summary
AllKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean isComposite()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllKey

public AllKey()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

isComposite

public boolean isComposite()
Specified by:
isComposite in class SearchKey


Copyright © 2011. All Rights Reserved.