API Reference
| Classic JavaDoc |
Class ItemsIterator
java.lang.Object └ com.moyosoft.connector.ms.outlook.item.ItemsIterator
Implemented Interfaces:
java.util.Iterator
public class ItemsIterator implements java.util.Iterator
Constructors
public | ItemsIterator (ItemsCollection parentCollection, com.moyosoft.connector.ms.outlook.item.Items items) | |
Methods
void | dispose () | |
getItem (int pIndex) | ||
Returns an item from this collection. |
int | getItemsCount () | |
Return the count of items |
getParentCollection () | ||
boolean | hasNext () | |
Object | next () | |
nextItem () | ||
void | remove () | |
void | resetColumns () | |
void | setColumns (String columns) | |
void | sort (String pProperty, boolean pDescendingOrder) | |
Sorts the items by the specified property. |
Community comments
Powered by JavaDocPlus