mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 00:59:40 +01:00
Merge pull request #2865 from federicobond/misc-fixes
Miscellaneous fixes
This commit is contained in:
@@ -3862,7 +3862,7 @@ public class Table {
|
||||
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
class HashMapBlows {
|
||||
static class HashMapBlows {
|
||||
HashMap<String,Integer> dataToIndex = new HashMap<String, Integer>();
|
||||
ArrayList<String> indexToData = new ArrayList<String>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user