|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::Integer Class Reference#include <Integer.h>
Inheritance diagram for acdk::lang::Integer:
List of all members.
Detailed Description
Object wrapper for the basic int type.
API: Java
- Author:
- Roger Rene Kommer
- Version:
- Revision
- 1.26
- Date:
- Date
- 2005/04/09 19:26:48
Constructor & Destructor Documentation
acdk::lang::Integer::Integer |
( |
|
) |
[inline] |
|
acdk::lang::Integer::Integer |
( |
int |
val |
) |
[inline] |
|
Member Function Documentation
virtual byte acdk::lang::Integer::byteValue |
( |
|
) |
[inline, virtual] |
|
RObject acdk::lang::Integer::clone |
( |
|
) |
[inline, virtual] |
|
int acdk::lang::Integer::compareTo |
( |
int |
other |
) |
[inline] |
|
virtual int acdk::lang::Integer::compareTo |
( |
IN(RObject) |
o |
) |
[inline, virtual] |
|
virtual int acdk::lang::Integer::compareTo |
( |
IN(RInteger) |
o |
) |
[inline, virtual] |
|
RObject acdk::lang::Integer::create_instance |
( |
|
) |
[inline, static] |
|
virtual double acdk::lang::Integer::doubleValue |
( |
|
) |
[inline, virtual] |
|
bool acdk::lang::Integer::equals |
( |
int |
other |
) |
[inline] |
|
virtual bool acdk::lang::Integer::equals |
( |
IN(RInteger) |
obj |
) |
[inline, virtual] |
|
virtual bool acdk::lang::Integer::equals |
( |
IN(RObject) |
obj |
) |
[virtual] |
|
virtual float acdk::lang::Integer::floatValue |
( |
|
) |
[inline, virtual] |
|
RClass acdk::lang::Integer::getTYPE |
( |
|
) |
[static] |
|
virtual int acdk::lang::Integer::hashCode |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::lang::Integer::intValue |
( |
|
) |
[inline, virtual] |
|
virtual jlong acdk::lang::Integer::longValue |
( |
|
) |
[inline, virtual] |
|
short acdk::lang::Integer::shortValue |
( |
|
) |
[inline, virtual] |
|
RString acdk::lang::Integer::toBinaryString |
( |
int |
val |
) |
[static] |
|
RString acdk::lang::Integer::toHexString |
( |
int |
val |
) |
[static] |
|
RString acdk::lang::Integer::toOctalString |
( |
int |
val |
) |
[static] |
|
virtual dmi::ScriptVar acdk::lang::Integer::toScriptVar |
( |
|
) |
[inline, virtual] |
|
RString acdk::lang::Integer::toString |
( |
int |
val, |
|
|
int |
radix = 10 |
|
) |
[static] |
|
virtual RString acdk::lang::Integer::toString |
( |
|
) |
[virtual] |
|
Member Data Documentation
|
|