D G I N R S T U V 

D

DATE_FORMAT - Static variable in class de.weltraumschaf.commons.time.StopWatch
Default format for string representation.
de.weltraumschaf.commons.time - package de.weltraumschaf.commons.time
Classes to help with time.

G

getNanoTime() - Method in class de.weltraumschaf.commons.time.StopWatch
Get the time on the stopwatch in nanoseconds.
getSplitNanoTime() - Method in class de.weltraumschaf.commons.time.StopWatch
Get the split time on the stopwatch in nanoseconds.
getSplitTime() - Method in class de.weltraumschaf.commons.time.StopWatch
Get the split time on the stopwatch.
getStartTime() - Method in class de.weltraumschaf.commons.time.StopWatch
Returns the time this stopwatch was started.
getTime() - Method in class de.weltraumschaf.commons.time.StopWatch
Get the time on the stopwatch.

I

isStarted() - Method in class de.weltraumschaf.commons.time.StopWatch
The method is used to find out if the StopWatch is started.
isStarted() - Method in enum de.weltraumschaf.commons.time.StopWatch.State
The method is used to find out if the StopWatch is started.
isStopped() - Method in class de.weltraumschaf.commons.time.StopWatch
This method is used to find out whether the StopWatch is stopped.
isStopped() - Method in enum de.weltraumschaf.commons.time.StopWatch.State
This method is used to find out whether the StopWatch is stopped.
isSuspended() - Method in class de.weltraumschaf.commons.time.StopWatch
This method is used to find out whether the StopWatch is suspended.
isSuspended() - Method in enum de.weltraumschaf.commons.time.StopWatch.State
This method is used to find out whether the StopWatch is suspended.

N

NANO_2_MILLIS - Static variable in class de.weltraumschaf.commons.time.StopWatch
Factor to convert from nanoseconds to milliseconds.

R

reset() - Method in class de.weltraumschaf.commons.time.StopWatch
Resets the stopwatch.
resume() - Method in class de.weltraumschaf.commons.time.StopWatch
Resume the stopwatch after a suspend.
runningState - Variable in class de.weltraumschaf.commons.time.StopWatch
The current running state of the StopWatch.

S

split() - Method in class de.weltraumschaf.commons.time.StopWatch
Split the time.
splitState - Variable in class de.weltraumschaf.commons.time.StopWatch
Whether the stopwatch has a split time recorded.
start() - Method in class de.weltraumschaf.commons.time.StopWatch
Start the stopwatch.
startTime - Variable in class de.weltraumschaf.commons.time.StopWatch
The start time.
startTimeMillis - Variable in class de.weltraumschaf.commons.time.StopWatch
The start time in Millis - nanoTime is only for elapsed time so we need to also store the currentTimeMillis to maintain the old getStartTime API.
stop() - Method in class de.weltraumschaf.commons.time.StopWatch
Stop the stopwatch.
stopTime - Variable in class de.weltraumschaf.commons.time.StopWatch
The stop time.
StopWatch - Class in de.weltraumschaf.commons.time
StopWatch provides a convenient API for timings.
StopWatch() - Constructor for class de.weltraumschaf.commons.time.StopWatch
 
StopWatch.SplitState - Enum in de.weltraumschaf.commons.time
Enumeration type which indicates the split status of stopwatch.
StopWatch.SplitState() - Constructor for enum de.weltraumschaf.commons.time.StopWatch.SplitState
 
StopWatch.State - Enum in de.weltraumschaf.commons.time
Enumeration type which indicates the status of stopwatch.
StopWatch.State() - Constructor for enum de.weltraumschaf.commons.time.StopWatch.State
 
suspend() - Method in class de.weltraumschaf.commons.time.StopWatch
Suspend the stopwatch for later resumption.

T

toSplitString() - Method in class de.weltraumschaf.commons.time.StopWatch
Gets a summary of the split time that the stopwatch recorded as a string.
toString() - Method in class de.weltraumschaf.commons.time.StopWatch
Gets a summary of the time that the stopwatch recorded as a string.

U

unsplit() - Method in class de.weltraumschaf.commons.time.StopWatch
Remove a split.

V

valueOf(String) - Static method in enum de.weltraumschaf.commons.time.StopWatch.SplitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.weltraumschaf.commons.time.StopWatch.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.weltraumschaf.commons.time.StopWatch.SplitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.weltraumschaf.commons.time.StopWatch.State
Returns an array containing the constants of this enum type, in the order they are declared.
D G I N R S T U V 

Copyright © 2012 Sven Strittmatter. All Rights Reserved.