intarsys nativeC library

de.intarsys.nativec.api
Class CLong

java.lang.Object
  extended by java.lang.Number
      extended by de.intarsys.nativec.api.CLong
All Implemented Interfaces:
Serializable

public class CLong
extends Number

A plain Java object representing a platform long. In contrast to a´the fixed 8 byte Java primitive type the platform long may vary in size, depending on operating system and processor architecture.

See Also:
Serialized Form

Constructor Summary
CLong(long pValue)
           
 
Method Summary
 double doubleValue()
           
 boolean equals(Object obj)
           
 float floatValue()
           
 int hashCode()
           
 int intValue()
           
 long longValue()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLong

public CLong(long pValue)
Method Detail

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Number

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

floatValue

public float floatValue()
Specified by:
floatValue in class Number

hashCode

public int hashCode()
Overrides:
hashCode in class Object

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

intarsys nativeC library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.