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