Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testReadLines_withProcessor_stopsOnFalse (0.12 sec)

  1. android/guava-tests/test/com/google/common/io/CharSourceTester.java

                  @Override
                  public List<String> getResult() {
                    return list;
                  }
                });
    
        assertExpectedLines(list);
      }
    
      public void testReadLines_withProcessor_stopsOnFalse() throws IOException {
        List<String> list =
            source.readLines(
                new LineProcessor<List<String>>() {
                  final List<String> list = new ArrayList<>();
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 6.9K bytes
    - Viewed (0)
Back to top