asclass ShortIterator { abstract bool hasNext(); abstract short next(); }