public class IndexFeatureSet.FastIndexIterator extends Object implements DisposableIterator
| Constructor and Description |
|---|
FastIndexIterator(Iterator it) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic FastIndexIterator(Iterator it) throws DataException
DataExceptionpublic void dispose()
DisposableNOTE:After calling this method, the object may not be usable anymore.
dispose in interface Disposable