Uses of Enum Class
io.aiven.commons.util.collections.TimeScale
Packages that use TimeScale
Package
Description
Aiven enhancements and implementations for the Apache Commons collections and genral Java
collections libraries.
-
Uses of TimeScale in io.aiven.commons.util.collections
Methods in io.aiven.commons.util.collections that return TimeScaleModifier and TypeMethodDescriptionstatic TimeScaleTimeScale.scaleOf(long milliseconds) Returns the largest TimeScale that will representmillisecondswith at least 1 unit.static TimeScaleReturns the enum constant of this class with the specified name.static TimeScale[]TimeScale.values()Returns an array containing the constants of this enum class, in the order they are declared.