Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for usingFastPath (0.04 sec)

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

       * or Unsafe. May be useful for calling code to fall back on an alternative implementation that is
       * slower than those implementations but faster than the pure-Java mask-and-shift.
       */
      static boolean usingFastPath() {
        return byteArray.usesFastPath();
      }
    
      /**
       * Common interface for retrieving a 64-bit long from a little-endian byte array.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 03:49:18 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top