public class GroupContainer extends OneContainer implements GroupData
| Constructor and Description |
|---|
GroupContainer(String group,
long invocationCount,
long totalRunTime)
Construct container for given group, number of invocations and total run time.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
String |
toString() |
getAverageRunTime, getInvocationCount, getTotalRunTimeequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAverageRunTime, getInvocationCount, getTotalRunTimepublic GroupContainer(String group, long invocationCount, long totalRunTime)
group - group nameinvocationCount - invocation counttotalRunTime - total run timeCopyright © 2016. All rights reserved.