Java
Java copied to clipboard
adding Java Stream
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized it.
- [x] All filenames are in PascalCase.
- [x] All functions and variable names follow Java naming conventions.
- [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
- [x] All new code is formatted with
clang-format -i --style=file path/to/your/file.java
Codecov Report
Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.
Project coverage is 52.93%. Comparing base (
be8df21) to head (b74e9be).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| .../main/java/com/thealgorithms/streamapi/Stream.java | 0.00% | 11 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #5557 +/- ##
============================================
- Coverage 52.95% 52.93% -0.02%
- Complexity 3309 3311 +2
============================================
Files 529 530 +1
Lines 15343 15354 +11
Branches 2925 2925
============================================
+ Hits 8125 8128 +3
- Misses 6882 6892 +10
+ Partials 336 334 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is not an algorithm, you are just calling a few built-in functions