E - the type of data to iteratepublic class JavaIterableFromDataSource<E> extends Object implements org.databene.commons.HeavyweightIterable<E>
DataSource with a Java Iterable.
Created: 25.01.2012 15:20:26| Modifier and Type | Field and Description |
|---|---|
protected DataSource<E> |
source |
| Constructor and Description |
|---|
JavaIterableFromDataSource(DataSource<E> source) |
| Modifier and Type | Method and Description |
|---|---|
org.databene.commons.HeavyweightIterator<E> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected DataSource<E> source
public JavaIterableFromDataSource(DataSource<E> source)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.