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

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

Field Summary
protected  List<SearchKey> keys
           
 
Constructor Summary
SearchKeyList()
           
SearchKeyList(List<SearchKey> keys)
           
 
Method Summary
 void addKey(SearchKey key)
           
 List<SearchKey> getSearchKeys()
           
 int size()
           
 
Methods inherited from class com.hs.mail.imap.message.search.SearchKey
isComposite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keys

protected List<SearchKey> keys
Constructor Detail

SearchKeyList

public SearchKeyList(List<SearchKey> keys)

SearchKeyList

public SearchKeyList()
Method Detail

addKey

public void addKey(SearchKey key)

getSearchKeys

public List<SearchKey> getSearchKeys()

size

public int size()


Copyright © 2011. All Rights Reserved.