|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.dex.file.Statistics
public final class Statistics
Statistics about the contents of a file.
| Constructor Summary | |
|---|---|
Statistics()
Constructs an instance. |
|
| Method Summary | |
|---|---|
void |
add(Item item)
Adds the given item to the statistics. |
void |
addAll(Section list)
Adds the given list of items to the statistics. |
String |
toHuman()
|
void |
writeAnnotation(AnnotatedOutput out)
Writes the statistics as an annotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statistics()
| Method Detail |
|---|
public void add(Item item)
item - non-null; the item to addpublic void addAll(Section list)
list - non-null; the list of items to addpublic final void writeAnnotation(AnnotatedOutput out)
out - non-null; where to write topublic String toHuman()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||