Class ClockDef

java.lang.Object
swim.concurrent.ClockDef
All Implemented Interfaces:
swim.codec.Debug, ScheduleDef

public class ClockDef extends Object implements ScheduleDef, swim.codec.Debug
  • Constructor Details

    • ClockDef

      public ClockDef(int tickMillis, int tickCount)
  • Method Details

    • 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)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • debug

      public <T> swim.codec.Output<T> debug(swim.codec.Output<T> output)
      Specified by:
      debug in interface swim.codec.Debug
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • standard

      public static ClockDef standard()
    • clockForm

      @Kind public static swim.structure.Form<ClockDef> clockForm()