public interface RemoteIterator<E> extends ServerMappedObject
| Modifier and Type | Method and Description |
|---|---|
void |
add(E o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
E |
next() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(E o) |
getMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringboolean hasNext()
throws RemoteException
RemoteExceptionE next() throws RemoteException
RemoteExceptionboolean hasPrevious()
throws RemoteException
RemoteExceptionE previous() throws RemoteException
RemoteExceptionint nextIndex()
throws RemoteException
RemoteExceptionint previousIndex()
throws RemoteException
RemoteExceptionvoid remove()
throws RemoteException
RemoteExceptionvoid set(E o) throws RemoteException
RemoteExceptionvoid add(E o) throws RemoteException
RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}