public class IndexFeatureSet.IndexIterator extends java.lang.Object implements DisposableIterator
| Constructor and Description |
|---|
IndexFeatureSet.IndexIterator(java.util.Iterator it) |
public IndexFeatureSet.IndexIterator(java.util.Iterator it)
public 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