public class TimePeriod extends Object
| Constructor and Description |
|---|
TimePeriod(long count,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCount() |
TimeUnit |
getUnit() |
int |
hashCode() |
static NOptional<TimePeriod> |
parse(String str,
TimeUnit defaultUnit) |
String |
toString() |
Copyright © 2025 vpc open source initiative. All rights reserved.