I'm trying to walk through a Processing tutorial and hitting a wall. I can't even run the sample starter code --I get an error: Cannot find a class or type named "Set"
and this line comes back highlighted:
Set<String> tags = le.getCustomElements().getTags();
Am I missing something already?