protected static final class RichTextItemProxy.EmbeddedObjectsIterator extends Object implements Iterator
EmbeddedObjectsIterator allows iteration over a set of
lotus.domino.EmbeddedObject.
#see de.jakop.lotus.domingo.DEmbeddedObject| Modifier | Constructor and Description |
|---|---|
protected |
EmbeddedObjectsIterator(List embeddedObjects)
Constructs an Iterator by use of a vector of
lotus.domino.EmbeddedObjects. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Indicates whether this iterator has a next element or not.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected EmbeddedObjectsIterator(List embeddedObjects)
lotus.domino.EmbeddedObjects.embeddedObjects - a vector of lotus.domino.EmbeddedObjectspublic boolean hasNext()
public Object next()
null if hasNext()==false.Copyright © 2005–2020. All rights reserved.