#include <Integer.h>
Inheritance diagram for beecrypt::lang::Integer:
Public Member Functions | |
Integer (javaint value) | |
Integer (const String &s) throw (NumberFormatException) | |
virtual | ~Integer () |
virtual javabyte | byteValue () const throw () |
virtual javashort | shortValue () const throw () |
virtual javaint | intValue () const throw () |
virtual javalong | longValue () const throw () |
virtual int | compareTo (const Integer &anotherInteger) const throw () |
Static Public Member Functions | |
static const String & | toHexString (javaint l) throw () |
static const String & | toOctalString (javaint l) throw () |
static const String & | toString (javaint l) throw () |
static javaint | parseInteger (const String &s) throw (NumberFormatException) |
Static Public Attributes | |
static const javaint | MIN_VALUE |
static const javaint | MAX_VALUE |
beecrypt::lang::Integer::Integer | ( | javaint | value | ) |
beecrypt::lang::Integer::Integer | ( | const String & | s | ) | throw (NumberFormatException) |
virtual beecrypt::lang::Integer::~Integer | ( | ) | [inline, virtual] |
static javaint beecrypt::lang::Integer::parseInteger | ( | const String & | s | ) | throw (NumberFormatException) [static] |
virtual javabyte beecrypt::lang::Integer::byteValue | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Number.
virtual javashort beecrypt::lang::Integer::shortValue | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Number.
virtual javaint beecrypt::lang::Integer::intValue | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Number.
virtual javalong beecrypt::lang::Integer::longValue | ( | ) | const throw () [virtual] |
Implements beecrypt::lang::Number.
virtual int beecrypt::lang::Integer::compareTo | ( | const Integer & | anotherInteger | ) | const throw () [virtual] |
Implements beecrypt::lang::Comparable< Integer >.
const javaint beecrypt::lang::Integer::MIN_VALUE [static] |
const javaint beecrypt::lang::Integer::MAX_VALUE [static] |