|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.proxy.BaseDocumentProxy.ItemsIterator
protected final class BaseDocumentProxy.ItemsIterator
A ItemsIterator allows iteration over a set of
lotus.domino.Item.
#see getItems
| Constructor Summary | |
|---|---|
protected |
BaseDocumentProxy.ItemsIterator(java.util.Vector itemsVector)
Constructs an Iterator by use of a vector of lotus.domino.Items. |
| 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 BaseDocumentProxy.ItemsIterator(java.util.Vector itemsVector)
lotus.domino.Items.
itemsVector - a vector of lotus.domino.Items| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
null if hasNext()==false.
next in interface java.util.IteratorDItempublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||