Module org.jooq

Class Ints

java.lang.Object
org.jooq.tools.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 Details

    • tryParse

      public static Integer tryParse(String string)
    • tryParse

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