public class Time extends Quantity implements Comparable<Time>
| Modifier and Type | Field and Description | 
|---|---|
| private int | hashCodeValue | 
| private static int | SEED1 | 
| private static int | SEED2 | 
| (package private) Unit<Time> | unit | 
| (package private) Number | value | 
| Constructor and Description | 
|---|
| Time(Number inValue,
    Unit<Time> inUnit) | 
private static final int SEED1
private static final int SEED2
Number value
private int hashCodeValue
public int compareTo(Time other)
compareTo in interface Comparable<Time>Copyright © 2015 Open Microscopy Environment