So I have a map:
Map format = new HashMap();
And I would add elements to it like this:
It is because your HashMap returns a
Class
object, but the verify function expects a
object.