Next: String-CObject, Previous: String-basic, Up: String [Index]
Allocate memory with malloc for a NULL-terminated copy of the receiver, and return a pointer to it as a CObject of the given type.
Answer the index-th indexed instance variable of the receiver
Answer the index-th indexed instance variable of the receiver
Store value in the index-th indexed instance variable of the receiver
Answer the index-th indexed instance variable of the receiver. This method must not be overridden, override at: instead
Store value in the index-th indexed instance variable of the receiver This method must not be overridden, override at:put: instead
Answer an hash value for the receiver
Replace the characters from start to stop with new characters whose ASCII codes are contained in aString, starting at the replaceStart location of aString
Replace the characters from start to stop with new characters whose ASCII codes are contained in byteArray, starting at the replaceStart location of byteArray
Answer a number that denotes the similarity between aString and the receiver. 0 indicates equality, negative numbers indicate some difference. Implemented as a primitive for speed.
Answer the size of the receiver