Uses of Enum
org.apache.commons.lang3.time.StopWatch.State
Packages that use StopWatch.State
Package
Description
Provides classes and methods to work with dates and durations.
-
Uses of StopWatch.State in org.apache.commons.lang3.time
Fields in org.apache.commons.lang3.time declared as StopWatch.StateModifier and TypeFieldDescriptionprivate StopWatch.State
StopWatch.runningState
The current running state of the StopWatch.Methods in org.apache.commons.lang3.time that return StopWatch.StateModifier and TypeMethodDescriptionstatic StopWatch.State
Returns the enum constant of this type with the specified name.static StopWatch.State[]
StopWatch.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.