|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbob.batch.Liste
bob.batch.ListeIter
public class ListeIter
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 |
---|
protected int rangIter
Constructor Detail |
---|
public ListeIter(Liste ll)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.String>
public java.lang.String next() throws java.lang.RuntimeException
next
in interface java.util.Iterator<java.lang.String>
java.lang.RuntimeException
public void remove() throws java.lang.RuntimeException
remove
in interface java.util.Iterator<java.lang.String>
java.lang.RuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |