Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. android/guava-tests/test/com/google/common/collect/ListsTest.java

        assertEquals(1, partition(list, Integer.MAX_VALUE - 1).size());
      }
    
      @GwtIncompatible // cannot do such a big explicit copy
      @J2ktIncompatible // too slow
      public void testPartitionSize_2() {
        assertEquals(2, partition(nCopies(0x40000001, 1), 0x40000000).size());
      }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 35.4K bytes
    - Viewed (0)
Back to top