Interface Loop<T>

Type Parameters:
T - Value type.
All Superinterfaces:
Iterable<T>, Iterator<T>
All Known Subinterfaces:
ListLoop<T>
All Known Implementing Classes:
Array

public interface Loop<T> extends Iterator<T>, Iterable<T>
A collections interface that extends Iterator and Iterable interfaces
Author:
Syam