Map
. This Filter
is executed using the specified Map
's keys and values. The keys are case insensitively matched with this Filter
.
@param dictionary The Map
whose keys are used in the match.
@return true
if the Dictionary
's keys andvalues match this filter; false
otherwise.
@throws IllegalArgumentException If dictionary
contains case variants of the same key name.
|
|