E - The type of entities returned by this DatasetReader.public abstract class AbstractDatasetReader<E> extends Object implements DatasetReader<E>, InitializeAccessor
| Constructor and Description |
|---|
AbstractDatasetReader() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
iterator() |
void |
remove()
Remove the last entity from the reader (OPTIONAL).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, hasNext, isOpen, nextinitializepublic void remove()
DatasetReaderRemove the last entity from the reader (OPTIONAL).
This has the same semantics as Iterator.remove(), but is unlikely
to be implemented.
Copyright © 2013–2015. All rights reserved.