#include <Integer.h>


Public Member Functions | |
| Integer (jint value) throw () | |
| Integer (const String &s) throw (NumberFormatException) | |
| virtual | ~Integer () |
| virtual jint | hashCode () const throw () |
| virtual jbyte | byteValue () const throw () |
| virtual jshort | shortValue () const throw () |
| virtual jint | intValue () const throw () |
| virtual jlong | longValue () const throw () |
| virtual jint | compareTo (const Integer &anotherInteger) const throw () |
| virtual String | toString () const throw () |
Static Public Member Functions | |
| static String | toHexString (jint l) throw () |
| static String | toOctalString (jint l) throw () |
| static String | toString (jint l) throw () |
| static jint | parseInteger (const String &s) throw (NumberFormatException) |
Static Public Attributes | |
| static const jint | MIN_VALUE |
| static const jint | MAX_VALUE |
| beecrypt::lang::Integer::Integer | ( | jint | value | ) | throw () |
| beecrypt::lang::Integer::Integer | ( | const String & | s | ) | throw (NumberFormatException) |
| virtual beecrypt::lang::Integer::~Integer | ( | ) | [inline, virtual] |
| virtual jbyte beecrypt::lang::Integer::byteValue | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Number.
| virtual jint beecrypt::lang::Integer::compareTo | ( | const Integer & | anotherInteger | ) | const throw () [virtual] |
Implements beecrypt::lang::Comparable< Integer >.
| virtual jint beecrypt::lang::Integer::hashCode | ( | ) | const throw () [virtual] |
Reimplemented from beecrypt::lang::Object.
| virtual jint beecrypt::lang::Integer::intValue | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Number.
| virtual jlong beecrypt::lang::Integer::longValue | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Number.
| static jint beecrypt::lang::Integer::parseInteger | ( | const String & | s | ) | throw (NumberFormatException) [static] |
| virtual jshort beecrypt::lang::Integer::shortValue | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Number.
| static String beecrypt::lang::Integer::toHexString | ( | jint | l | ) | throw () [static] |
| static String beecrypt::lang::Integer::toOctalString | ( | jint | l | ) | throw () [static] |
| virtual String beecrypt::lang::Integer::toString | ( | ) | const throw () [virtual] |
Reimplemented from beecrypt::lang::Object.
| static String beecrypt::lang::Integer::toString | ( | jint | l | ) | throw () [static] |
const jint beecrypt::lang::Integer::MAX_VALUE [static] |
const jint beecrypt::lang::Integer::MIN_VALUE [static] |
1.5.8