|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.step.item.Chunk.ChunkIterator
public class Chunk.ChunkIterator
Special iterator for a chunk providing the remove(Exception)
method for dynamically removing an item and adding it to the skips.
| Constructor Summary | |
|---|---|
Chunk.ChunkIterator(java.util.List<W> items)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
W |
next()
|
void |
remove()
|
void |
remove(java.lang.Exception e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Chunk.ChunkIterator(java.util.List<W> items)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<W>public W next()
next in interface java.util.Iterator<W>public void remove(java.lang.Exception e)
public void remove()
remove in interface java.util.Iterator<W>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||