@Deprecated public final class Ints extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
checkedCast(long value)
Deprecated.
replaced by
Math.toIntExact(long) |
public static int checkedCast(long value)
Math.toIntExact(long)value - a long to be casted to an intIllegalArgumentException - if value can't be casted to an intCopyright © 2023 The Apache Software Foundation. All rights reserved.