8.54. File tom/MutablePointerArray

class tom.MutablePointerArray

inherits

State supers: PointerArray, MutableArray

instance tom.MutablePointerArray

methods


void
  add pointer d;

Undocumented.


void
  freeze;

Undocumented.


id
  initWithCapacity int capacity;

Undocumented.


protected id
  initWithEnumerator Enumerator e;

Undocumented.


pointer
  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 pointer d
   at int index;

Undocumented.


void
  set All object
   at int index;

Undocumented.


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

Undocumented.