bob.batch
Class ListeIter

java.lang.Object
  extended by bob.batch.Liste
      extended by bob.batch.ListeIter
All Implemented Interfaces:
java.lang.Iterable<java.lang.String>, java.util.Iterator<java.lang.String>

public class ListeIter
extends Liste
implements java.util.Iterator<java.lang.String>


Field Summary
protected  int rangIter
           
 
Fields inherited from class bob.batch.Liste
l
 
Constructor Summary
ListeIter(Liste ll)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.String next()
           
 void remove()
           
 
Methods inherited from class bob.batch.Liste
addl, iterator, removel, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rangIter

protected int rangIter
Constructor Detail

ListeIter

public ListeIter(Liste ll)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<java.lang.String>

next

public java.lang.String next()
                      throws java.lang.RuntimeException
Specified by:
next in interface java.util.Iterator<java.lang.String>
Throws:
java.lang.RuntimeException

remove

public void remove()
            throws java.lang.RuntimeException
Specified by:
remove in interface java.util.Iterator<java.lang.String>
Throws:
java.lang.RuntimeException


Copyright OB.