Evening all...Quick question...Playing about with sets atm, When I compile my program I get the
'cannot find symbol class HashSet' regarding my code
testingSets = new HashSet<SetInt>();
Also get the error cannot find symbol class Set regarding
private static Set<SetInt> testingSets;
Any help would be appreciated