Gets the Token at the specified index in the stream. When the preconditions of this method are met, the return value is non-null. The preconditions for this method are the same as the preconditions of IntStream#seek. If the behavior of seek(index) is unspecified f
(int index)
| 42 | * retrieving the token at the specified index |
| 43 | */ |
| 44 | public Token get(int index); |
| 45 | |
| 46 | /** |
| 47 | * Gets the underlying {@link TokenSource} which provides tokens for this |
no outgoing calls