Uses of Class
dev.vality.machinegun.base.TimestampInterval
| Package | Description |
|---|---|
| dev.vality.machinegun.base |
-
Uses of TimestampInterval in dev.vality.machinegun.base
Methods in dev.vality.machinegun.base that return TimestampInterval Modifier and Type Method Description TimestampIntervalTimestampInterval. deepCopy()TimestampIntervalTimestampInterval. setLowerBound(TimestampIntervalBound lower_bound)TimestampIntervalTimestampInterval. setUpperBound(TimestampIntervalBound upper_bound)Methods in dev.vality.machinegun.base with parameters of type TimestampInterval Modifier and Type Method Description intTimestampInterval. compareTo(TimestampInterval other)booleanTimestampInterval. equals(TimestampInterval that)Constructors in dev.vality.machinegun.base with parameters of type TimestampInterval Constructor Description TimestampInterval(TimestampInterval other)Performs a deep copy on other.