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