Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tooHigh (0.03 sec)

  1. android/guava/src/com/google/common/cache/CacheBuilder.java

        // durations longer than approximately +/- 292 years).
        try {
          return duration.toNanos();
        } catch (ArithmeticException tooBig) {
          return duration.isNegative() ? Long.MIN_VALUE : Long.MAX_VALUE;
        }
      }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 51.7K bytes
    - Viewed (0)
Back to top