8.84. 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.