com.moyosoft.exchange.util
Interface ExchangeCollection<T>

All Superinterfaces:
java.lang.Iterable<T>
All Known Subinterfaces:
AttachmentsCollection, FoldersCollection, ItemsCollection

public interface ExchangeCollection<T>
extends java.lang.Iterable<T>

A base interface for all collections of Exchange elements.


Method Summary
 T getAt(int index)
           
 int getCount()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getCount

int getCount()
             throws ExchangeServiceException
Throws:
ExchangeServiceException

getAt

T getAt(int index)
        throws ExchangeServiceException
Throws:
ExchangeServiceException