com.hs.mail.imap.message.search
Class SearchKeyList
java.lang.Object
com.hs.mail.imap.message.search.SearchKey
com.hs.mail.imap.message.search.SearchKeyList
- Direct Known Subclasses:
- AndKey, CompositeKey, OrKey
public abstract class SearchKeyList
- extends SearchKey
This class implements a composite SearchKey composed with multiple
SearchKeys.
- Since:
- Apr 6, 2010
- Author:
- Won Chul Doh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keys
protected List<SearchKey> keys
SearchKeyList
public SearchKeyList(List<SearchKey> keys)
SearchKeyList
public SearchKeyList()
addKey
public void addKey(SearchKey key)
getSearchKeys
public List<SearchKey> getSearchKeys()
size
public int size()
Copyright © 2011. All Rights Reserved.