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

java.lang.Object
  extended by com.hs.mail.imap.message.search.SearchKey
Direct Known Subclasses:
AllKey, ComparisonKey, FlagKey, NotKey, SearchKeyList, SequenceKey, StringKey

public abstract class SearchKey
extends Object

Search criteria are expressed as a tree of search-keys, forming a parse-tree for the search expression.

Search-keys are represented by this class. This is an abstract class; subclasses implement specific data structures.

Since:
Jan 30, 2010
Author:
Won Chul Doh

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

Constructor Detail

SearchKey

public SearchKey()
Method Detail

isComposite

public abstract boolean isComposite()


Copyright © 2011. All Rights Reserved.