Class Ints


  • public final class Ints
    extends java.lang.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 Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Integer tryParse​(java.lang.String string)  
      static java.lang.Integer tryParse​(java.lang.String string, int begin, int end)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • tryParse

        public static java.lang.Integer tryParse​(java.lang.String string)
      • tryParse

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