org.springframework.batch.core.step.item
Class Chunk.ChunkIterator

java.lang.Object
  extended by org.springframework.batch.core.step.item.Chunk.ChunkIterator
All Implemented Interfaces:
Iterator<W>
Enclosing class:
Chunk<W>

public class Chunk.ChunkIterator
extends Object
implements Iterator<W>

Special iterator for a chunk providing the #remove(Exception) method for dynamically removing an item and adding it to the skips.

Author:
Dave Syer

Constructor Summary
Chunk.ChunkIterator(List<W> items)
           
 
Method Summary
 boolean hasNext()
           
 W next()
           
 void remove()
           
 void remove(Throwable e)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Chunk.ChunkIterator

public Chunk.ChunkIterator(List<W> items)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<W>

next

public W next()
Specified by:
next in interface Iterator<W>

remove

public void remove(Throwable e)

remove

public void remove()
Specified by:
remove in interface Iterator<W>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 SpringSource. All Rights Reserved.