Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public final class MicroInterval extends Object implements Serializable, Comparable<MicroInterval>
| Constructor and Description |
|---|
MicroInterval(long intervalMicros) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MicroInterval o) |
long |
getIntervalMicros()
Gets the interval in microseconds.
|
String |
toString() |
static String |
toString(long intervalMicros) |
public long getIntervalMicros()
public static String toString(long intervalMicros)
public int compareTo(MicroInterval o)
compareTo in interface Comparable<MicroInterval>Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.