/[Apache-SVN]
ViewVC logotype

Revision 1829922


Jump to revision: Previous Next
Author: rwhitcomb
Date: Mon Apr 23 19:29:14 2018 UTC (6 years, 2 months ago)
Changed paths: 1
Log Message:
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).


Changed paths

Path Details
Directorypivot/trunk/core/src/org/apache/pivot/collections/Dictionary.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26