net.xqhs.graphs.context
Class Instant

java.lang.Object
  extended by net.xqhs.graphs.context.Instant

public class Instant
extends java.lang.Object


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

time

long time
Constructor Detail

Instant

public Instant(long instantTime)
Method Detail

offset

public Instant offset(Instant.Offset offset)

before

public boolean before(Instant instant)

after

public boolean after(Instant instant)