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