Hi,

the method was introduced in Java 10 and is slightly faster (because it avoids unnecessary array copies), but more importantly it is a little more concise ;-)

Cheers, Christoph

Comment From: philwebb

Ohh nice! I like these little changes they've been making to the APIs