()
| 214 | } |
| 215 | |
| 216 | @Override |
| 217 | int endPos() { |
| 218 | return end; |
| 219 | } |
| 220 | |
| 221 | private int indexOf(CharSequence hayStack, String needle, int pos) { |
| 222 | if (hayStack instanceof String) { |
nothing calls this directly
no outgoing calls
no test coverage detected