public final class ViewProxy.ViewNavigatorIterator extends Object implements DNotesIterator
| Modifier | Constructor and Description |
|---|---|
protected |
ViewNavigatorIterator(lotus.domino.ViewNavigator theViewNavigator,
DViewEntry currentEntry)
Constructs an Iterator using a ViewNavigator and a current entry to start from.
|
| 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 ViewNavigatorIterator(lotus.domino.ViewNavigator theViewNavigator,
DViewEntry currentEntry)
theViewNavigator - the ViewNavigatorcurrentEntry - the current entrypublic 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.