Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for negate (0.42 sec)

  1. android/guava/src/com/google/common/base/Ascii.java

       * preferred assignment.)
       *
       * @since 8.0
       */
      public static final byte DC4 = 20;
    
      /**
       * Negative Acknowledge: A communication control character transmitted by a receiver as a negative
       * response to the sender.
       *
       * @since 8.0
       */
      public static final byte NAK = 21;
    
      /**
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Jul 19 15:43:07 GMT 2021
    - 21.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/Ascii.java

       * preferred assignment.)
       *
       * @since 8.0
       */
      public static final byte DC4 = 20;
    
      /**
       * Negative Acknowledge: A communication control character transmitted by a receiver as a negative
       * response to the sender.
       *
       * @since 8.0
       */
      public static final byte NAK = 21;
    
      /**
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Jul 19 15:43:07 GMT 2021
    - 21.6K bytes
    - Viewed (0)
Back to top