Package org.jooq.tools
Class Longs
- java.lang.Object
-
- org.jooq.tools.Longs
-
public final class Longs extends java.lang.ObjectStatic utility methods pertaining tolongprimitives, that are not already found in eitherLongorArrays.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.LongtryParse(java.lang.String string)
-