|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.proxy.RichTextItemProxy.EmbeddedObjectsIterator
protected static final class RichTextItemProxy.EmbeddedObjectsIterator
A EmbeddedObjectsIterator allows iteration over a set of
lotus.domino.EmbeddedObject.
#see de.bea.domingo.DEmbeddedObject
| 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 |
|---|
protected RichTextItemProxy.EmbeddedObjectsIterator(java.util.List embeddedObjects)
lotus.domino.EmbeddedObjects.
embeddedObjects - a vector of lotus.domino.EmbeddedObjects| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
null if hasNext()==false.
next in interface java.util.IteratorDEmbeddedObjectpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||