mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
making swap public
This commit is contained in:
@@ -316,7 +316,7 @@ public class StringDict {
|
||||
}
|
||||
|
||||
|
||||
protected void swap(int a, int b) {
|
||||
public void swap(int a, int b) {
|
||||
String tkey = keys[a];
|
||||
String tvalue = values[a];
|
||||
keys[a] = keys[b];
|
||||
|
||||
Reference in New Issue
Block a user