Class TimeInfo


  • public final class TimeInfo
    extends Object
    Value Object for elapsed and remaining time.
    Author:
    Michael Vorburger.ch
    • Constructor Detail

      • TimeInfo

        public TimeInfo​(long elapsedTimeInMS,
                        long remainingTimeInMS)
    • Method Detail

      • getElapsedTimeInMS

        public long getElapsedTimeInMS()
      • getRemainingTimeInMS

        public long getRemainingTimeInMS()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object