()
| 316 | } |
| 317 | |
| 318 | private String getAndResetWhiteSpace() { |
| 319 | String result = whiteSpace; |
| 320 | whiteSpace = ""; |
| 321 | return result; |
| 322 | } |
| 323 | |
| 324 | /* |
| 325 | * Implementation note: This method assumes that it is always preceded by a call to hasNext() in order for |
no outgoing calls
no test coverage detected