Module org.jooq

Class Ints


  • public final class Ints
    extends Object
    Static utility methods pertaining to int primitives, that are not already found in either Integer or Arrays.

    See the Guava User Guide article on primitive utilities.

    Since:
    1.0
    Author:
    Kevin Bourrillion
    • Method Detail

      • tryParse

        public static Integer tryParse​(String string,
                                       int begin,
                                       int end)