| Constructor and Description |
|---|
StreamListIterator(org.apache.camel.CamelContext camelContext,
String outputClass,
BeanRowMapper beanRowMapper,
Iterator delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(Consumer action) |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
public StreamListIterator(org.apache.camel.CamelContext camelContext,
String outputClass,
BeanRowMapper beanRowMapper,
Iterator delegate)
public void forEachRemaining(Consumer action)
forEachRemaining in interface IteratorApache Camel