protected final class BaseDocumentProxy.ItemsIterator extends Object implements Iterator
ItemsIterator allows iteration over a set of
lotus.domino.Item.
#see getItems| Modifier | Constructor and Description |
|---|---|
protected |
ItemsIterator(Vector itemsVector)
Constructs an Iterator by use of a vector of
lotus.domino.Items. |
| 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 ItemsIterator(Vector itemsVector)
lotus.domino.Items.itemsVector - a vector of lotus.domino.Itemspublic boolean hasNext()
public Object next()
null if hasNext()==false.Copyright © 2005–2020. All rights reserved.