edu.ucdavis.rj.Ops
Class OpInniIteratorImpl
java.lang.Object
edu.ucdavis.rj.Ops.OpInniIteratorImpl
- All Implemented Interfaces:
- InvocationEnumeration, OpInniIterator, java.io.Serializable, java.rmi.Remote
public class OpInniIteratorImpl
- extends java.lang.Object
- implements OpInniIterator, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpInniIteratorImpl
public OpInniIteratorImpl(OpInniIteratorRemote delegate)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface OpInniIterator
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface InvocationEnumeration
next
public java.lang.Object next()
- Specified by:
next in interface OpInniIterator
nextElement
public java.lang.Object nextElement()
throws java.util.NoSuchElementException
- Specified by:
nextElement in interface InvocationEnumeration
- Throws:
java.util.NoSuchElementException
get
public java.lang.Object get(int index)
- Specified by:
get in interface OpInniIterator
remove
public void remove()
- Specified by:
remove in interface OpInniIterator
remove
public void remove(int index)
- Specified by:
remove in interface OpInniIterator
getCurInvocationIndex
public int getCurInvocationIndex()
- Specified by:
getCurInvocationIndex in interface OpInniIterator
unregister
public void unregister()
- Specified by:
unregister in interface OpInniIterator
size
public int size()
- Specified by:
size in interface InvocationEnumeration
reset
public void reset()
- Specified by:
reset in interface InvocationEnumeration