API Reference
| Classic JavaDoc |
ItemsIterator.remove
public void remove()
Deprecated:
See Also:
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.Throws:UnsupportedOperationException | always |
Community comments
Powered by JavaDocPlus