Determines whether there is another value at the current depth; in other words whether there is a sibling value that may be reached using #next(). This method may be called multiple times, which does not move the current position. WARNING: this method alters the internal state of
()
| 159 | * checking for a {@code null} response from {@link #next()}. |
| 160 | */ |
| 161 | @Deprecated |
| 162 | public boolean hasNext(); |
| 163 | |
| 164 | /** |
no outgoing calls