Java org.springframework.batch.item.support IteratorItemReader fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.item.support IteratorItemReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.item.support IteratorItemReader.

The text is from its open source code.

Constructor

IteratorItemReader(Iterable iterable)
Construct a new reader from this iterable (could be a collection), by extracting an instance of Iterator from it.
IteratorItemReader(Iterator iterator)
Construct a new reader from this iterator directly.