Class TimeFormatter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int digits  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeFormatter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract java.lang.String format​(Time t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • digits

        int digits
    • Constructor Detail

      • TimeFormatter

        TimeFormatter()
    • Method Detail

      • format

        abstract java.lang.String format​(Time t)