|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.proxy.ViewProxy.CategoryIterator
public final class ViewProxy.CategoryIterator
A CategoriesIterator
allows iteration over a set of
lotus.domino.ViewEntry
s that are categories.
ViewProxy.getAllCategories()
,
ViewProxy.getAllCategories(int)
,
ViewProxy.getAllCategoriesByKey(java.lang.String, int, boolean)
,
ViewProxy.getAllCategoriesByKey(java.util.List, int, boolean)
Constructor Summary | |
---|---|
protected |
ViewProxy.CategoryIterator(lotus.domino.ViewNavigator theViewNavigator,
lotus.domino.ViewEntry firstEntry)
Constructs an CategoryIterator. |
|
ViewProxy.CategoryIterator(lotus.domino.ViewNavigator theViewNavigator,
lotus.domino.ViewEntry firstEntry,
java.lang.Object theKey,
boolean isExact)
Constructor. |
Method Summary | |
---|---|
protected void |
finalize()
The items iterator doesn't have to recycle anything. |
boolean |
hasNext()
Indicates whether this iterator has a next element or not. |
java.lang.Object |
next()
Returns the next element of this iterator or null if hasNext()==false . |
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.CategoryIterator(lotus.domino.ViewNavigator theViewNavigator, lotus.domino.ViewEntry firstEntry)
theViewNavigator
- the ViewNavigatorfirstEntry
- the first entry or null of no entry is availablepublic ViewProxy.CategoryIterator(lotus.domino.ViewNavigator theViewNavigator, lotus.domino.ViewEntry firstEntry, java.lang.Object theKey, boolean isExact)
theViewNavigator
- the ViewNavigatorfirstEntry
- the first matching entry or null of no entry matching entry is availabletheKey
- the key, either a String a ListisExact
- use true if you want an exact match or false for a partialMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
Iterator.hasNext()
public java.lang.Object next()
null
if hasNext()==false
.
next
in interface java.util.Iterator
DBaseItem
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 |