- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkNoOverflow (0.07 sec)
-
android/guava/src/com/google/common/math/MathPreconditions.java
} } static void checkNoOverflow(boolean condition, String methodName, int a, int b) { if (!condition) { throw new ArithmeticException("overflow: " + methodName + "(" + a + ", " + b + ")"); } } static void checkNoOverflow(boolean condition, String methodName, long a, long b) { if (!condition) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 3.2K bytes - Viewed (0)