|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.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.EmbeddedObject s. |
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.EmbeddedObject
s.
embeddedObjects
- a vector of lotus.domino.EmbeddedObject
sMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
null
if hasNext()==false.
next
in interface java.util.Iterator
DEmbeddedObject
public void remove()
remove
in interface java.util.Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |