I like static imports for methods from the Objects class, because they tend to be a bit verbose already, and "Objects." doesn't really add any new information (as a location for these static methods, it actually seems kind of arbitrary; "Arrays" probably would have been a better choice).
The static import change was nice. These methods being in Objects was a mystery to me, seemed like Arrays would have been a better place to put them.
The static import change was nice. These methods being in Objects was a mystery to me, seemed like Arrays would have been a better place to put them.