@return a DbIterator over a list of tuples constructed over the data provided in the constructor. This iterator is already open. @param width the number of fields in each tuple @param tupdata an array such that the ith element the jth tuple lives in slot j width + i @require tupdata.length % wid
(int width, int[] tupdata)
source not stored for this graph (policy: none)
no test coverage detected