Interface RecordIterator
-
- All Superinterfaces:
AutoCloseable,Closeable,Iterator<CollectRecord>
public interface RecordIterator extends Iterator<CollectRecord>, Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsize()-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-