Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation of String.lines() (jdk11 only) #2428

Merged
merged 2 commits into from
Jul 25, 2018

Commits on Jul 24, 2018

  1. Add implementation of String.lines() (jdk11 only)

    This change adds an implementation of String.lines(), which returns
    a lazily supplied Stream of Strings broken up by line terminators.
    
    Signed-off-by: Mohammad Ali Nikseresht <anikser@ibm.com>
    Mohammad Ali Nikseresht committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    d6d3224 View commit details
    Browse the repository at this point in the history
  2. Add tests for String.lines() (jdk11 only)

    This change adds test cases for String.lines().
    
    This change only affects Java 11.
    
    Signed-off-by: Mohammad Ali Nikseresht <anikser@ibm.com>
    Mohammad Ali Nikseresht committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    1230c9c View commit details
    Browse the repository at this point in the history