Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
G
I
M
N
O
P
R
S
T
G
getName()
- Method in class
NamedTimer
get the name of the NamedTimer
getNextTime()
- Method in class
TimeInput
replaces current time input with new value from input
I
initializeTimer(String, TimeInput)
- Static method in class
NamedTimerPlay
initializeTimer(String, TimeInput)
- Static method in class
TimerPlay
M
main(String[])
- Static method in class
NamedTimerPlay
main(String[])
- Static method in class
TimerPlay
N
NamedTimer
- Class in
<Unnamed>
A countdown timer with a name as well as minutes and seconds.
NamedTimer(String, int, int)
- Constructor for class
NamedTimer
construct a NamedTimer with a String name as well as minutes and seconds of timer (combined value should be positive)
NamedTimer(String, int)
- Constructor for class
NamedTimer
construct a NamedTimer with a String name as well as minutes (value should be positive)
NamedTimer(String)
- Constructor for class
NamedTimer
construct a NamedTimer with a String name and default time
NamedTimerPlay
- Class in
<Unnamed>
NamedTimerPlay()
- Constructor for class
NamedTimerPlay
O
outOfTime()
- Method in class
Timer
returns whether timer has run out of time
P
printTimers(NamedTimer, Timer)
- Static method in class
NamedTimerPlay
printTimers(Timer, Timer)
- Static method in class
TimerPlay
R
replace(String)
- Method in class
TimeInput
replaces current time input with new value from token
runOffTime(NamedTimer, TimeInput)
- Static method in class
NamedTimerPlay
runOffTime(String, Timer, TimeInput)
- Static method in class
TimerPlay
S
set(int, int)
- Method in class
Timer
sets minutes and seconds of timer (combined value should be positive)
set(int)
- Method in class
Timer
sets minutes of timer (value should be positive)
set()
- Method in class
Timer
sets timer to zero
setName(String)
- Method in class
NamedTimer
set the name of the NamedTimer
subtract(int, int)
- Method in class
Timer
subtracts minutes and seconds from timer; timer should not fall below zero
T
TimeInput
- Class in
<Unnamed>
The TimeInput class reads input in minutes:seconds format with one time input per line and no blank lines.
TimeInput()
- Constructor for class
TimeInput
builds a new time input object
Timer
- Class in
<Unnamed>
A countdown timer with minutes and seconds.
Timer(int, int)
- Constructor for class
Timer
construct a timer with minutes and seconds of timer (combined value should be positive)
Timer(int)
- Constructor for class
Timer
construct a timer with a positive number of minutes
Timer()
- Constructor for class
Timer
construct a timer with no initial value; timer set to zero
TimerPlay
- Class in
<Unnamed>
TimerPlay()
- Constructor for class
TimerPlay
timerString(String, Timer)
- Static method in class
TimerPlay
toString()
- Method in class
NamedTimer
builds a string of the timer's value in name > time form
toString()
- Method in class
Timer
builds a string of the timer's value in minutes:seconds form
G
I
M
N
O
P
R
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes