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