#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 |
|
|
|
|
|
|
|
Implements beecrypt::lang::Number. |
|
Implements beecrypt::lang::Comparable< Integer >. |
|
Implements beecrypt::lang::Number. |
|
Implements beecrypt::lang::Number. |
|
|
|
Implements beecrypt::lang::Number. |
|
|
|
|
|
|
|
|
|
|