|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.proxy.ViewProxy.ViewNavigatorIterator
public final class ViewProxy.ViewNavigatorIterator
Uses a ViewNavigator to iterate over all entries in a view, starting with a given entry.
| Constructor Summary | |
|---|---|
protected |
ViewProxy.ViewNavigatorIterator(lotus.domino.ViewNavigator theViewNavigator,
DViewEntry currentEntry)
Constructs an Iterator using a ViewNavigator and a current entry to start from. |
| Method Summary | |
|---|---|
protected void |
finalize()
The items iterator doesn't have to recycle anything. |
int |
getSize()
Returns the number of objects in the iterator. |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
Throws an UnsupportedOperationException: The remove operation is not supported by this Iterator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ViewProxy.ViewNavigatorIterator(lotus.domino.ViewNavigator theViewNavigator,
DViewEntry currentEntry)
theViewNavigator - the ViewNavigatorcurrentEntry - the current entry| Method Detail |
|---|
public int getSize()
getSize in interface DNotesIteratorDNotesIterator.getSize()public boolean hasNext()
hasNext in interface java.util.IteratorIterator.hasNext()public java.lang.Object next()
next in interface java.util.IteratorIterator.next()public void remove()
remove in interface java.util.IteratorIterator.remove()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable - the Exception raised by this methodObject.finalize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||