Module swim.kernel
Package swim.kernel

Class ClockDef

    • Constructor Detail

      • ClockDef

        public ClockDef​(int tickMillis,
                        int tickCount)
    • 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)
      • hashCode

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

        public void debug​(Output<?> output)
        Description copied from interface: Debug
        Writes a developer readable, debug-formatted string representation of this object to output.
        Specified by:
        debug in interface Debug
      • standard

        public static ClockDef standard()