File tom/CharArray


class tom.CharArray

Like the ByteArray, the CharArray is a particular kind of Array, which is here for abstraction purposes, but which is never actually used, since the CharString holds the same kind of state, but provides much more functionality.

Inherits

State supers
Array

instance tom.CharArray

methods

_builtin_.Any
  at int index;
Undocumented.

byte
  at int index;
Undocumented.

char
  at int index;
Return the char value at index. This is the elementary retrieval method for character arrays.

int
  at int index;
Undocumented.

long
  at int index;
Undocumented.

float
  at int index;
Undocumented.

double
  at int index;
Undocumented.

int
  elementByteSize;
Undocumented.

protected id
  initWithEnumerator Enumerator e;
Undocumented.

(pointer, int)
  pointerToElements (int, int) (start, len);
Undocumented.

Copying

class (State)
  mutableCopyClass;
Return the MutableCharArray class.


Generated by tm 1.01.