API Reference
| Classic JavaDoc |
Interface ItemsIterator
com.moyosoft.exchange.item.ItemsIterator
Implemented Interfaces:
java.util.Iterator
public interface ItemsIterator implements java.util.Iterator
Iterator over Exchange items.
Methods
boolean | hasNext () | |
Returns true if the iteration has more elements. |
next () | ||
Deprecated - use the method nextItem() instead. |
nextItem () | ||
void | remove () | |
Deprecated - use the method ExchangeItem.delete(boolean) instead.
This method always throws an UnsupportedOperationException as the remove operation is not supported by this iterator. To delete an item, use the method ExchangeItem.delete(boolean) instead. |
Community comments
Powered by JavaDocPlus