MCPcopy Create free account
hub / github.com/benfry/processing4 / findRowIterator

Method findRowIterator

core/src/processing/data/Table.java:3824–3826  ·  view source on GitHub ↗

@webBrief Finds multiple rows that contain the given value @param value the value to match @param column ID number of the column to search

(String value, int column)

Source from the content-addressed store, hash-verified

3822 * @param column ID number of the column to search
3823 */
3824 public Iterator<TableRow> findRowIterator(String value, int column) {
3825 return new RowIndexIterator(this, findRowIndices(value, column));
3826 }
3827
3828
3829 /**

Callers 1

iteratorMethod · 0.95

Calls 2

findRowIndicesMethod · 0.95
getColumnIndexMethod · 0.95

Tested by

no test coverage detected