File tom/numbers


class tom.ByteNumber

Inherits

State supers
Number

instance tom.ByteNumber

variables

byte value;

methods

byte
  byteValue;
Undocumented.

char
  charValue;
Undocumented.

double
  doubleValue;
Undocumented.

float
  floatValue;
Undocumented.

int
  intValue;
Undocumented.

long
  longValue;
Undocumented.

int
  compare Number n;
Undocumented.

int
  compare byte v;
Undocumented.

int
  compare char v;
Undocumented.

int
  compare int v;
Undocumented.

int
  compare long v;
Undocumented.

int
  compare float v;
Undocumented.

int
  compare double v;
Undocumented.

id
  init byte value;
Undocumented.

id
  init char value;
Undocumented.

id
  init int value;
Undocumented.

id
  init long value;
Undocumented.

id
  init float value;
Undocumented.

id
  init double value;
Undocumented.

void
  encodeUsingCoder Encoder coder;
Undocumented.

void
  initWithCoder Decoder coder;
Undocumented.

OutputStream
  write OutputStream s;
Undocumented.


class tom.CharNumber

Inherits

State supers
Number

instance tom.CharNumber

variables

char value;

methods

byte
  byteValue;
Undocumented.

char
  charValue;
Undocumented.

double
  doubleValue;
Undocumented.

float
  floatValue;
Undocumented.

int
  intValue;
Undocumented.

long
  longValue;
Undocumented.

int
  compare Number n;
Undocumented.

int
  compare byte v;
Undocumented.

int
  compare char v;
Undocumented.

int
  compare int v;
Undocumented.

int
  compare long v;
Undocumented.

int
  compare float v;
Undocumented.

int
  compare double v;
Undocumented.

id
  init byte value;
Undocumented.

id
  init char value;
Undocumented.

id
  init int value;
Undocumented.

id
  init long value;
Undocumented.

id
  init float value;
Undocumented.

id
  init double value;
Undocumented.

void
  encodeUsingCoder Encoder coder;
Undocumented.

void
  initWithCoder Decoder coder;
Undocumented.

OutputStream
  write OutputStream s;
Undocumented.


class tom.IntNumber

Inherits

State supers
Number

instance tom.IntNumber

variables

int value;

methods

byte
  byteValue;
Undocumented.

char
  charValue;
Undocumented.

double
  doubleValue;
Undocumented.

float
  floatValue;
Undocumented.

int
  intValue;
Undocumented.

long
  longValue;
Undocumented.

int
  compare Number n;
Undocumented.

int
  compare byte v;
Undocumented.

int
  compare char v;
Undocumented.

int
  compare int v;
Undocumented.

int
  compare long v;
Undocumented.

int
  compare float v;
Undocumented.

int
  compare double v;
Undocumented.

id
  init byte value;
Undocumented.

id
  init char value;
Undocumented.

id
  init int value;
Undocumented.

id
  init long value;
Undocumented.

id
  init float value;
Undocumented.

id
  init double value;
Undocumented.

void
  encodeUsingCoder Encoder coder;
Undocumented.

void
  initWithCoder Decoder coder;
Undocumented.

OutputStream
  write OutputStream s;
Undocumented.


class tom.LongNumber

Inherits

State supers
Number

instance tom.LongNumber

variables

long value;

methods

byte
  byteValue;
Undocumented.

char
  charValue;
Undocumented.

double
  doubleValue;
Undocumented.

float
  floatValue;
Undocumented.

int
  intValue;
Undocumented.

long
  longValue;
Undocumented.

int
  compare Number n;
Undocumented.

int
  compare byte v;
Undocumented.

int
  compare char v;
Undocumented.

int
  compare int v;
Undocumented.

int
  compare long v;
Undocumented.

int
  compare float v;
Undocumented.

int
  compare double v;
Undocumented.

id
  init byte value;
Undocumented.

id
  init char value;
Undocumented.

id
  init int value;
Undocumented.

id
  init long value;
Undocumented.

id
  init float value;
Undocumented.

id
  init double value;
Undocumented.

void
  encodeUsingCoder Encoder coder;
Undocumented.

void
  initWithCoder Decoder coder;
Undocumented.

OutputStream
  write OutputStream s;
Undocumented.


class tom.FloatNumber

Inherits

State supers
Number

instance tom.FloatNumber

variables

float value;

methods

byte
  byteValue;
Undocumented.

char
  charValue;
Undocumented.

double
  doubleValue;
Undocumented.

float
  floatValue;
Undocumented.

int
  intValue;
Undocumented.

long
  longValue;
Undocumented.

int
  compare Number n;
Undocumented.

int
  compare byte v;
Undocumented.

int
  compare char v;
Undocumented.

int
  compare int v;
Undocumented.

int
  compare long v;
Undocumented.

int
  compare float v;
Undocumented.

int
  compare double v;
Undocumented.

id
  init byte value;
Undocumented.

id
  init char value;
Undocumented.

id
  init int value;
Undocumented.

id
  init long value;
Undocumented.

id
  init float value;
Undocumented.

id
  init double value;
Undocumented.

void
  encodeUsingCoder Encoder coder;
Undocumented.

void
  initWithCoder Decoder coder;
Undocumented.

OutputStream
  write OutputStream s;
Undocumented.


class tom.DoubleNumber

Inherits

State supers
Number

instance tom.DoubleNumber

variables

double value;

methods

byte
  byteValue;
Undocumented.

char
  charValue;
Undocumented.

double
  doubleValue;
Undocumented.

float
  floatValue;
Undocumented.

int
  intValue;
Undocumented.

long
  longValue;
Undocumented.

int
  compare Number n;
Undocumented.

int
  compare byte v;
Undocumented.

int
  compare char v;
Undocumented.

int
  compare int v;
Undocumented.

int
  compare long v;
Undocumented.

int
  compare float v;
Undocumented.

int
  compare double v;
Undocumented.

id
  init byte value;
Undocumented.

id
  init char value;
Undocumented.

id
  init int value;
Undocumented.

id
  init long value;
Undocumented.

id
  init float value;
Undocumented.

id
  init double value;
Undocumented.

void
  encodeUsingCoder Encoder coder;
Undocumented.

void
  initWithCoder Decoder coder;
Undocumented.

OutputStream
  write OutputStream s;
Undocumented.


Generated by tm 1.01.