Package | Description |
---|---|
org.springframework.util |
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
|
Modifier and Type | Method and Description |
---|---|
StopWatch.TaskInfo |
StopWatch.getLastTaskInfo()
Get the last task as a
StopWatch.TaskInfo object. |
StopWatch.TaskInfo[] |
StopWatch.getTaskInfo()
Get an array of the data for tasks performed.
|