|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.xqhs.graphs.context.Instant
public class Instant
Nested Class Summary | |
---|---|
static class |
Instant.Offset
|
static interface |
Instant.TickReceiver
|
static interface |
Instant.TimeKeeper
|
Field Summary | |
---|---|
(package private) long |
time
|
Constructor Summary | |
---|---|
Instant(long instantTime)
|
Method Summary | |
---|---|
boolean |
after(Instant instant)
|
boolean |
before(Instant instant)
|
Instant |
offset(Instant.Offset offset)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
long time
Constructor Detail |
---|
public Instant(long instantTime)
Method Detail |
---|
public Instant offset(Instant.Offset offset)
public boolean before(Instant instant)
public boolean after(Instant instant)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |