Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDatum (0.03 sec)

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

      public void testMergeSorted_stable_allEqual() {
        ImmutableList<TestDatum> first = ImmutableList.of(new TestDatum("A", 1), new TestDatum("A", 2));
        ImmutableList<TestDatum> second =
            ImmutableList.of(new TestDatum("A", 3), new TestDatum("A", 4));
    
        Comparator<TestDatum> comparator = Comparator.comparing(d -> d.letter);
        Iterator<TestDatum> merged =
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Oct 28 18:44:53 UTC 2025
    - 56.7K bytes
    - Viewed (0)
Back to top