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 (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 StringtoHexString (javaint l) throw ()
static const StringtoOctalString (javaint l) throw ()
static const StringtoString (javaint l) throw ()
static javaint parseInteger (const String &s) throw (NumberFormatException)

Static Public Attributes

static const javaint MIN_VALUE
static const javaint MAX_VALUE

Constructor & Destructor Documentation

beecrypt::lang::Integer::Integer ( javaint  value  ) 

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

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


Member Function Documentation

static const String& beecrypt::lang::Integer::toHexString ( javaint  l  )  throw () [static]

static const String& beecrypt::lang::Integer::toOctalString ( javaint  l  )  throw () [static]

static const String& beecrypt::lang::Integer::toString ( javaint  l  )  throw () [static]

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

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

Implements beecrypt::lang::Number.

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

Implements beecrypt::lang::Number.

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

Implements beecrypt::lang::Number.

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

Implements beecrypt::lang::Number.

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

Implements beecrypt::lang::Comparable< Integer >.


Member Data Documentation

const javaint beecrypt::lang::Integer::MIN_VALUE [static]

const javaint beecrypt::lang::Integer::MAX_VALUE [static]


The documentation for this class was generated from the following file:
Generated on Wed Aug 22 06:36:08 2007 for BeeCrypt by  doxygen 1.5.2