Uses of Class
io.engineblock.util.Unit.Duration
-
Packages that use Unit.Duration Package Description io.engineblock.util -
-
Uses of Unit.Duration in io.engineblock.util
Methods in io.engineblock.util that return Unit.Duration Modifier and Type Method Description static Unit.DurationUnit.Duration. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Unit.DurationUnit.Duration. valueOfSuffix(java.lang.String spec)static Unit.Duration[]Unit.Duration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.engineblock.util with parameters of type Unit.Duration Modifier and Type Method Description static java.util.Optional<java.lang.Long>Unit. durationFor(Unit.Duration resultUnit, java.lang.String spec)
-