| Package | Description |
|---|---|
| co.codewizards.cloudstore.core |
| Modifier and Type | Method and Description |
|---|---|
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TimeUnit> |
TimeUnit.getUniqueTimeUnitsOrderedByLengthAsc() |
static List<TimeUnit> |
TimeUnit.getUniqueTimeUnitsOrderedByLengthDesc() |
Map<TimeUnit,Long> |
TimePeriod.toTimeUnitMap() |
Map<TimeUnit,Long> |
TimePeriod.toTimeUnitMap(Collection<TimeUnit> timeUnits) |
Map<TimeUnit,Long> |
TimePeriod.toTimeUnitMap(TimeUnit... timeUnits) |
| Modifier and Type | Method and Description |
|---|---|
String |
TimePeriod.toString(TimeUnit... timeUnits) |
Map<TimeUnit,Long> |
TimePeriod.toTimeUnitMap(TimeUnit... timeUnits) |
| Modifier and Type | Method and Description |
|---|---|
String |
TimePeriod.toString(Collection<TimeUnit> timeUnits) |
Map<TimeUnit,Long> |
TimePeriod.toTimeUnitMap(Collection<TimeUnit> timeUnits) |
Copyright © 2013–2017. All rights reserved.