de.bea.domingo.proxy
Class RichTextItemProxy.EmbeddedObjectsIterator

java.lang.Object
  extended by de.bea.domingo.proxy.RichTextItemProxy.EmbeddedObjectsIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
RichTextItemProxy

protected static final class RichTextItemProxy.EmbeddedObjectsIterator
extends java.lang.Object
implements java.util.Iterator

A EmbeddedObjectsIterator allows iteration over a set of lotus.domino.EmbeddedObject. #see de.bea.domingo.DEmbeddedObject

Author:
Kurt Riede

Constructor Summary
protected RichTextItemProxy.EmbeddedObjectsIterator(java.util.List embeddedObjects)
          Constructs an Iterator by use of a vector of lotus.domino.EmbeddedObjects.
 
Method Summary
 boolean hasNext()
          Indicates whether this iterator has a next element or not.
 java.lang.Object next()
          Returns the next element of this iterator (hasNext()==true) or null if hasNext()==false.
 void remove()
          Throws an UnsupportedOperationException: The remove operation is not supported by this Iterator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichTextItemProxy.EmbeddedObjectsIterator

protected RichTextItemProxy.EmbeddedObjectsIterator(java.util.List embeddedObjects)
Constructs an Iterator by use of a vector of lotus.domino.EmbeddedObjects.

Parameters:
embeddedObjects - a vector of lotus.domino.EmbeddedObjects
Method Detail

hasNext

public boolean hasNext()
Indicates whether this iterator has a next element or not.

Specified by:
hasNext in interface java.util.Iterator
Returns:
boolean true if there is a next

next

public java.lang.Object next()
Returns the next element of this iterator (hasNext()==true) or null if hasNext()==false.

Specified by:
next in interface java.util.Iterator
Returns:
an DEmbeddedObject

remove

public void remove()
Throws an UnsupportedOperationException: The remove operation is not supported by this Iterator.

Specified by:
remove in interface java.util.Iterator


Domingo Java-API