Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getBestComparator (0.15 seconds)

  1. android/guava/src/com/google/common/primitives/UnsignedBytes.java

        }
    
        static final String UNSAFE_COMPARATOR_NAME =
            LexicographicalComparatorHolder.class.getName() + "$UnsafeComparator";
    
        static final Comparator<byte[]> BEST_COMPARATOR = getBestComparator();
    
        @SuppressWarnings({
          // b/345822163
          "SunApi",
          "deprecation",
          // The `deprecation` suppression is for Unsafe APIs that aren't deprecated under some versions
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 23 16:38:16 GMT 2026
    - 21K bytes
    - Click Count (0)
Back to Top