Module datarush.library
Interface CloseableRecordValuedIterator
-
- All Superinterfaces:
AutoCloseable,Closeable,RecordTyped,RecordValued,RecordValuedIterator,TokenTyped,TokenValued,TokenValuedIterator
- All Known Implementing Classes:
DatasetIterator
public interface CloseableRecordValuedIterator extends RecordValuedIterator, Closeable
A record iterator which has resources which need to be released when being disposed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()-
Methods inherited from interface com.pervasive.datarush.tokens.record.RecordValued
containsNull, getField, getField, getFields, getType, newFieldIterator, newFieldIterator, newFieldIterator, size
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Methods inherited from interface com.pervasive.datarush.sequences.TokenValuedIterator
getAbsoluteIndex, resetIteration, stepNext
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-