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.
Methods inherited from interface java.lang.Iterable |
iterator |
getCount
int getCount()
throws ExchangeServiceException
- Throws:
ExchangeServiceException
getAt
T getAt(int index)
throws ExchangeServiceException
- Throws:
ExchangeServiceException