Uses of Class java.lang.Long

Uses in package java.lang

Methods with parameter type java.lang.Long

int
Compare two Longs numerically by comparing their long values.
Long
Long.getLong(String nm, Long def)
Get the specified system property as a Long, or use a default Long value if the property is not found or is not decodable.

Methods with return type java.lang.Long

Long
Convert the specified String into a Long.
Long
Get the specified system property as a Long.
Long
Long.getLong(String nm, Long def)
Get the specified system property as a Long, or use a default Long value if the property is not found or is not decodable.
Long
Long.getLong(String nm, long val)
Get the specified system property as a Long, or use a default long value if the property is not found or is not decodable.
Long
Creates a new Long object using the String, assuming a radix of 10.
Long
Long.valueOf(String s, int radix)
Creates a new Long object using the String and specified radix (base).
Long
Long.valueOf(long val)
Returns a Long object wrapping the value.