startIndex
or endIndex
arguments index characters outside the bounds of the FastStringBuffer.
@aribaapi documented
getStringBuffer().substring(i_idxLeft)
Examples:
@param beginIndex the beginning index, inclusive. @return the specified substring. @exception IndexOutOfBoundsException if"unhappy".substring(2) returns "happy" "Harbison".substring(3) returns "bison" "emptiness".substring(9) returns "" (an empty string)
beginIndex
is negative or larger than the length of this String
object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|