|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.proxy.ViewProxy.ViewEntriesReverseIterator
public final class ViewProxy.ViewEntriesReverseIterator
A ViewEntriesIterator
allows iteration over a set of
lotus.domino.ViewEntry
s in reverse order.
#see getAllEntries
Constructor Summary | |
---|---|
protected |
ViewProxy.ViewEntriesReverseIterator(lotus.domino.ViewEntryCollection theViewEntries)
Constructs an Iterator by use of a vector of lotus.domino.Item s. |
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.ViewEntriesReverseIterator(lotus.domino.ViewEntryCollection theViewEntries)
lotus.domino.Item
s.
theViewEntries
- the ViewEntryCollectionMethod 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 |