Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isNegative (0.07 sec)

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

        // durations longer than approximately +/- 292 years).
        try {
          return duration.toNanos();
        } catch (ArithmeticException tooBig) {
          return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE;
        }
      }
    
      private Internal() {}
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Jan 11 14:30:06 UTC 2024
    - 2K bytes
    - Viewed (0)
Back to top