|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Time | |
---|---|
org.sonatype.sisu.goodies.common | |
org.sonatype.sisu.goodies.thread |
Uses of Time in org.sonatype.sisu.goodies.common |
---|
Methods in org.sonatype.sisu.goodies.common that return Time | |
---|---|
Time |
Time.asDays()
|
Time |
Time.asHours()
|
Time |
Time.asMicros()
|
Time |
Time.asMillis()
|
Time |
Time.asMinutes()
|
Time |
Time.asNanos()
|
Time |
Time.asSeconds()
|
static Time |
Time.days(long value)
|
static Time |
Time.hours(long value)
|
static Time |
Time.micros(long value)
|
static Time |
Time.millis(long value)
|
static Time |
Time.minutes(long value)
|
static Time |
Time.nanos(long value)
|
static Time |
Time.parse(String value)
|
static Time |
Time.seconds(long value)
|
static Time |
Time.time(long value,
TimeUnit unit)
|
Uses of Time in org.sonatype.sisu.goodies.thread |
---|
Methods in org.sonatype.sisu.goodies.thread with parameters of type Time | |
---|---|
protected void |
PeriodicThreadSupport.pause(Time time)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |