E - the type of data to iteratepublic class JavaIteratorFromDataIterator<E> extends Object implements org.databene.commons.HeavyweightIterator<E>
Iterator access to a DataIterator.
Created: 03.08.2011 19:04:58| Constructor and Description |
|---|
JavaIteratorFromDataIterator(DataIterator<E> source) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic JavaIteratorFromDataIterator(DataIterator<E> source)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2006–2016 Volker Bergmann. All rights reserved.