public class IndexFeatureSet.FastIndexIterator extends java.lang.Object implements DisposableIterator
EMPTY_DISPOSABLE_ITERATOR| Constructor and Description |
|---|
FastIndexIterator(java.util.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() |
java.lang.Object |
next() |
void |
remove() |
public FastIndexIterator(java.util.Iterator it)
throws DataException
DataExceptionpublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorpublic void dispose()
DisposableNOTE:After calling this method, the object may not be usable anymore.
dispose in interface Disposable