it.eng.spago.attachment
Class IteratorAttachment

java.lang.Object
  extended byit.eng.spago.attachment.IteratorAttachment

public class IteratorAttachment
extends java.lang.Object


Constructor Summary
IteratorAttachment(java.util.Iterator iterator)
           
 
Method Summary
 boolean hasNext()
           
 IFaceAttachmentItem next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorAttachment

public IteratorAttachment(java.util.Iterator iterator)
Method Detail

hasNext

public boolean hasNext()

next

public IFaceAttachmentItem next()

remove

public void remove()