Showing posts with label streams. Show all posts
Showing posts with label streams. Show all posts

Saturday, May 14, 2016

JAVA 8 - My notes on Streams, Collectors, and Optionals for Data Processing in Java 8 [Course]

Pluralsight course:
Streams, Collectors, and Optionals for Data Processing in Java 8 by Jose Paumard

SPLITERATOR
Is the object on which a Stream is based.
It is a kind of iterator for a collection.
Collection access its data through Iterator, Stream - trough Spliterator.


Thursday, January 28, 2016

JAVA - Java 8 Streams cheat sheet

http://zeroturnaround.com/rebellabs/java-8-streams-cheat-sheet/
http://zeroturnaround.com/wp-content/uploads/2016/01/Java-8-Streams-cheat-sheet.png