MCPcopy Index your code
hub / github.com/processing/processing / matchRowIterator

Method matchRowIterator

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

@webref table:method @brief Finds multiple rows that match the given expression @param value the regular expression to match @param column ID number of the column to search

(String value, int column)

Source from the content-addressed store, hash-verified

3902 * @param column ID number of the column to search
3903 */
3904 public Iterator<TableRow> matchRowIterator(String value, int column) {
3905 return new RowIndexIterator(this, matchRowIndices(value, column));
3906 }
3907
3908
3909 /**

Callers 1

iteratorMethod · 0.95

Calls 2

matchRowIndicesMethod · 0.95
getColumnIndexMethod · 0.95

Tested by

no test coverage detected