|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object proai.driver.impl.RemoteIteratorImpl<T>
public class RemoteIteratorImpl<T>
Constructor Summary | |
---|---|
RemoteIteratorImpl(java.util.Iterator<T> iter)
|
Method Summary | |
---|---|
void |
close()
|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteIteratorImpl(java.util.Iterator<T> iter)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<T>
hasNext
in interface CloseableIterator<T>
hasNext
in interface RemoteIterator<T>
public T next()
next
in interface java.util.Iterator<T>
next
in interface CloseableIterator<T>
next
in interface RemoteIterator<T>
public void close()
close
in interface CloseableIterator<T>
close
in interface RemoteIterator<T>
public void remove()
remove
in interface java.util.Iterator<T>
remove
in interface CloseableIterator<T>
remove
in interface RemoteIterator<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |