Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. guava-tests/test/com/google/common/hash/HashingTest.java

            () -> {
              HashCode unused =
                  Hashing.combineOrdered(
                      ImmutableList.of(HashCode.fromInt(32), HashCode.fromLong(32L)));
            });
      }
    
      public void testCombineOrdered() {
        HashCode hash31 = HashCode.fromInt(31);
        HashCode hash32 = HashCode.fromInt(32);
        assertEquals(hash32, Hashing.combineOrdered(ImmutableList.of(hash32)));
        assertEquals(
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 09 17:40:09 UTC 2024
    - 26.3K bytes
    - Viewed (0)
Back to top