Uses of Class
org.apache.commons.lang3.time.StopWatch.SplitState
-
Packages that use StopWatch.SplitState Package Description org.apache.commons.lang3.time 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.SplitState Modifier and Type Field Description private StopWatch.SplitState
StopWatch. splitState
Whether the stopwatch has a split time recorded.Methods in org.apache.commons.lang3.time that return StopWatch.SplitState Modifier and Type Method Description static StopWatch.SplitState
StopWatch.SplitState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StopWatch.SplitState[]
StopWatch.SplitState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-