Long.intValue

Long.intValue

Class Overview | Class Members | This Package | All Packages

Syntax
public int intValue()
Returns
the long value represented by this object is converted to type int and the result of the conversion is returned.
Description
Returns the value of this Long as an int.

Overrides
intValue in class Number