Package hec.io
Interface DBFDataStorage.DBFIterator<T>
- All Superinterfaces:
Iterator
- Enclosing class:
- DBFDataStorage
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
getRecordCount
int getRecordCount() -
close
void close() -
isClosed
boolean isClosed()
-