Java Streams

 Java 8 Stream API Source Code Examples

  1. Java 8 - Create Stream Object from Arrays Example
  2. Java 8 Creating a Stream from an Array
  3. Java 8 - Create Stream Object from Collection, List, Set
  4. Java 8 Stream - Sort List of String objects in Descending Order Example
  5. Java 8 Stream - Sort List of String objects in Ascending Order Example
  6. How to convert a Java 8 Stream to an Array?
  7. Java 8 Stream - allMatch(),anyMatch() and noneMatch() Example
  8. Java 8 Stream - Sort List of Objects by Multiple Fields
  9. Java 8 Stream - Sort List of Custom Objects in Ascending and Descending Order
  10. Java 8 - Stream filter(), forEach(), collect() and Collectors.toList() Example
  11. Java Stream filter null values example
  12. Java Stream filter map by values example
  13. Java Stream filter map by keys example
  14. Java 8 Collectors.counting() Example
  15. Java 8 Collectors.averagingDouble() Example
  16. Java 8 Collectors.toSet() Example
  17. Java 8 Collectors.toList() Example
  18. Java 8 Collectors.joining() example
  19. Java 8 Stream multiple filter operations
  20. Java 8 Stream filter map by keys
  21. Java 8 Stream filter map by values
  22. Java 8 Stream collect to list example
  23. Java 8 Stream Collectors.counting() exmaple
  24. Java 8 Collectors.collectingAndThen() example
  25. Java 8 Collectors.toList() Example
  26. Java 8 Collectors.minBy() and Collectors.maxBy() example

Comments