public class ProgressBarWrappedIterator<T> extends Object implements Iterator<T>, AutoCloseable
| Constructor and Description |
|---|
ProgressBarWrappedIterator(Iterator<T> underlying,
ProgressBar pb) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ProgressBar |
getProgressBar() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ProgressBarWrappedIterator(Iterator<T> underlying, ProgressBar pb)
public ProgressBar getProgressBar()
public void close()
close in interface AutoCloseableCopyright © 2022. All rights reserved.