Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MisleadingSizeList (0.07 sec)

  1. android/guava-tests/test/com/google/common/base/JoinerTest.java

      static {
        List<Integer> collection123 = Arrays.asList(1, 2, 3);
        UNDERREPORTING_SIZE_LIST = unmodifiableList(new MisleadingSizeList<>(collection123, -1));
        OVERREPORTING_SIZE_LIST = unmodifiableList(new MisleadingSizeList<>(collection123, 1));
      }
    
      /*
       * c.g.c.collect.testing.Helpers.misleadingSizeList has a broken Iterator, so we can't use it. (I
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top