public class OpInniIteratorImpl extends java.lang.Object implements OpInniIterator, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private OpInniIteratorRemote |
_delegate |
(package private) static long |
serialVersionUID |
| Constructor and Description |
|---|
OpInniIteratorImpl(OpInniIteratorRemote delegate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int index) |
int |
getCurInvocationIndex() |
boolean |
hasMoreElements() |
boolean |
hasNext() |
java.lang.Object |
next() |
java.lang.Object |
nextElement() |
void |
remove() |
void |
remove(int index) |
void |
reset() |
int |
size() |
void |
unregister() |
static final long serialVersionUID
private OpInniIteratorRemote _delegate
public OpInniIteratorImpl(OpInniIteratorRemote delegate)
public boolean hasNext()
hasNext in interface OpInniIteratorpublic boolean hasMoreElements()
hasMoreElements in interface InvocationEnumerationpublic java.lang.Object next()
next in interface OpInniIteratorpublic java.lang.Object nextElement()
throws java.util.NoSuchElementException
nextElement in interface InvocationEnumerationjava.util.NoSuchElementExceptionpublic java.lang.Object get(int index)
get in interface OpInniIteratorpublic void remove()
remove in interface OpInniIteratorpublic void remove(int index)
remove in interface OpInniIteratorpublic int getCurInvocationIndex()
getCurInvocationIndex in interface OpInniIteratorpublic void unregister()
unregister in interface OpInniIteratorpublic int size()
size in interface InvocationEnumerationpublic void reset()
reset in interface InvocationEnumeration