public class Interval extends Object
Constructor and Description |
---|
Interval(long lowerBound,
long upperBound) |
Interval(long lowerBound,
TimeUnit lowerUnit,
long upperBound,
TimeUnit upperUnit) |
Modifier and Type | Method and Description |
---|---|
long |
getLowerBound() |
long |
getUpperBound() |
String |
toString() |
public static final long MIN
public static final long MAX
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.