mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02: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());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
0229 core (3.0a2)
|
||||
X add copy() method to Table
|
||||
|
||||
|
||||
pulls
|
||||
|
||||
Reference in New Issue
Block a user