UnbufferedTokenStream.fill

Add {@code n} elements to the buffer. Returns the number of tokens actually added to the buffer. If the return value is less than {@code n}, then EOF was reached before {@code n} tokens could be added.

class UnbufferedTokenStream
protected
int
fill
(
int n
)

Meta