public interface Speed
SimpleValueFactory| Modifier and Type | Interface and Description |
|---|---|
static class |
Speed.Unit |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether some other Speed is "equal to" this one.
|
double |
getAs(Speed.Unit unit)
Provides the value in specified units
|
int |
hashCode()
Returns a hash code value for the Speed.
|
String |
toString()
Returns a string representation of the Speed.
|
double getAs(Speed.Unit unit)
unit - enum to specify unit typeint hashCode()
boolean equals(Object obj)
Copyright © 2018. All rights reserved.