Integer.longValue

Integer.longValue

Class Overview | Class Members | This Package | All Packages

Syntax
public long longValue()
Returns
the int value represented by this object that is converted to type long and the result of the conversion is returned.
Description
Returns the value of this Integer as a long.

Overrides
longValue in class Number