Delete a character.
Equal to getStringBuffer().deleteCharAt(i_dx)
Delete a character.
@param i_dx The array index containing the character to delete. Must range 0..[length() - 1]
, inclusive.
AppendingStringBuffer
(shortening the AppendingStringBuffer
by one character).
@param index Index of character to remove
@return This string buffer.
@exception StringIndexOutOfBoundsException if the index
is negative or greater than or equal to length()
.
@since 1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|