Module org.jooq

Class Longs


  • public final class Longs
    extends Object
    Static utility methods pertaining to long primitives, that are not already found in either Long or Arrays.

    See the Guava User Guide article on primitive utilities.

    Since:
    1.0
    Author:
    Kevin Bourrillion
    • Method Detail

      • tryParse

        public static Long tryParse​(String string)