8.53. File tom/MutableObjectArray

class tom.MutableObjectArray

inherits

State supers: ObjectArray, MutableArray

methods


instance (id)
    with int num
  copies All o;

Return a newly allocated MutableObjectArray with num copies of the object reference o. Since o is a reference to an actual object, only num copies of that reference are stored: the object is not copied at all.

instance tom.MutableObjectArray

methods


void
  freeze;

Undocumented.


id
  initWithCapacity int capacity;

Undocumented.


protected id
  initWithEnumerator Enumerator e;

Undocumented.


void
  insert All object
      at int index;

Undocumented.


Any
  removeAt int index;

Undocumented.


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

Undocumented.


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

Undocumented.


void
  set All object
   at int index;

Undocumented.


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

Undocumented.


void
  encodeUsingCoder Encoder coder;

Undocumented.


void
  initWithCoder Decoder coder;

Undocumented.