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

#include <Integer.h>

Inheritance diagram for beecrypt::lang::Integer:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Integer (jint value) throw ()
 Integer (const String &s) throw (NumberFormatException)
virtual ~Integer ()
virtual jint hashCode () const throw ()
virtual jbyte byteValue () const throw ()
virtual jshort shortValue () const throw ()
virtual jint intValue () const throw ()
virtual jlong longValue () const throw ()
virtual jint compareTo (const Integer &anotherInteger) const throw ()
virtual String toString () const throw ()

Static Public Member Functions

static String toHexString (jint l) throw ()
static String toOctalString (jint l) throw ()
static String toString (jint l) throw ()
static jint parseInteger (const String &s) throw (NumberFormatException)

Static Public Attributes

static const jint MIN_VALUE
static const jint MAX_VALUE


Constructor & Destructor Documentation

beecrypt::lang::Integer::Integer ( jint  value  )  throw ()

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

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


Member Function Documentation

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

virtual jint beecrypt::lang::Integer::compareTo ( const Integer anotherInteger  )  const throw () [virtual]

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

Reimplemented from beecrypt::lang::Object.

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

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

static jint beecrypt::lang::Integer::parseInteger ( const String s  )  throw (NumberFormatException) [static]

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

static String beecrypt::lang::Integer::toHexString ( jint  l  )  throw () [static]

static String beecrypt::lang::Integer::toOctalString ( jint  l  )  throw () [static]

virtual String beecrypt::lang::Integer::toString (  )  const throw () [virtual]

Reimplemented from beecrypt::lang::Object.

static String beecrypt::lang::Integer::toString ( jint  l  )  throw () [static]


Member Data Documentation


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