com.azalient.apo.basics
Class Speed.SpeedFinal

java.lang.Object
  extended by com.azalient.apo.basics.Speed
      extended by com.azalient.apo.basics.Speed.SpeedFinal
Enclosing class:
Speed

public static class Speed.SpeedFinal
extends Speed


Nested Class Summary
 
Nested classes/interfaces inherited from class com.azalient.apo.basics.Speed
Speed.S_Units, Speed.SpeedFinal
 
Field Summary
 
Fields inherited from class com.azalient.apo.basics.Speed
FPS_TO_KPH, FPS_TO_MPH, FPS_TO_MPS, Km_H, KPH, KPH_TO_FPS, KPH_TO_MPH, KPH_TO_MPS, M_S, MPH, MPH_TO_FPS, MPH_TO_KPH, MPH_TO_MPS, MPS, MPS_TO_FPS, MPS_TO_KPH, MPS_TO_MPH, ONE, ZERO
 
Constructor Summary
Speed.SpeedFinal(double s, Speed.S_Units u)
           
 
Method Summary
 
Methods inherited from class com.azalient.apo.basics.Speed
defaultSpeedLimit, get, get, kph, localeUnits, mph, mps, parse, set, set, set, set, toString, toString, toStringNoUnits, toStringNoUnits
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Speed.SpeedFinal

public Speed.SpeedFinal(double s,
                        Speed.S_Units u)