next method

String next()

Returns the next Nuid

Implementation

String next() {
  _next();
  return current;
}