#include <Long.h>


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