org.jboss.ejb.plugins.jrmp.interfaces
Class IteratorImpl
java.lang.Object
|
+--org.jboss.ejb.plugins.jrmp.interfaces.IteratorImpl
- All Implemented Interfaces:
- java.util.Iterator, java.io.Serializable
- public class IteratorImpl
- extends java.lang.Object
- implements java.util.Iterator, java.io.Serializable
- Version:
- $Revision: 1.4 $
- Author:
- Rickard Öberg (rickard.oberg@telkel.com)
- See Also:
- , Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorImpl
public IteratorImpl(java.util.ArrayList list)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator
next
public java.lang.Object next()
- Specified by:
next
in interface java.util.Iterator
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator
Copyright © 2000 The JBoss Organization. All Rights Reserved.