org.mmbase.bridge.remote.proxy
Class RemoteIterator_Proxy<L,R>

java.lang.Object
  extended by org.mmbase.bridge.remote.proxy.MappedObject_Proxy<RemoteIterator<R>>
      extended by 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:

Field Summary
(package private)  ListIterator<L> local
           
 
Constructor Summary
RemoteIterator_Proxy(ListIterator<L> listIterator)
           
RemoteIterator_Proxy(RemoteIterator<R> remoteObject)
           
 
Method Summary
 void add(L o)
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 L next()
           
 int nextIndex()
           
 L previous()
           
 int previousIndex()
           
 void remove()
           
 void set(L o)
           
 
Methods inherited from class org.mmbase.bridge.remote.proxy.MappedObject_Proxy
equals, getMapperCode, getWrappedObject, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

local

ListIterator<L> local
Constructor Detail

RemoteIterator_Proxy

public RemoteIterator_Proxy(ListIterator<L> listIterator)

RemoteIterator_Proxy

public RemoteIterator_Proxy(RemoteIterator<R> remoteObject)
Method Detail

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