public final class ViewProxy.ViewEntriesReverseIterator extends Object implements DNotesIterator
ViewEntriesIterator allows iteration over a set of
lotus.domino.ViewEntrys in reverse order.
#see getAllEntries| Modifier | Constructor and Description |
|---|---|
protected |
ViewEntriesReverseIterator(lotus.domino.ViewEntryCollection theViewEntries)
Constructs an Iterator by use of a vector of
lotus.domino.Items. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
The items iterator doesn't have to recycle anything.
|
int |
getSize()
Returns the number of objects in the iterator.
|
boolean |
hasNext() |
Object |
next() |
void |
remove()
Throws an UnsupportedOperationException: The remove
operation is not supported by this Iterator.
|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected ViewEntriesReverseIterator(lotus.domino.ViewEntryCollection theViewEntries)
lotus.domino.Items.theViewEntries - the ViewEntryCollectionpublic int getSize()
getSize in interface DNotesIteratorDNotesIterator.getSize()public boolean hasNext()
hasNext in interface IteratorIterator.hasNext()public Object next()
next in interface IteratorIterator.next()public void remove()
remove in interface IteratorIterator.remove()protected void finalize()
throws Throwable
finalize in class ObjectThrowable - the Exception raised by this methodObject.finalize()Copyright © 2005–2020. All rights reserved.