I have a Map that uses a Set for the key type, like this:
Map, Val> map;
When I query map.containsKey(myBunchOfThing
Are you passing the exact set (the set you want to find) when comparing for the key?