org.mmbase.bridge.remote
Interface RemoteIterator<E>

All Superinterfaces:
Remote, ServerMappedObject
All Known Implementing Classes:
RemoteIterator_Rmi

public interface RemoteIterator<E>
extends ServerMappedObject


Method Summary
 void add(E o)
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 E next()
           
 int nextIndex()
           
 E previous()
           
 int previousIndex()
           
 void remove()
           
 void set(E o)
           
 
Methods inherited from interface org.mmbase.bridge.remote.ServerMappedObject
getMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toString
 

Method Detail

hasNext

boolean hasNext()
                throws RemoteException
Throws:
RemoteException

next

E next()
       throws RemoteException
Throws:
RemoteException

hasPrevious

boolean hasPrevious()
                    throws RemoteException
Throws:
RemoteException

previous

E previous()
           throws RemoteException
Throws:
RemoteException

nextIndex

int nextIndex()
              throws RemoteException
Throws:
RemoteException

previousIndex

int previousIndex()
                  throws RemoteException
Throws:
RemoteException

remove

void remove()
            throws RemoteException
Throws:
RemoteException

set

void set(E o)
         throws RemoteException
Throws:
RemoteException

add

void add(E o)
         throws RemoteException
Throws:
RemoteException


MMBase 2.0-SNAPSHOT - null