Package org.apache.camel.support
Class StreamListIterator<T,E>
java.lang.Object
org.apache.camel.support.StreamListIterator<T,E>
- Type Parameters:
T- the input type from the delegate iteratorE- the output type after applying the row mapper
- All Implemented Interfaces:
Iterator<E>
Iterator that applies a
RowMapper transformation to each element lazily. Useful for memory-efficient
processing of large result sets from databases or APIs.