public class ProgressBarWrappedSpliterator<T>
extends java.lang.Object
implements java.util.Spliterator<T>, java.lang.AutoCloseable
| Constructor and Description |
|---|
ProgressBarWrappedSpliterator(java.util.Spliterator<T> underlying,
ProgressBar pb) |
| Modifier and Type | Method and Description |
|---|---|
int |
characteristics() |
void |
close() |
long |
estimateSize() |
java.util.Comparator<? super T> |
getComparator() |
ProgressBar |
getProgressBar() |
boolean |
tryAdvance(java.util.function.Consumer<? super T> action) |
java.util.Spliterator<T> |
trySplit() |
public ProgressBarWrappedSpliterator(java.util.Spliterator<T> underlying, ProgressBar pb)
public ProgressBar getProgressBar()
public void close()
close in interface java.lang.AutoCloseablepublic boolean tryAdvance(java.util.function.Consumer<? super T> action)
tryAdvance in interface java.util.Spliterator<T>public java.util.Spliterator<T> trySplit()
trySplit in interface java.util.Spliterator<T>public long estimateSize()
estimateSize in interface java.util.Spliterator<T>public int characteristics()
characteristics in interface java.util.Spliterator<T>