asclass IntegerIterator { abstract bool hasNext(); abstract int next(); }