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]

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

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

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

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


Member Data Documentation


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

Generated on Tue May 20 13:56:13 2008 for BeeCrypt by  doxygen 1.5.5