beecrypt::lang::Long Class Reference
[C++ classes mimicking java.lang]

#include <Long.h>

Inheritance diagram for beecrypt::lang::Long:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::lang::Long:

Collaboration graph
[legend]

List of all members.

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


Constructor & Destructor Documentation

beecrypt::lang::Long::Long ( jlong  value  )  throw ()

beecrypt::lang::Long::Long ( const String s  )  throw (NumberFormatException)

virtual beecrypt::lang::Long::~Long (  )  [inline, virtual]


Member Function Documentation

virtual jbyte beecrypt::lang::Long::byteValue (  )  const throw () [virtual]

virtual jint beecrypt::lang::Long::compareTo ( const Long anotherLong  )  const throw () [virtual]

virtual jint beecrypt::lang::Long::hashCode (  )  const throw () [virtual]

Reimplemented from beecrypt::lang::Object.

virtual jint beecrypt::lang::Long::intValue (  )  const throw () [virtual]

virtual jlong beecrypt::lang::Long::longValue (  )  const throw () [virtual]

static jlong beecrypt::lang::Long::parseLong ( const String s  )  throw (NumberFormatException) [static]

virtual jshort beecrypt::lang::Long::shortValue (  )  const throw () [virtual]

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]


Member Data Documentation

const jlong beecrypt::lang::Long::MAX_VALUE [static]

const jlong beecrypt::lang::Long::MIN_VALUE [static]


The documentation for this class was generated from the following file:

Generated on Fri Jun 19 13:39:42 2009 for BeeCrypt C++ by  doxygen 1.5.8