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