public class KataListIterator<T>
public KataListIterator(@NotNull KataList<? extends T> source)
public boolean hasNext()
public T next()