|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.kernow.util.Timer
public class Timer
Outputs seconds as a sentence - "x minutes x seconds"
Constructor Summary | |
---|---|
Timer()
|
Method Summary | |
---|---|
static java.lang.String |
getDurationInWords(long duration)
|
static java.lang.String |
getTimeTaken(long startTimeInMillis,
long endTimeInMillis)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Timer()
Method Detail |
---|
public static java.lang.String getTimeTaken(long startTimeInMillis, long endTimeInMillis)
public static java.lang.String getDurationInWords(long duration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |