| Package | Description |
|---|---|
| com.devexperts.util |
Provides general utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
static TimePeriodInfo |
TimePeriodInfo.EMPTY
Sentinel value meaning "known to be zero".
|
static TimePeriodInfo |
TimePeriodInfo.UNKNOWN
Sentinel value meaning "not set / unknown".
|
| Modifier and Type | Method and Description |
|---|---|
TimePeriodInfo |
TimePeriodInfo.add(long period)
Convenience overload that aggregates a single-period value.
|
TimePeriodInfo |
TimePeriodInfo.add(TimePeriodInfo other)
Returns a new
TimePeriodInfo that is the aggregate of this and the given info. |
static TimePeriodInfo |
TimePeriodInfo.valueOf(long min,
long max)
|
static TimePeriodInfo |
TimePeriodInfo.valueOf(String value)
Parses from JSON format:
{"min":1.5,"max":2.0} (seconds with decimals). |
| Modifier and Type | Method and Description |
|---|---|
TimePeriodInfo |
TimePeriodInfo.add(TimePeriodInfo other)
Returns a new
TimePeriodInfo that is the aggregate of this and the given info. |
Copyright © 2002–2026 Devexperts LLC. All rights reserved.