- java.lang.Object
-
- org.jooq.tools.Ints
-
public final class Ints extends Object
Static utility methods pertaining toint
primitives, that are not already found in eitherInteger
orArrays
.See the Guava User Guide article on primitive utilities.
- Since:
- 1.0
- Author:
- Kevin Bourrillion
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Integer
tryParse(String string)
static Integer
tryParse(String string, int begin, int end)
-