Java Lambdas and Parallel Streams

Detalles Bibliográficos
Autor principal: Müller, Michael. (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: eBook
Lenguaje:English
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2016.
Edición:1st ed. 2016.
Materias:
Acceso en línea:https://doi.org/10.1007/978-1-4842-2487-8
Tabla de Contenidos:
  • 1. Introduction
  • 2. The data
  • 3. First analysis - from naive to flexible
  • 4. Lambda expressions
  • 5. Default method
  • 6. Optional
  • 7. Make the acquaintance of Streams
  • 8. stream (), Stream and Spliterator
  • 9. Parallel Stream
  • 10. Collector and Concurrency
  • 11. Appendix.