8.52. File tom/MutableIntArray

class tom.MutableIntArray

inherits

State supers: IntArray, MutableArray

instance tom.MutableIntArray

methods


void
  add int i;

Undocumented.


void
  freeze;

Undocumented.


id
  initWithCapacity int capacity;

Undocumented.


protected id
  initWithEnumerator Enumerator e;

Undocumented.


int
  removeAt int index;

Undocumented.


Any
  removeAt int index;

Undocumented.


void
  removeElements (int, int) (start, length);

Undocumented.


void
  resize (int, int) (start, num);

Undocumented.


void
  set int i
   at int index;

Undocumented.


void
  set All object
   at int index;

Undocumented.


void
  swap (int, int) (i, j);

Undocumented.