org.mmbase.bridge.remote.proxy
Class RemoteIterator_Proxy<L,R>
java.lang.Object
org.mmbase.bridge.remote.proxy.MappedObject_Proxy<RemoteIterator<R>>
org.mmbase.bridge.remote.proxy.RemoteIterator_Proxy<L,R>
- All Implemented Interfaces:
- Iterator<L>, ListIterator<L>, MappedObject
public class RemoteIterator_Proxy<L,R>
- extends MappedObject_Proxy<RemoteIterator<R>>
- implements ListIterator<L>
- Javadoc:
local
ListIterator<L> local
RemoteIterator_Proxy
public RemoteIterator_Proxy(ListIterator<L> listIterator)
RemoteIterator_Proxy
public RemoteIterator_Proxy(RemoteIterator<R> remoteObject)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<L>- Specified by:
hasNext in interface ListIterator<L>
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPrevious in interface ListIterator<L>
next
public L next()
- Specified by:
next in interface Iterator<L>- Specified by:
next in interface ListIterator<L>
nextIndex
public int nextIndex()
- Specified by:
nextIndex in interface ListIterator<L>
previous
public L previous()
- Specified by:
previous in interface ListIterator<L>
previousIndex
public int previousIndex()
- Specified by:
previousIndex in interface ListIterator<L>
remove
public void remove()
- Specified by:
remove in interface Iterator<L>- Specified by:
remove in interface ListIterator<L>
set
public void set(L o)
- Specified by:
set in interface ListIterator<L>
add
public void add(L o)
- Specified by:
add in interface ListIterator<L>
MMBase 2.0-SNAPSHOT - null