public final class PerfList extends Object
| Constructor and Description |
|---|
PerfList(String key,
String description,
boolean descending,
int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
String |
getDescription()
A description for this list to show in the performance pages.
|
String |
getKey()
This-list's key, used to find it.
|
int |
getMaxSize()
The #of items that should be maintained, i.e.
|
boolean |
isDescending()
T if this lists's values are descending, meaning a high value is on top.
|
public String getKey()
public String getDescription()
public boolean isDescending()
public int getMaxSize()
public void clear()
Copyright © 2017 etc.to. All rights reserved.