Interface SchemaIterator<E>
- All Superinterfaces:
Iterator<E>
Iterator that stores the schema of the data it iterates over.
- Since:
- 5.0
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
getSchema
Schema getSchema()
-