Package | Description |
---|---|
com.rultor.spi |
Service Programming Interface (SPI).
|
com.rultor.tools |
Simple commonly used tools.
|
Modifier and Type | Method and Description |
---|---|
Time |
Coordinates.scheduled()
When scheduled, in milliseconds.
|
Time |
Coordinates.None.scheduled() |
Time |
Coordinates.Simple.scheduled() |
Modifier and Type | Method and Description |
---|---|
Pageable<Time,Time> |
Drain.pulses()
Iterate all available pulses, in reverse order (the latest one on top).
|
Pageable<Time,Time> |
Drain.pulses()
Iterate all available pulses, in reverse order (the latest one on top).
|
Modifier and Type | Method and Description |
---|---|
Sheet |
Sheet.between(Time left,
Time right)
Between these dates.
|
Constructor and Description |
---|
Coordinates.Simple(com.jcabi.urn.URN owner,
String name,
Time when)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Time |
Time.round()
Get rid of seconds and milliseconds.
|
Modifier and Type | Method and Description |
---|---|
int |
Time.compareTo(Time time) |
long |
Time.delta(Time time)
Calculate distance in milliseconds.
|
Copyright © 2009–2014 Rultor Inc.. All rights reserved.