org.objectweb.speedo.genclass.collection
Class ListIteratorImpl

java.lang.Object
  extended by org.objectweb.speedo.genclass.PIndexedElemIterator
      extended by org.objectweb.speedo.genclass.collection.ListIteratorImpl
All Implemented Interfaces:
java.util.Iterator

public class ListIteratorImpl
extends PIndexedElemIterator

Author:
S.Chassande-Barrioz

Field Summary
 
Fields inherited from class org.objectweb.speedo.genclass.PIndexedElemIterator
iter, logger, next, nextComputed, pm, sa
 
Constructor Summary
ListIteratorImpl(java.util.Collection _elements, StateItf _sa, POManagerItf pm, org.objectweb.util.monolog.api.Logger l)
           
 
Method Summary
 
Methods inherited from class org.objectweb.speedo.genclass.PIndexedElemIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListIteratorImpl

public ListIteratorImpl(java.util.Collection _elements,
                        StateItf _sa,
                        POManagerItf pm,
                        org.objectweb.util.monolog.api.Logger l)