E - the type of data to iteratepublic abstract class AbstractDataIterator<E> extends Object implements DataIterator<E>
DataIterator interface.
It holds type info and provides an empty implementation of the close() method.
Created: 06.03.2012 21:55:57| Constructor and Description |
|---|
AbstractDataIterator(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the iterator.
|
Class<E> |
getType()
Returns the type of the iterated elements.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextpublic Class<E> getType()
DataIteratorgetType in interface DataIterator<E>public void close()
DataIteratorclose in interface Closeableclose in interface AutoCloseableclose in interface DataIterator<E>Copyright © 2006–2016 Volker Bergmann. All rights reserved.