| Modifier and Type | Method and Description |
|---|---|
static int |
add(int x,
long y)
Returns the int result of adding an int and a long, and throws an exception if the result overflows an int.
|
public static int add(int x, long y)
x - the first value, an int.y - the second value, a long,ArithmeticException - when y overflow an int.ArithmeticException - if the result overflows an int.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.