Class Longs


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Long tryParse​(java.lang.String string)  
      • 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.Long tryParse​(java.lang.String string)