asclass CharacterIterator { abstract bool hasNext(); abstract char next(); }