- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addExact (0.03 sec)
-
guava/src/com/google/common/math/LongMath.java
* * <p><b>Note:</b> this method is now unnecessary and should be treated as deprecated; use {@link * Math#addExact(long, long)} instead. Note that if both arguments are {@code int} values, writing * {@code Math.addExact(a, b)} will call the {@link Math#addExact(int, int)} overload, not {@link * Math#addExact(long, long)}. Also note that adding two {@code int} values can <b>never</b>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 29 16:20:07 UTC 2025 - 46.8K bytes - Viewed (0)