public class RemoteIterator_Proxy<L,R> extends MappedObject_Proxy<RemoteIterator<R>> implements ListIterator<L>
| Modifier and Type | Field and Description |
|---|---|
(package private) ListIterator<L> |
local |
| Constructor and Description |
|---|
RemoteIterator_Proxy(ListIterator<L> listIterator) |
RemoteIterator_Proxy(RemoteIterator<R> remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(L o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
L |
next() |
int |
nextIndex() |
L |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(L o) |
equals, getMapperCode, getWrappedObject, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEachRemainingListIterator<L> local
public RemoteIterator_Proxy(ListIterator<L> listIterator)
public RemoteIterator_Proxy(RemoteIterator<R> remoteObject)
public boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface ListIterator<L>public L next()
public int nextIndex()
nextIndex in interface ListIterator<L>public L previous()
previous in interface ListIterator<L>public int previousIndex()
previousIndex in interface ListIterator<L>public void remove()
public void set(L o)
set in interface ListIterator<L>public void add(L o)
add in interface ListIterator<L>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}