Uses of Class
java.lang.Long
-
Packages that use Long Package Description java.lang -
-
Uses of Long in java.lang
Methods in java.lang that return Long Modifier and Type Method Description static LongLong. decode(String string)Parses the specified string and returns aLonginstance if the string can be decoded into a long value.static LongLong. valueOf(long v)Returns aLonginstance for the specified long value.static LongLong. valueOf(String string)Parses the specified string as a signed decimal long value.static LongLong. valueOf(String string, int radix)Parses the specified string as a signed long value using the specified radix.Methods in java.lang with parameters of type Long Modifier and Type Method Description intLong. compareTo(Long object)Compares this object to the specified long object to determine their relative order.
-