If you just want to "match" against a particular Map, you can use some of the answers above, or a custom "matcher" that extends Map, or an ArgumentCaptor, like this:
ArgumentCaptor
See also more answers here: Verify object attribute value with mockito