If you want primitive int values, do not call IntStream::boxed as that produces Integer objects by boxing. Simply use Random::ints which returns an ...
確定! 回上一頁