GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.lang.Long | |
int | Compare two Longs numerically by comparing their long
values. |
Long | 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 | 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 | 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 | Creates a new Long object using the String
and specified radix (base).
|
Long | Returns a Long object wrapping the value.
|
GNU Classpath (0.95) |