com.hs.mail.imap.message.search
Class SearchKey
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchKey
public SearchKey()
isComposite
public abstract boolean isComposite()
Copyright © 2011. All Rights Reserved.