Package org.jooq.tools
Class Longs
- java.lang.Object
-
- org.jooq.tools.Longs
-
public final class Longs extends java.lang.Object
Static utility methods pertaining tolong
primitives, that are not already found in eitherLong
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 java.lang.Long
tryParse(java.lang.String string)
-