Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unsafeComparatorAvailable (0.08 sec)

  1. android/guava-tests/test/com/google/common/primitives/UnsignedBytesTest.java

        assertThat(UnsignedBytes.join("", (byte) 1, (byte) 2, (byte) 3)).isEqualTo("123");
        assertThat(UnsignedBytes.join(",", (byte) 128, (byte) -1)).isEqualTo("128,255");
      }
    
      private static boolean unsafeComparatorAvailable() {
        return UnsafeComparator.INSTANCE.isFunctional();
      }
    
      public void testLexicographicalComparatorChoice() {
        Comparator<byte[]> defaultComparator = UnsignedBytes.lexicographicalComparator();
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Thu Dec 11 20:45:32 UTC 2025
    - 13.5K bytes
    - Viewed (0)
Back to top