java.lang.Object
com.aoapps.sql.MicroInterval
- All Implemented Interfaces:
Serializable
,Comparable<MicroInterval>
Encapsulates an interval in microseconds.
- Author:
- AO Industries, Inc.
- See Also:
-
Constructor Details
-
MicroInterval
public MicroInterval(long intervalMicros)
-
-
Method Details
-
getIntervalMicros
public long getIntervalMicros()Gets the interval in microseconds. -
toString
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<MicroInterval>
-