asclass RenamedLongIterator extends Iterator { abstract bool hasNext(); abstract long nextLong(); @Override public Long next() { ret nextLong(); } }