Package dsa.impl
Class ListIterator<T>
java.lang.Object
dsa.impl.ListIterator<T>
- Type Parameters:
T
- The generic type of the elements stored in the list.
- All Implemented Interfaces:
Iterator<T>
Iterate over the elements of a
IList
.