Package de.intarsys.nativec.api
Class CLong
java.lang.Object
java.lang.Number
de.intarsys.nativec.api.CLong
- All Implemented Interfaces:
Serializable
A plain Java object representing a platform long. In contrast to the fixed 8
byte Java primitive type the platform long may vary in size, depending on
operating system and processor architecture.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Constructor Details
-
CLong
public CLong(long pValue)
-
-
Method Details
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
equals
-
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
hashCode
public int hashCode() -
intValue
public int intValue() -
longValue
public long longValue()
-