Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Crc32CSupplier (0.27 sec)

  1. guava/src/com/google/common/hash/Hashing.java

        private static Crc32CSupplier pickFunction() {
          Crc32CSupplier[] functions = values();
    
          if (functions.length == 1) {
            // We're running under J2ObjC.
            return functions[0];
          }
    
          // We can't refer to JAVA_UTIL_ZIP directly at compile time because of J2ObjC.
          Crc32CSupplier javaUtilZip = functions[0];
    
          try {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 09 00:37:15 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top