Ambiguity with Map
in
Programming Questions
•
1 year ago
Hi guys,
I'm working with a sketch that has both HashMaps and the library Unfolding, which has a Map object. As you know, I need a Map as well to iterate through the HashMap, and now if I want to import the library it tells me that the type Map is ambiguous.
I'm already using the complete name of the object for the library (de.fhpotsdam.unfolding.Map), but it still gives me the error for the one in the iterators. So what's the complete name of the iterator's Map type? Thanks a lot :)
1