|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.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 entryMethod Detail |
---|
public int getSize()
getSize
in interface DNotesIterator
DNotesIterator.getSize()
public boolean hasNext()
hasNext
in interface java.util.Iterator
Iterator.hasNext()
public java.lang.Object next()
next
in interface java.util.Iterator
Iterator.next()
public void remove()
remove
in interface java.util.Iterator
Iterator.remove()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.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 |