Class ResultSetSpliterator

java.lang.Object
java.util.Spliterators.AbstractSpliterator<ResultRow>
cz.cvut.kbss.ontodriver.iteration.ResultSetSpliterator
All Implemented Interfaces:
Spliterator<ResultRow>

public class ResultSetSpliterator extends Spliterators.AbstractSpliterator<ResultRow>
Spliterator implementation for a ResultSet.

Note that the methods wrap OntoDriverExceptions possibly thrown by the underlying result set in a OntoDriverRuntimeException in order to support the Spliterator API.