@return path minus the first element or null if no more elements
()
| 64 | * @return path minus the first element or null if no more elements |
| 65 | */ |
| 66 | Path remainder() { |
| 67 | return remainder; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * |
no outgoing calls
no test coverage detected