Added
Strings.notNullOrEmpty()
andnotNullOrWhiteSpace()
Changed
Arrays.findMatchingProps()
overload to ensure non-null array is returned when input 'ary' is not nullArrays.firstProp()
overload to ensure non-null value is returned when input 'ary' is not null and 'ensureOne' is true
Fixed
Arrays.firstProp()
ensureOne
parameter not working correctly, added unit test