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 OpInniIterator
public boolean hasMoreElements()
hasMoreElements
in interface InvocationEnumeration
public java.lang.Object next()
next
in interface OpInniIterator
public java.lang.Object nextElement() throws java.util.NoSuchElementException
nextElement
in interface InvocationEnumeration
java.util.NoSuchElementException
public java.lang.Object get(int index)
get
in interface OpInniIterator
public void remove()
remove
in interface OpInniIterator
public void remove(int index)
remove
in interface OpInniIterator
public int getCurInvocationIndex()
getCurInvocationIndex
in interface OpInniIterator
public void unregister()
unregister
in interface OpInniIterator
public int size()
size
in interface InvocationEnumeration
public void reset()
reset
in interface InvocationEnumeration