public interface Acceleration
SimpleValueFactory
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 is "equal to" this one.
|
double |
getAs(Acceleration.Unit unit)
Provides the value in specified unit
|
int |
hashCode()
Returns a hash code value for the object.
|
String |
toString()
Returns a string representation of the Acceleration.
|
double getAs(Acceleration.Unit unit)
unit
- enum to specify the unit typeint hashCode()
boolean equals(Object obj)
Copyright © 2018. All rights reserved.