move stream API to core-java-8

This commit is contained in:
DOHA
2018-01-12 22:43:06 +02:00
parent 254f7da3e9
commit b684064d53
7 changed files with 23 additions and 3 deletions
+3
View File
@@ -34,3 +34,6 @@
- [Copy a File with Java](http://www.baeldung.com/java-copy-file)
- [Generating Prime Numbers in Java](http://www.baeldung.com/java-generate-prime-numbers)
- [Static and Default Methods in Interfaces in Java](http://www.baeldung.com/java-static-default-methods)
- [Iterable to Stream in Java](http://www.baeldung.com/java-iterable-to-stream)
- [Converting String to Stream of chars](http://www.baeldung.com/java-string-to-stream)
- [How to Iterate Over a Stream With Indices](http://www.baeldung.com/java-stream-indices)