Uses of Enum Class
org.apache.commons.lang3.time.StopWatch.SplitState
Packages that use StopWatch.SplitState
Package
Description
Provides classes and methods to work with dates and durations.
-
Uses of StopWatch.SplitState in org.apache.commons.lang3.time
Fields in org.apache.commons.lang3.time declared as StopWatch.SplitStateModifier and TypeFieldDescriptionprivate StopWatch.SplitState
StopWatch.splitState
Whether the stopwatch has a split time recorded.Methods in org.apache.commons.lang3.time that return StopWatch.SplitStateModifier and TypeMethodDescriptionstatic StopWatch.SplitState
Returns the enum constant of this class with the specified name.static StopWatch.SplitState[]
StopWatch.SplitState.values()
Returns an array containing the constants of this enum class, in the order they are declared.