File tom/MutableObjectArray


class tom.MutableObjectArray

Inherits

State supers
ObjectArray, MutableArray

methods

instance (id)
    with int num
  copies All object;
Return a newly allocated MutableObjectArray with num copies of the object.

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.

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


Generated by tm 1.01.