public class RemoteStringIterator_Proxy extends RemoteIterator_Proxy<String,String> implements StringIterator
local| Constructor and Description |
|---|
RemoteStringIterator_Proxy(RemoteStringIterator remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
RemoteStringIterator |
getWrappedObject() |
String |
nextString()
Returns the next element in the iterator as a String
|
String |
previousString()
Returns the previous element in the iterator as a String
|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setequals, getMapperCode, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setforEachRemainingpublic RemoteStringIterator_Proxy(RemoteStringIterator remoteObject)
public String nextString()
StringIteratornextString in interface StringIteratorpublic String previousString()
StringIteratorpreviousString in interface StringIteratorpublic RemoteStringIterator getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteIterator<String>>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}