mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
add copy() method to Table
This commit is contained in:
@@ -4284,4 +4284,10 @@ public class Table {
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
/** Make a copy of the current table */
|
||||
public Table copy() {
|
||||
return new Table(rows());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user