2005/5/9

     
 

class Long

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::Long Class Reference

#include <Long.h>

Inheritance diagram for acdk::lang::Long:

acdk::lang::Number acdk::lang::Comparable acdk::lang::Cloneable acdk::lang::Object acdk::io::Serializable acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

Object wrapper for the basic jlong type API: ACDK

Author:
Roger Rene Kommer
Version:
Revision
1.18
Date:
Date
2005/04/09 19:26:48


Public Member Functions

 Long ()
 creates 0 Long

 Long (int l)
 Long (jlong l)
 Long (IN(RString) str) throw ( RNumberFormatException )
int compareTo (IN(RLong) o)
 java 2.0

int compareTo (IN(RObject) o)
 java 2.0

int compareTo (jlong other)
bool equals (IN(RLong) o)
bool equals (IN(RObject) obj)
 java 2.0

bool equals (jlong other)
RObject clone (sys::Allocator *alc)
 reimplemented from Object

RObject clone ()
 reimplemented from Object

int hashCode ()
 reimplemented from Object

double doubleValue ()
 reimplemented from Number

float floatValue ()
 reimplemented from Number

jlong longValue ()
 reimplemented from Number

int intValue ()
 reimplemented from Number

short shortValue ()
 reimplemented from Number

byte byteValue ()
 reimplemented from Number

virtual dmi::ScriptVar toScriptVar ()
RString toString ()
 reimplemented from Number


Static Public Member Functions

RObject create_instance ()
RLong decode (IN(RString) str) throw ( RNumberFormatException )
 java 2.0

jlong parseLong (IN(RString) s) throw ( RNumberFormatException )
 API : java 2.0
Status: not testes
See also: Number.

jlong parseLong (IN(RString) s, int radix) throw ( RNumberFormatException )
int hashCode (jlong value)
RString toBinaryString (int i)
RString toHexString (int i)
RString toOctalString (int i)
RString toBinaryString (jlong i)
RString toHexString (jlong i)
RString toOctalString (jlong i)
RString toString (int i)
RString toString (int i, int radix)
RString toString (jlong i)
RString toString (jlong i, int radix)
RLong valueOf (IN(RString) str) throw ( RNumberFormatException )
RLong valueOf (IN(RString) str, int radix) throw ( RNumberFormatException )
RClass getTYPE ()

Static Public Attributes

jlong MAX_VALUE
jlong MIN_VALUE

Protected Attributes

jlong value


Constructor & Destructor Documentation

acdk::lang::Long::Long  )  [inline]
 

creates 0 Long

acdk::lang::Long::Long int  l  )  [inline]
 

acdk::lang::Long::Long jlong  l  )  [inline]
 

acdk::lang::Long::Long IN(RString str  )  throw ( RNumberFormatException )
 


Member Function Documentation

byte acdk::lang::Long::byteValue  )  [inline, virtual]
 

reimplemented from Number

Implements acdk::lang::Number.

RObject acdk::lang::Long::clone  )  [inline, virtual]
 

reimplemented from Object

Implements acdk::lang::Cloneable.

RObject acdk::lang::Long::clone sys::Allocator alc  )  [inline, virtual]
 

reimplemented from Object

Reimplemented from acdk::lang::Cloneable.

int acdk::lang::Long::compareTo jlong  other  )  [inline]
 

int acdk::lang::Long::compareTo IN(RObject o  )  [inline, virtual]
 

java 2.0

Implements acdk::lang::Comparable.

int acdk::lang::Long::compareTo IN(RLong o  )  [inline]
 

java 2.0

RObject acdk::lang::Long::create_instance  )  [inline, static]
 

Reimplemented from acdk::lang::Object.

RLong acdk::lang::Long::decode IN(RString str  )  throw ( RNumberFormatException ) [static]
 

java 2.0

double acdk::lang::Long::doubleValue  )  [inline, virtual]
 

reimplemented from Number

Implements acdk::lang::Number.

bool acdk::lang::Long::equals jlong  other  )  [inline]
 

bool acdk::lang::Long::equals IN(RObject obj  )  [virtual]
 

java 2.0

Reimplemented from acdk::lang::Object.

bool acdk::lang::Long::equals IN(RLong o  )  [inline]
 

float acdk::lang::Long::floatValue  )  [inline, virtual]
 

reimplemented from Number

Implements acdk::lang::Number.

RClass acdk::lang::Long::getTYPE  )  [static]
 

int acdk::lang::Long::hashCode jlong  value  )  [static]
 

int acdk::lang::Long::hashCode  )  [inline, virtual]
 

reimplemented from Object

Reimplemented from acdk::lang::Number.

int acdk::lang::Long::intValue  )  [inline, virtual]
 

reimplemented from Number

Implements acdk::lang::Number.

jlong acdk::lang::Long::longValue  )  [inline, virtual]
 

reimplemented from Number

Implements acdk::lang::Number.

jlong acdk::lang::Long::parseLong IN(RString s,
int  radix
throw ( RNumberFormatException ) [static]
 

jlong acdk::lang::Long::parseLong IN(RString s  )  throw ( RNumberFormatException ) [inline, static]
 

API : java 2.0
Status: not testes
See also: Number.

short acdk::lang::Long::shortValue  )  [inline, virtual]
 

reimplemented from Number

Implements acdk::lang::Number.

RString acdk::lang::Long::toBinaryString jlong  i  )  [inline, static]
 

RString acdk::lang::Long::toBinaryString int  i  )  [inline, static]
 

RString acdk::lang::Long::toHexString jlong  i  )  [inline, static]
 

RString acdk::lang::Long::toHexString int  i  )  [inline, static]
 

RString acdk::lang::Long::toOctalString jlong  i  )  [inline, static]
 

RString acdk::lang::Long::toOctalString int  i  )  [inline, static]
 

virtual dmi::ScriptVar acdk::lang::Long::toScriptVar  )  [inline, virtual]
 

Reimplemented from acdk::lang::Number.

RString acdk::lang::Long::toString jlong  i,
int  radix
[static]
 

RString acdk::lang::Long::toString jlong  i  )  [inline, static]
 

RString acdk::lang::Long::toString int  i,
int  radix
[static]
 

RString acdk::lang::Long::toString int  i  )  [inline, static]
 

RString acdk::lang::Long::toString  )  [inline, virtual]
 

reimplemented from Number

Reimplemented from acdk::lang::Object.

RLong acdk::lang::Long::valueOf IN(RString str,
int  radix
throw ( RNumberFormatException ) [static]
 

RLong acdk::lang::Long::valueOf IN(RString str  )  throw ( RNumberFormatException ) [inline, static]
 


Member Data Documentation

jlong acdk::lang::Long::MAX_VALUE [static]
 

jlong acdk::lang::Long::MIN_VALUE [static]
 

jlong acdk::lang::Long::value [protected]