- All Implemented Interfaces:
Iterator<T>
public class ListRangeIterator<T>
extends Object
implements Iterator<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListRangeIterator
public ListRangeIterator
(List<T> list,
int start,
int end)
-
Method Details
-
-
next
public @Nullable T next()
- Specified by:
next
in interface Iterator<T>
-