advance method

String advance()

Implementation

String advance() {
  current++;
  return source[current - 1];
}