[SOLVED] Properties in Processing

Found the solution.

The HashMap type, acts almost exactly like the properties type in javascript;

HashMap<String,Integer> ca = new HashMap<String,Integer>();

https://processing.org/reference/HashMap.html

1 Like