public interface Acceleration
SimpleValueFactory interface.| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Acceleration.Unit  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)
Indicates whether some other  
Acceleration object is "equal to" this one. | 
double | 
getAs(Acceleration.Unit unit)
Provides the value in specified units 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
double getAs(Acceleration.Unit unit)
unit - the unit typedouble value in the specified unitint hashCode()
boolean equals(Object obj)
Acceleration object is "equal to" this one.Copyright © 2019. All rights reserved.