|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dtfj.analyzer.util.CountedName
com.ibm.dtfj.analyzer.util.ArrayCount
public class ArrayCount
Constructor Summary | |
---|---|
ArrayCount(java.lang.String name)
Typically this will be the name of the class we are going to be counting. |
Method Summary | |
---|---|
void |
addSize(int size)
We've just found an array of this size - add to the stats |
int |
getAverageElements()
Return the average number of array elements in the set of arrays we've seen |
int |
getMaxElements()
Return the maximum number of array elements in the set of arrays we've seen |
int |
getMinElements()
Return the minimum number of array elements in the set of arrays we've seen |
Methods inherited from class com.ibm.dtfj.analyzer.util.CountedName |
---|
addBytes, compareTo, getBytes, getCount, getName, increment, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ArrayCount(java.lang.String name)
name
- Method Detail |
---|
public void addSize(int size)
size
- public int getMinElements()
public int getMaxElements()
public int getAverageElements()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |