- java.lang.Object
-
- swim.concurrent.ClockDef
-
- All Implemented Interfaces:
Debug,ScheduleDef
public class ClockDef extends Object implements ScheduleDef, Debug
-
-
Constructor Summary
Constructors Constructor Description ClockDef(int tickMillis, int tickCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Form<ClockDef>clockForm()protected ClockDefcopy(int tickMillis, int tickCount)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()static ClockDefstandard()inttickCount()ClockDeftickCount(int tickCount)inttickMillis()ClockDeftickMillis(int tickMillis)StringtoString()
-
-
-
Method Detail
-
tickMillis
public final int tickMillis()
-
tickMillis
public ClockDef tickMillis(int tickMillis)
-
tickCount
public final int tickCount()
-
tickCount
public ClockDef tickCount(int tickCount)
-
copy
protected ClockDef copy(int tickMillis, int tickCount)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
standard
public static ClockDef standard()
-
-