(int idx )
| 51 | return this; |
| 52 | } |
| 53 | public char at(int idx ) { return _sb.charAt(idx); } |
| 54 | |
| 55 | // Not spelled "p" on purpose: too easy to accidentally say "p(1.0)" and |
| 56 | // suddenly call the autoboxed version. |
no outgoing calls
no test coverage detected