C D G I M R S T W

C

Clock - Class in <Unnamed>
Clock class
Clock() - Constructor for class Clock
Clock constructor
Counter - Class in <Unnamed>
Counter class
Counter() - Constructor for class Counter
Counter default constructor
Counter(int) - Constructor for class Counter
Counter constructor with start configuration
Counter(int, int) - Constructor for class Counter
Counter constructor with start and end configuration
Counter(int, int, int) - Constructor for class Counter
Counter constructor with start, end and step configuration
CounterCollector - Class in <Unnamed>
CounterCollector class
CounterCollector(int) - Constructor for class CounterCollector
CounterCollector default constructor
CounterCollector(int, int[]) - Constructor for class CounterCollector
CounterCollector constructor with counter values
CounterCollector(int, int[], int[], int[]) - Constructor for class CounterCollector
CounterCollector constructor with start, end and step values
CounterTest - Class in <Unnamed>
 
CounterTest() - Constructor for class CounterTest
 

D

decrement() - Method in class Counter
Counter decrement method
decrement() - Method in class CounterCollector
CounterCollector decrement method
decrementTest() - Static method in class CounterTest
 

G

getCounter(int) - Method in class CounterCollector
Counter getter
getEnd() - Method in class Counter
Counter end getter
getHrs() - Method in class Clock
Clock hour value getter
getMin() - Method in class Clock
Clock minute value getter
getSec() - Method in class Clock
Clock second value getter
getStart() - Method in class Counter
Counter start getter
getStep() - Method in class Counter
Counter step getter
getValue() - Method in class Clock
Clock global value (hour, minute, second) getter
getValue(String) - Method in class Clock
Clock global value (hour, minute, second) getter with format arg
getValue() - Method in class Counter
Counter value getter

I

increment() - Method in class Counter
Counter increment method
increment() - Method in class CounterCollector
CounterCollector increment method
incrementTest() - Static method in class CounterTest
 
isEnded() - Method in class Counter
Counter is ended state

M

main(String[]) - Static method in class CounterTest
 
Main - Class in <Unnamed>
 
Main() - Constructor for class Main
 
main(String[]) - Static method in class Main
 

R

reset() - Method in class Counter
Counter reset method

S

setFormat(String) - Method in class Clock
Clock output format setter
setHrs(int) - Method in class Clock
Clock hour value setter
setMin(int) - Method in class Clock
Clock minute value setter
setSec(int) - Method in class Clock
Clock second value setter
setValue(int, int, int) - Method in class Clock
Clock global value (hours, minute, second) setter
setValue(int) - Method in class Counter
Counter value setter

T

toString() - Method in class Clock
Clock default output method (outputs with Clock.format)
toString() - Method in class Counter
Counter output method (overloads toString())

W

work() - Method in class Clock
Clock work method (this makes the clock working)
workOnce() - Method in class Clock
Clock work once method (same as Clock.work() but loops one time).

C D G I M R S T W