java.lang.Object
swim.concurrent.ClockDef
- All Implemented Interfaces:
Debug,ScheduleDef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ClockDefcopy(int tickMillis, int tickCount) <T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleaninthashCode()static ClockDefstandard()final inttickCount(int tickCount) final inttickMillis(int tickMillis) toString()
-
Constructor Details
-
ClockDef
public ClockDef(int tickMillis, int tickCount)
-
-
Method Details
-
tickMillis
public final int tickMillis() -
tickMillis
-
tickCount
public final int tickCount() -
tickCount
-
copy
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
standard
-
clockForm
-