Skip to content

Java - 8 New java.util.Stream class added to Java 8 Does filter/map/reduce operations on collections Stream API allows sequential & parallel execution Best feature if working with Big Data to filter out Parallel processing values not usually in order Can be very helpful when working w/ huge collections

Notifications You must be signed in to change notification settings

jackiecheng2008/BulkDataOperationsWithStreamAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

BulkDataOperationsWithStreamAPI

/* Java - 8 *

  • New java.util.Stream class added to Java 8
  • Does filter/map/reduce operations on collections
  • Stream API allows sequential & parallel execution
  • Best feature if working with Big Data to filter out
  • Parallel processing values not usually in order
  • Can be very helpful when working w/ huge collections

*/

About

Java - 8 New java.util.Stream class added to Java 8 Does filter/map/reduce operations on collections Stream API allows sequential & parallel execution Best feature if working with Big Data to filter out Parallel processing values not usually in order Can be very helpful when working w/ huge collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%