Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for usingUnsafe (0.18 sec)

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

       * very efficient. May be useful for calling code to fall back on an alternative implementation
       * that is slower than Unsafe.get/store but faster than the pure-Java mask-and-shift.
       */
      static boolean usingUnsafe() {
        return (byteArray instanceof UnsafeByteArray);
      }
    
      /**
       * Common interface for retrieving a 64-bit long from a little-endian byte array.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 9.7K bytes
    - Viewed (0)
Back to top