public class ProgressBarWrappedIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>, java.lang.AutoCloseable
| Constructor and Description |
|---|
ProgressBarWrappedIterator(java.util.Iterator<T> underlying,
ProgressBar pb) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ProgressBar |
getProgressBar() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
public ProgressBarWrappedIterator(java.util.Iterator<T> underlying, ProgressBar pb)
public ProgressBar getProgressBar()
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>public void close()
close in interface java.lang.AutoCloseable