Class WrappedIterator<T>
java.lang.Object
eu.cloudnetservice.node.impl.console.animation.progressbar.wrapper.WrappedIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWrappedIterator(@NonNull Iterator<T> wrapped, @NonNull Console console, @NonNull ConsoleProgressAnimation animation) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
wrapped
-
animation
-
-
Constructor Details
-
WrappedIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-