Package ch.njol.util.coll.iterator
Class ImprovedIterator<T>
java.lang.Object
ch.njol.util.coll.iterator.ImprovedIterator<T>
- All Implemented Interfaces:
Iterator<T>
@Deprecated(since="2.10.0",
forRemoval=true)
public class ImprovedIterator<T>
extends Object
implements Iterator<T>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionImprovedIterator
(Iterator<T> iter) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncurrent()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
hasNext()
Deprecated, for removal: This API element is subject to removal in a future version.next()
Deprecated, for removal: This API element is subject to removal in a future version.void
remove()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ImprovedIterator
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
hasNext
public boolean hasNext()Deprecated, for removal: This API element is subject to removal in a future version. -
next
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
public void remove()Deprecated, for removal: This API element is subject to removal in a future version. -
current
Deprecated, for removal: This API element is subject to removal in a future version.
-
Iterator
instead.