java.lang.Object
swim.concurrent.ClockDef
- All Implemented Interfaces:
swim.codec.Debug,ScheduleDef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic swim.structure.Form<ClockDef>protected ClockDefcopy(int tickMillis, int tickCount) <T> swim.codec.Output<T>debug(swim.codec.Output<T> output) 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
public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output) - Specified by:
debugin interfaceswim.codec.Debug
-
toString
-
standard
-
clockForm
-