Vuoi dire che scrivere

Iterator<T> it = this.iterator();

e scrivere

Iterator<T> it = iterator();

è la stessa cosa?