PIVOT-999:  Add two new default methods to Dictionary:
* containsAny(K...) that will check if any of the given keys are in the dictionary.
* getFirst(K...) that will retrieve the first value for which "containsKey" is true.

This methods are defaults in the interface, so they will work for any subclass of
Dictionary (such as Map).


git-svn-id: https://svn.apache.org/repos/asf/pivot/trunk@1829922 13f79535-47bb-0310-9956-ffa450edef68
1 file changed