Exactly! Iterator is an interface. All standard collections in the framework (and in general any type that implements Iterable) return an implementation of Iterator. Typically this implementation is...