- All Implemented Interfaces:
Iterator<T>
public class ImprovedIterator<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
-
-
Method Details
-
-
next
public @Nullable T next()
- Specified by:
next
in interface Iterator<T>
-
-
current
public @Nullable T current()