Skip navigation links
G H I M N P S U V W 

G

getCurrent() - Method in class me.tongfei.progressbar.ProgressBar
Returns the current progress.
getExtraMessage() - Method in class me.tongfei.progressbar.ProgressBar
Returns the extra message at the end of the progress bar.
getMax() - Method in class me.tongfei.progressbar.ProgressBar
Returns the maximum value of this progress bar.
getTask() - Method in class me.tongfei.progressbar.ProgressBar
Returns the name of this task.

H

hasNext() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 

I

iterator() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterable
 

M

maxHint(long) - Method in class me.tongfei.progressbar.ProgressBar
Gives a hint to the maximum value of the progress bar.
me.tongfei.progressbar - package me.tongfei.progressbar
 
me.tongfei.progressbar.wrapped - package me.tongfei.progressbar.wrapped
 

N

next() - Method in class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 

P

ProgressBar - Class in me.tongfei.progressbar
A simple console-based progress bar.
ProgressBar(String, long) - Constructor for class me.tongfei.progressbar.ProgressBar
Creates a progress bar with the specific task name and initial maximum value.
ProgressBar(String, long, ProgressBarStyle) - Constructor for class me.tongfei.progressbar.ProgressBar
 
ProgressBar(String, long, int) - Constructor for class me.tongfei.progressbar.ProgressBar
 
ProgressBar(String, long, int, PrintStream, ProgressBarStyle) - Constructor for class me.tongfei.progressbar.ProgressBar
Creates a progress bar with the specific task name, initial maximum value, customized update interval (default 1000 ms), the PrintStream to be used, and output style.
ProgressBarStyle - Enum in me.tongfei.progressbar
Represents the display style of a progress bar.
ProgressBarWrappedIterable<T> - Class in me.tongfei.progressbar.wrapped
 
ProgressBarWrappedIterable(Iterable<T>, String) - Constructor for class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterable
 
ProgressBarWrappedIterator<T> - Class in me.tongfei.progressbar.wrapped
 
ProgressBarWrappedIterator(Iterator<T>, String, long) - Constructor for class me.tongfei.progressbar.wrapped.ProgressBarWrappedIterator
 

S

setExtraMessage(String) - Method in class me.tongfei.progressbar.ProgressBar
Sets the extra message at the end of the progress bar.
start() - Method in class me.tongfei.progressbar.ProgressBar
Starts this progress bar.
step() - Method in class me.tongfei.progressbar.ProgressBar
Advances this progress bar by one step.
stepBy(long) - Method in class me.tongfei.progressbar.ProgressBar
Advances this progress bar by a specific amount.
stepTo(long) - Method in class me.tongfei.progressbar.ProgressBar
Advances this progress bar to the specific progress value.
stop() - Method in class me.tongfei.progressbar.ProgressBar
Stops this progress bar.

U

Util - Class in me.tongfei.progressbar
 
Util() - Constructor for class me.tongfei.progressbar.Util
 

V

valueOf(String) - Static method in enum me.tongfei.progressbar.ProgressBarStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum me.tongfei.progressbar.ProgressBarStyle
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(Iterator<T>, String) - Static method in class me.tongfei.progressbar.ProgressBar
Wraps an iterator so that when iterated, a progress bar is shown to track the traversal progress.
wrap(Iterable<T>, String) - Static method in class me.tongfei.progressbar.ProgressBar
Wraps an iterable so that when iterated, a progress bar is shown to track the traversal progress.
G H I M N P S U V W 
Skip navigation links

Copyright © 2018. All rights reserved.