Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                };
        TypeWithDuplicates a = new TypeWithDuplicates(1, 1);
        TypeWithDuplicates b1 = new TypeWithDuplicates(2, 1);
        TypeWithDuplicates b2 = new TypeWithDuplicates(2, 2);
        TypeWithDuplicates c = new TypeWithDuplicates(3, 1);
        CollectorTester.of(collector, equivalence)
            .expectCollects(ImmutableSortedSet.of(a, b1, c), a, b1, c, b2);
      }
    
      public void testEquals_bothDefaultOrdering() {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Mar 07 18:34:03 GMT 2024
    - 46.1K bytes
    - Viewed (0)
Back to top