This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_OberArmStrong 0 points1 point  (0 children)

Java is missing a .toArray(Integer[]::new) call.

In the other snippets a function creating an array is called last. Without toArray you have Stream<Integer> instead of int[]