Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#horstmann-java8-for-really-impatient #java #java8
to parallelise search for words here:

count = words.stream().filter(w -> w.length() > 12).count();

you would change a method stream() to parallelStream()
If you want to change selection, open document below and click on "Move attachment"

pdf

owner: piotr.wasik - (no access) - Java 8 for the Really Impatient (Horstmann), p23


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.