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
methods
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.
class (State) mutableCopyClass; |
Return the MutableCharArray class.