Class ProgressBarWrappedIterator<T>

java.lang.Object
me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator<T>
All Implemented Interfaces:
AutoCloseable, Iterator<T>

public class ProgressBarWrappedIterator<T> extends Object implements Iterator<T>, AutoCloseable
Any iterator whose iteration is tracked by a progress bar.
Since:
0.6.0
  • Field Details

  • Constructor Details

    • ProgressBarWrappedIterator

      public ProgressBarWrappedIterator(Iterator<T> underlying, ProgressBar pb)
  • Method Details