1.Creating custom spliterator on non conventional data sources.
2.Nio file operations with streams, multi file merging and flatMapping to single streams and more.!
3.In package com.plural.rank.student it has an interesting application of spliterator USE CASE IS AS FOLLOWS.
Two files First one containing set of 4 lines id number,first name,last name and dept. FILE NAME:rankstudent_student_data
2nd file containing 2 lines id number,rank,FILE NAME:rankstudent_student_ranks
OBJECTIVE: Read both files using custom spliterator and sort based on rank. display list based on rank in ascending order.