public class RemoteIterator_Rmi<R,L> extends ServerMappedObject_Rmi<ListIterator<L>> implements RemoteIterator<R>
ref| Constructor and Description |
|---|
RemoteIterator_Rmi(ListIterator<L> originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(R o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
R |
next() |
int |
nextIndex() |
R |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(R o) |
getMapperCode, getOriginalObject, getPort, unreferenced, wrapped_equals, wrapped_hashCode, wrapped_toStringclone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogequals, getRef, hashCode, toString, toStubfinalize, getClass, notify, notifyAll, wait, wait, waitgetMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringpublic RemoteIterator_Rmi(ListIterator<L> originalObject, int port) throws RemoteException
RemoteExceptionpublic boolean hasNext()
hasNext in interface RemoteIterator<R>public boolean hasPrevious()
hasPrevious in interface RemoteIterator<R>public R next() throws RemoteException
next in interface RemoteIterator<R>RemoteExceptionpublic int nextIndex()
nextIndex in interface RemoteIterator<R>public R previous() throws RemoteException
previous in interface RemoteIterator<R>RemoteExceptionpublic int previousIndex()
previousIndex in interface RemoteIterator<R>public void remove()
remove in interface RemoteIterator<R>public void set(R o) throws RemoteException
set in interface RemoteIterator<R>RemoteExceptionpublic void add(R o) throws RemoteException
add in interface RemoteIterator<R>RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}