hasNext method

bool hasNext()

Implementation

bool hasNext() {
  return cursor < tokens.length - 1;
}