Interface ListLoop<T>

All Superinterfaces:
Iterable<T>, Iterator<T>, ListIterator<T>, Loop<T>

public interface ListLoop<T> extends Loop<T>, ListIterator<T>