de.bea.domingo
Interface DNotesIterator

All Superinterfaces:
java.util.Iterator, java.io.Serializable
All Known Implementing Classes:
BaseProxy.DocumentCollectionIterator, ViewProxy.ViewEntriesIterator, ViewProxy.ViewEntriesReverseIterator, ViewProxy.ViewNavigatorIterator

public interface DNotesIterator
extends java.util.Iterator, java.io.Serializable

Base interface for iterating notes objects.

Author:
Kurt Riede

Method Summary
 int getSize()
          Returns the number of objects in the iterator.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getSize

int getSize()
Returns the number of objects in the iterator.

Returns:
number of objects in the iterator


Domingo Java-API