Class Speed


  • public class Speed
    extends java.lang.Object
    Useful stuff for speed conversion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int KPH  
      (package private) static float KPH_TO_MPH  
      (package private) static int MPH  
      (package private) static float MPH_KPH_FACTOR  
      (package private) static float MPH_TO_KPH  
    • Constructor Summary

      Constructors 
      Constructor Description
      Speed()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static float kphToMph​(float k)  
      static float mphToKph​(float m)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait