Overview | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES

Serialized Form


Package nl.coffee.math

Class nl.coffee.math.AbstractCompositeNumber

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

elements

RealNumber[] elements
The elements of this operation.

Concrete subclasses must initialize this field upon construction.


Class nl.coffee.math.AbstractIntegerNumber

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class nl.coffee.math.AbstractRationalNumber

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class nl.coffee.math.AbstractRealNumber

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class nl.coffee.math.BasicIntegerNumber

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

bigInteger

java.math.BigInteger bigInteger
The BigInteger this IntegerNumber implementation is based on.


Class nl.coffee.math.BasicRationalNumber

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

denominator

IntegerNumber denominator
The denominator of this fraction.

numerator

IntegerNumber numerator
The numerator of this fraction.


Class nl.coffee.math.CanNotCompareException

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class nl.coffee.math.LongIntegerNumber

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

value

long value
The long this IntegerNumber implementation is based on.


Class nl.coffee.math.Power

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

sign

int sign
The sign of this power. This field is set only once upon construction.


Class nl.coffee.math.Product

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

sign

int sign
The sign of this product. This field is set only once upon construction.


Class nl.coffee.math.Sum

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

sign

int sign
The sign of this sum. This field is set only once upon construction.


Overview | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT FRAMES  | NO FRAMES