com.moyosoft.connector.ms.outlook.attachment
Class AttachmentsIterator

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.attachment.AttachmentsIterator
All Implemented Interfaces:
java.util.Iterator

public class AttachmentsIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
AttachmentsIterator(AttachmentsCollection items)
           
 
Method Summary
 int getItemsCount()
          Return the count of items
 boolean hasNext()
           
 java.lang.Object next()
           
 OutlookAttachment nextItem()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentsIterator

public AttachmentsIterator(AttachmentsCollection items)
Method Detail

getItemsCount

public int getItemsCount()
Return the count of items

Returns:

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

nextItem

public OutlookAttachment nextItem()

remove

public void remove()
Specified by:
remove in interface java.util.Iterator