Package jadex.base

Class SRemoteClock.TimerEntries

  • Enclosing class:
    SRemoteClock

    public static class SRemoteClock.TimerEntries
    extends java.lang.Object
    Information about the timers to be transferred.
    • Field Detail

      • times

        public long[] times
        The times.
      • objects

        public java.lang.String[] objects
        The objects.
    • Constructor Detail

      • TimerEntries

        public TimerEntries()
        Bean constructor.
      • TimerEntries

        public TimerEntries​(long[] times,
                            java.lang.String[] objects)
        Create timer entries
    • Method Detail

      • hashCode

        public int hashCode()
        The hash code. Overridden to have only one clock state per update.
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Test if two objects are equal. Overridden to have only one clock state per update.
        Overrides:
        equals in class java.lang.Object