1 2 3 4 5 6
public abstract class Zzz<E> extends Middle<E> { void removeAll() { IteratorImpl it = new IteratorImpl(); it.hhh(); } }